Hotmail Launches Accounts You Can Throw Away 286
suraj.sun writes with this excerpt from CNET: "Today, Hotmail is getting a new feature aimed at 'e-mail enthusiasts,' which lets anyone create multiple e-mail accounts that can be read, replied to, and managed from their everyday e-mail inbox. These additional e-mail addresses can be had in the same manner as signing up for new accounts, but they require no extra log-ins or upkeep. ... The idea is to give users a safe way to provide third parties with an e-mail address, without giving up the address they've provided to family and friends, which, if compromised, can end the usefulness of that particular account. Each user will be able to create up to five aliases, any of which can be deleted and replaced with another at any time. Over time, Microsoft will increase that limit to 15 aliases per account, making it so that the true heavy users won't need to juggle between two or more Hotmail accounts."
Cool idea (Score:4, Interesting)
I've used it elsewhere but integrated into a client like hotmail is a good idea. Besides, I already use hotmail for my spam address. Now Google, steal this please.
Here. (Score:5, Informative)
http://mail.google.com/support/bin/answer.py?hl=en&answer=69570 [google.com]
Re:Here. (Score:5, Informative)
Interesting but not quite the same thing. If an account gets really jacked up then you would have to make another gmail account, remove the old one, then add the new one. Kind of a pain in the ass.
With the Hotmail feature you simply delete the old one and make a new one right there. It's much more straightforward and quick.
Re: (Score:2)
I get so much spam on my hotmail account that it's kind of my throwaway account already. Nowadays I only bother to check it once every few months
In contrast my yahoo and gmail accounts don't get even the same magnitude of spam passing the spam filters.
Re: (Score:3)
Wouldn't this be great for spammers too that needs to provide a verification email account?
I'm just waiting for sites that sets up rule that verification can't be done through hotmail and that that you need to provide another email account.
Those huge sites like hotmail and gmail are great catch-alls for spammers too.
Re: (Score:3)
You say you've had the hotmail account longer than the Yahoo and Gmail accounts
Where did I say that?
FWIW, none of those email accounts are my primary email account either. My primary has tons of spam, but since my spam filters are tolerable (not great) I'm sticking to it.
Re: (Score:3)
the main problem is you need a new gmail account to be allowed to import from hotmail but you can get round this by dumping to an intermediate gmail account. And just set a forward to the one you really want to use.
I have a number of email accounts which i label in gmail so i know where it came from. The only thing i get stuck with is friends with compromised accounts which send porn and viagra links
Another useful thing i found is you can sync contacts from winmobile / outlook to a gmail account.
very ha
Re:Here. (Score:4, Interesting)
I have a DynDns subdomain (free) for which I registered a Google Labs account (free) and set up Gmail (free). I get up to 50 Gmail accounts @ my DynDns subdomain. Adding or removing them is easy, and with multiple sign-in, switching between them is easy. Plus I can set them to forward messages to my main e-mail address.
Re: (Score:3)
I have a domain that forwards *@example.com to my gmail address.
I sign up using the site name as the account-name whenever I have to provide one.
When spam arrives from an email in annoying quantities I add a specific rule to send that email address into a dead account.
Re: (Score:3)
With the Hotmail feature you simply delete the old one and make a new one right there. It's much more straightforward and quick.
It is, but my email provider (xs4all.nl) has had that feature since forever. At least 10 years, I think. I have a simple list of all my email aliases, and can add and delete them as I like. It's still not anything new.
Re: (Score:3)
Even worse, although + is a legal character in email address, a hell of a lot of sites and services don't accept it. For example, I don't think facebook allows email addresses with a + character in the name section.
Googles multiple email address into a single account approach is more of a tracking s
Re: (Score:3)
That's not an alias, as the link you provided specifically says "Gmail doesn't offer traditional aliases". It is a handy feature, but it's not an alias. For one thing, you can't "throw it away", although you can filter it out. Additionally, although it's useful for automated systems, if you give the email address out to a real person, that person then knows your real email address as well.
Aliases are entirely different, and would be a welcome enhancement to Gmail.
Re: (Score:3)
Like I said, it is a handy feature (and I do use it, myself), but simply adding alias functionality would be trivial to implement, and would add much value.
I wouldn't at all be surprised if spammers start stripping the "+..." from harvested email addresses. Actually, I'd be quite surprised if none of them have done this already.
Re: (Score:2)
Re: (Score:3)
Re: (Score:3)
Re: (Score:3, Informative)
Options -> Comment post mode: Plain Old Text.
Contrary to what its name suggests, it actually interprets the supported html tags, but it keeps line breaks.
Re:Cool idea (Score:5, Informative)
Re:Cool idea (Score:5, Informative)
I've encountered several sites that do not allow a + in the email address, or come even remotely close to implementing the RFC.
This is a worthwhile read and the regex was fun to implement. http://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx [haacked.com]
Re: (Score:3)
This is a worthwhile read and the regex was fun to implement. http://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx [haacked.com]
This is the regex that Mail::RFC2822::Address uses, which seems to be the most comprehensive: http://ex-parrot.com/~pdw/Mail-RFC822-Address.html [ex-parrot.com]
I have no idea how that was authored...
In any case, probably the only 100% way to validate an email address is to accept any string and try to send an email with an "is-valid" link in it.
Re: (Score:3)
Prevent SMTP header injection, possibly: user@example.com\nX-Some-Header: blah or injection in the message body (user@example.com\n\nBlah).
Also technically wrong. The right hand side doesn't necessarily need to contain a dot (for example, root@localhost).
Re: (Score:2)
I've encountered several sites that do not allow a + in the email address, or come even remotely close to implementing the RFC.
Those (several) sites then are clearly broken; clear violation of the robustness principal as well.
Basically, (anything)@example.com
Is valid; providing the contents of (Anything) are recognized by (example.com) SMTP servers.
There may be some quoting of special characters such as spaces required in (anything), required when using the e-mail address over SMTP; h
Re:Cool idea (Score:4, Insightful)
Unfortunately, it still exposes your primary address. Whereas it seems that the reasoning behind this Hotmail feature is primarily privacy.
Re: (Score:2)
I don't want an email address with "+".
Re: (Score:2)
I worked for a college and coded around those filters to get at the real address. I'm sure any intelligent marketer would too.
Re:Cool idea (Score:5, Interesting)
Additionally you can also place a period anywhere in the user portion of your email address and gmail will route it to your address.
For instance, if your email address is "bufordpusser@gmail.com", you can also give out "buford.pusser@gmail.com", "b.u.ford.pusser@gmail.com", etc. and all of them will route to your original address.
Re: (Score:2)
I'm just curious, who have you discovered giving out your personal information? You can skip the porn sites.
I use Sneakemail which gives me an unlimited number of alias emails. So I create one for every forum or site that requires an email confirmation. If I get spam, I know exactly who leaked it. I've actually had very few. spams though. Just started to get spam from opensubtitles.org, so I just deleted that address. I have very few porn sites that I register with, but but none of them have spammed me.
Re: (Score:3)
Gmail does have it, but you have to be using a custom domain to get the feature. I use it; it's nice. I'm not sure why it hasn't been integrated into the Gmail proper; usually, feature lag goes the other direction.
Re:Cool idea (Score:5, Informative)
Do you mean the catchall? If so, yeah I do it too and love it.
You get *@yourdomain forwarded to your inbox. Then you just make one rule in your filters. In the "has the words" box for filter creation, you put deliveredto:({[one],[two],[three],[four]})
One, two, three, and four being @yourdomain "accounts" that are abandoned due to spam. Just tell gmail to send those directly to the trash, which keeps your spambox empty.
It doesn't get any better than that. No need to create new email addresses, they all already exist. Just filter out the ones that start causing you trouble.
Re: (Score:3)
thx for posting
Re: (Score:3)
Re:Cool idea (Score:4, Informative)
I've used it elsewhere but integrated into a client like hotmail is a good idea. Besides, I already use hotmail for my spam address. Now Google, steal this please.
Gmail already has had this feature for a long time. it's called plus-addressing [lifehacker.com]. You take your e-mail address, put a plus sign at the end of it and then add a phrase. For example:
All of these will get sent to foobar@google.com and you can create a filter on each term (eg: filter on +slashdot) to send them into their own mailbox.
Re: (Score:2)
And as soon as I see your email in this format, I strip away the "+" part and have your original address which I can merrily spam.
Re:Cool idea (Score:4, Interesting)
And as soon as I see your email in this format, I strip away the "+" part and have your original address which I can merrily spam.
Spam away on it, the original, no "+" address is to a spam mailbox.
Only addresses with the "+" part go to actual mailboxes that I read. I never hand out the bare address to anyone.
Re: (Score:2)
A neat trick for sure. But now your "real" address (i.e. the one you give out to actual people) has a plus in it, making it slightly less readable, and possibly confusing people (or badly written apps that they use to email you).
Re:Cool idea (Score:4, Insightful)
I didn't say it was perfect, just that GMail had a version of throwaway email for a while now!
If Hotmail one-ups Google then that's all the better for the users because that's how services get better, through competition.
Re: (Score:2)
Spam away on it, the original, no "+" address is to a spam mailbox.
Only addresses with the "+" part go to actual mailboxes that I read. I never hand out the bare address to anyone.
Spam on Gmail?
I get virtually NO spam on Gmail that is not automatically detected and routed to the spam box.
It is astoundingly accurate, and false positives are so vanishingly small I never bother to check the spam mailbox.
I don't need to reserve the root name for a spam catch.
Re: (Score:2)
I get virtually NO spam on Gmail that is not automatically detected and routed to the spam box.
Oh sure, this is just overboard paranoia-type stuff. I only do this on my "commercial" e-mail account. I have a separate e-mail account that is for friends and family where I don't bother with any of these kinds of tricks.
Re: (Score:2)
Actually Plus Addressing seems intermittently broken on Gmail of late.
It seems if you access your Gmail from IMAP all bets are off with regard to the message actually ending up in any folder other than the inbox. Even message sent via gmail to gmail seem to fail the Plus Addressing for me.
Re: (Score:2)
Except spammers are too lazy to implement this (for now). Any email address can be found and spammed, unless it's completely unused. The only way to prevent spam is to exploit spammers' laziness. As long as the majority of email addresses they buy don't use the '+' exploit, they won't notice, and even if they do, it will be cost-ineffective for them to strip out the '+' addresses.
This is not a method to safeguard your privacy. It's a method to reduce your spam.
Re:Cool idea (Score:4, Informative)
There is actually a patent on something like this. AT&T developed it a long time ago, sat on it for a decade, then sold the patent to Zoemail (a now-defunct Internet startup) in the early 2000s, which then sold the patent to someone else. The advantage of the Zoemail/AT&T approach was that the "keyed" addresses would be created to each recipient you sent to, and they would know you by that keyed e-mail, but you could turn those off whenever you wanted. Or give them expiration dates. The keyed address would be listed in your address book with each recipient.
It was a beautiful concept, frankly, but could have been implemented better.
Re: (Score:3)
Then, there's no patent on it, or won't be very soon. Patent terms from that period were 17 years. "Early 2000s" should mean 2004 or before, so that's at least 10+7 (minus some number of month?) = expired.
Re: (Score:2)
All of these will get sent to foobar@google.com and you can create a filter on each term (eg: filter on +slashdot) to send them into their own mailbox.
Yes, I'm sure no one would ever think to actually strip out the +component out to get the real address, especially since its a documented feature.
The hotmail alias system is more useful, because the real address can't be harvested trivially from address you give out.
Re: (Score:2)
Yes, I'm sure no one would ever think to actually strip out the +component out to get the real address, especially since its a documented feature.
And I'm sure that no one would ever think to use a +-form address as his main one and bit-bucket anything that doesn't have the + in it? Spam away at foo@example.com, my filter accepts email only to foo+something@example.com.
The hotmail alias system is more useful, because the real address can't be harvested trivially from address you give out.
I have no idea why this new hotmail thing is important, since I've never had any trouble creating throw-away hotmail addresses when I want them. They are so completely throw-away that I simply walk away from one when I no longer want it. I never see it again.
Re: (Score:2)
Many websites don't accept the plus in the email address field.
Personally, I used to use mailinator, now I have a catch-all in my domain.
Re: (Score:2)
Many websites don't accept the plus in the email address field.
At which point I determine if my dealing with that website is valuable enough TO ME to open up my unplussed address for the short period of time it takes to deal with whatever email they are sending, or valuable enough to them that a complaint about their defective website will get around that error (if you call customer service, many times they can bypass the web nazi).
Most of the stupid ones I deal with are demanding an email address so they an verify my registration, after which any email from them tru
Re: (Score:2)
And I'm sure that no one would ever think to use a +-form address as his main one
Oh I'm sure someone thought of it, and then promptly got frustrated at all the places it didn't work and/or got rejected.
(Also, have you looked at the hassles involved in sending from a gmail plus address...)
Re: (Score:3, Funny)
Then would you say that you are nonplussed about this feature?
Re: (Score:2)
I used separate throw-away (though functional) addresses for each website, but a single "real" one for all friends and family. Eventually, a friend's hotmail account was compromised, his address list scanned, and my "real" address was open to spam forevermore.
Re: (Score:2)
I used separate throw-away (though functional) addresses for each website, but a single "real" one for all friends and family. Eventually, a friend's hotmail account was compromised, his address list scanned, and my "real" address was open to spam forevermore.
Yeah, you basically need to choose a balance between complete security and ease-of-use. I generally create categories of addresses and take the risk that one of the categories might get compromised. If that happens then I deal with it as best as possible by creating a new address for that category or just living with spam filtering on the old one.
Seems like the credit card number aliases (Score:2)
Wow just like Mac mail (Score:2)
snore.
the've had it for years (Score:2)
Besides , I thought it was Microsoft who stole ideas
Re: (Score:2)
Re: (Score:2)
And any emails received without dots go directly to the trash.
I guess... (Score:5, Funny)
Re:I guess... (Score:4, Interesting)
Hrmmm (Score:5, Insightful)
You thought it was hard to name an account before (Score:3, Funny)
Now we're going to be emailing grandmacatherineandgrandpajohn1320924delta@hotmail.com
Own domain (Score:5, Interesting)
I've been doing a similar thing with my own domain / webserver for the last decade. I'll make up email addresses right on the spot, usually like "slashdot.org@mydomain.com" or "sprint@mydomain.com", etc. I have a catch all account that receives all emails to non-existent accounts, and I can split any of the addresses off into an actual account whenever needed (or disable it if it becomes inundated with spam). That was always one of the big perks of owning your own domain.
Re:Own domain (Score:5, Interesting)
Re: (Score:2)
Yep.. been doing this for a long time now. It actually made my email use enjoyable again. I simply don't get spammed anymore. If I start seeing spam come in on an address, I "cycle" it and give the person/company it was assigned to a warning. If they do it again, I don't give them another address.
Re: (Score:2)
Spammers quickly stop using addresses that either:
1. Hang for a while before responding with a failure and closing the connection -- but that opens you to a huge DDoS problem.
2. Reject and quickly close the connection. No DDoS problem, and the spammer got nothing for the (admittedly miniscule) effort they expended to hit up your
Re: (Score:2)
Yeah, I seem to get a bunch of random addresses as well - the best one yet was a bunch of russian-sounding usernames with russian emails.
The oddest ones I've gotten are emails with letters truncated off - that I don't know. E.g., I used to have afpcclog @ mydomain, and I started getting emails of fpcclog, with the missing 'a'.
Quite wierd, really.
Re: (Score:2)
I don't think he means domain default addressing. i.e. @hisdomain.com is not accepted. Only accounts he has created and given out will work.
What I think he means (at least the way I do it) is that all the myriad individually-assigned email addresses he's given out all have a common "catch-all" inbox.
Re: (Score:2)
That should read <anything>@hisdomain.com. Silly /.
Beaten to it? (Score:4, Interesting)
This seems pretty similar to Gmail's aliasing - append anything after a plus sign to your email address (ex firehed+slashdot@gmail.com) and it goes to your main inbox. If that address is compromised, just filter anything addressed to that account.
Microsoft seems to have a few advantages here, though. First, it's a lot more seamless. Second, there are tons of websites that incorrectly validate email addresses and treat + as an illegal character, which it is not (hell, you can go directly to an IP address instead of a domain, although nobody ever would), so by extension it's harder to use as a throw-away address. And third, it's pretty obvious you've done it, and websites can just s/\+[A-z0-9.-]+@gmail.com/@gmail.com/g it into oblivion.
Of course, in order to get this functionality, you need to use hotmail. Aren't those already throw-away accounts by definition?
Re: (Score:3)
Re: (Score:2)
Re: (Score:3)
People who do not understand the RFCs for email should NOT be selling mail servers.
Re: (Score:2)
Mod parent up +1 Funny. After all, if the parent had actually *read* the RFC, they would know that the RFC explicitly states [ietf.org] that:
That means that the spam filter is following the RFC. The + address is a convention of a number of email systems but Foo+Bar@do
Re: (Score:2)
Unless you are maybe arguing that "MUST be interpreted and assigned semantics only by the host specified in the domain part of the address" really means that the "domain part host" is allowed to freely ignore any interpretation assigned by any RFC, since that host would be the only thing that can assign any. That would be a ridiculous interpretation, es
Re: (Score:2)
That means that the spam filter is following the RFC. The + address is a convention of a number of email systems but Foo+Bar@domain.com and Foo@domain.com are unrelated email addresses according to RFC2822.
BUSTED! The text you claim appears in 3.4.1 of RFC2822 does not appear therein, nor does it appear in RFC 5322. RFC5322 says:
Note: A liberal syntax for the domain portion of addr-spec is given here. However, the domain portion contains addressing information specified by and used in other protocols (e.g., [RFC1034], [RFC1035], [RFC1123], [RFC5321]). It is therefore incumbent upon implementations to conform to the syntax of addresses for the context in which they are used.
What you quoted comes from RFC5321 (SMTP protocol) para. 2.3.11, and is preceded by the following sentence:
The standard mailbox naming convention is defined to be "local-part@domain"; contemporary usage permits a much broader set of applications than simple "user names".
In other words, RFC5321 explicitly says that mailboxes (the local part of the email address) are much broader in scope than simple "user names" in contemporary usage. RFC5233 documents the use of + addressing and thus makes it an RFC (proposed) standard item. And none of the R
Re: (Score:2)
Ok, I'l bite. Where in 5233 does it document the + addressing?
The only text I could find about local-part has:
There is text in 5231 about local-part:
Re: (Score:2)
Those "few advantages" are the only valuable aspects. Plus addressing is borderline worthless, because it requires you to reveal your real address.
Re: (Score:3)
but any human could see that if you remove everything after the +, you get the person's real email address. How long before spammers set up automated servers to do the same?
hotmail's approach uses completely different email addresses, which is much better.
I want this in gmail :)
Re: (Score:2)
To get around some of those issues you mention, I actually have two accounts set up: my main one, and my dummy one that I use with the + trick.
The way I have it rigged, I give out my dummy one with a +whatever appended to any site that asks for an address. I have that account configured to forward everything with a +whatever to my main account, while holding indefinitely in limbo anything that lacks the +whatever. That way, if the sites ever do decide to just remove the +whatever and spam me, it'll all go i
Re: (Score:2)
Or: %s/+.*@/@/
Always innovating (Score:2)
BSD (Score:2)
Yahoo (Score:2)
I for one... (Score:2)
Yeah, only we do it correctly. (Score:2)
(Blatant plug) Our product [roaringpenguin.com] has had this for years, only we do it properly. Our feature is called "Locked Addresses" and it works like this:
That's nothing. (Score:4, Funny)
I threw away my hotmail account 10 years ago.
Slow news day (Score:2)
What am I missing here? Hotmail accounts are throw away in the first place but what's the big deal about email aliases? My ISP has had this forever.
Throwing forums under the spambus (Score:2)
Similar to the "put periods anywhere in your e-mail address" and "put a + followed by anything" features offered by Google, this Hotmail feature will soon be exploited by forum spammers to create a multitude of e-mail addresses without having to solve captchas.
One of the few weapons that forum maintainers have in their anti-spam arsenal is to be able to collaboratively blacklist e-mail addresses, IP addresses, and usernames. This feature would further hinder blacklisting by e-mail address, in a manner even
Mailinator (Score:2)
Mailinator has been providing me this service for years. AFAICT they get by on a very unobtrusive banner at the top of their home page, donations, and perhaps some funding from their corporate parent which presumeably also finds the service useful. I guess it doesn't take too much money to run such a service. They're obviously dumping spams into the bitbucket after a timeout, and limiting the size of the messages (most spam is small anyway). The only problem I've had is that a few parties filter them;
What? (Score:3)
Wow (Score:2)
Spamgourmet (Score:2)
And spamgourmet [spamgourmet.com] has been doing something like this as well, but better and more anonymously:
Old news (Score:2)
Sneakemail (Score:2)
I've done that already (Score:2)
Wouldn't want to repeat it.
Sad state of affairs (Score:2)
We're not eliminating the root cause here, are we? It sounds like more places or new names for 'Trash bin'.
It's like the terrorists had won
Re:Great Idea. (Score:4, Interesting)
Gmail has something that's arguably better -- you can use a plus sign to append any string you like to your address, so you can have "myname@gmail.com' as your main account and give "myname+family@gmail.com" to your family. And when you sign up for a Hormel mailling list, you can use "myname+hormel@gmail.com" so you know when you're getting spammed by Hormel.
Re: (Score:3)
How's that better? A machine can easily strip the part after the plus sign.
Re: (Score:3)
It's better because you set "myname+family@gmail.com" to always bypass spam filters (and maybe apply a colorful tag to make it more noticeable.
Then you can treat "myname@gmail.com" as spam since you never give that address to anyone you care about.
So the machine can strip mynam+hormel@gmail.com down to myname@gmail.com, but you don't care since your family sends email to myname+family@gmail.com and your friends sent email to myname+friends@gmail.com.
Re: (Score:3)
What are hotmails?
The opposite of ComicCon attendees.
Re: (Score:3)
Have you used it in the past few years? Most sites refuse to take emails from any of Malinator's domains.
Re: (Score:2)
Spammers use open relays (or spam-friendly hosts) to send e-mails with fake "from" addresses. The e-mails direct the potential victim to either a website or to reply to another e-mail address.
The ease at which new addresses can be created and disposed of in Hotmail is only a good thing.