The process for sending email /from/ a + address is tricky. First -- in GMail at least -- you have to explicitly set up a + account as being in your list of "from" accounts and then you have to remember to use it every time you reply! Not to mention forgetting the email I gave them when resetting passwords sucks, too. "Was that foo+hn or foo+ycombinator or foo+ycombinator.com or foo+hackernews or... hm... uhhh..." (Y…
Microsoft adding support for custom '+' email addresses in Office 365
91–100 of 129 posts
Re: Microsoft adding support for custom '+' email addresses in Office 365
#92Now if only websites will stop rejecting plus-addressed email addresses as invalid. The most frequent offenders are mom & pop websites that you just _know_ are going to get breached.
I wish seive were better supported in mail clients. It works fine on the back end, but I edit my .seive file by logging into the server and sparking up Emacs rather than being able to handle it directly from my mail client.
Re: Microsoft adding support for custom '+' email addresses in Office 365
#93Now if only websites will stop rejecting plus-addressed email addresses as invalid. The most frequent offenders are mom & pop websites that you just _know_ are going to get breached.
I use qmail, where - has been the extension for, well, since it was created. If you're a postfix person, you can use + or -, with recipient_delimiter. You're less likely to bump into issues with -. Some shops don't like their trade name in the email, so rot13 (g? in vim) solves that if your goal is to trace back the leaks. I have not found a reliable way of auto dropping mail from bad sources, sometimes companies cha…
Even better: postfix and dovecot (as of v2.3) now both allow specifying multiple recipient delimiters. So if you run your own mail server you can specify as many recipient delimiters and switch between them if websites are being picky.
Re: Microsoft adding support for custom '+' email addresses in Office 365
#94Earlier quoted context omitted.
I use shopname@firstname.lastname.email, with my own lastname.email domain. Fastmail makes configuring your dns records for this super simple. It's always fun interacting with customer service reps when they for example confirm my email address... "errrrrr yeah so we email you at ourname@...?"
I've done that for nearly twenty years now. Importantly, it allows one to trace how your email gets distributed and stolen.
Re: Microsoft adding support for custom '+' email addresses in Office 365
#95Re: Microsoft adding support for custom '+' email addresses in Office 365
#96I moved all my public emails from first@last.something to first.last@wellknownmailprovider and then spent a lot of time changing my email address in accounts that I've had a really long time. Shocked at how badly that went, actually. For certain service providers, I couldn't change my email address and was encouraged to open a new account, which would've meant losing certain records in the old accounts. I couldn't co…
I've been trying to move in the other direction and its been exactly as much of a pain as you've mentioned.
Re: Microsoft adding support for custom '+' email addresses in Office 365
#97Now if only websites will stop rejecting plus-addressed email addresses as invalid. The most frequent offenders are mom & pop websites that you just _know_ are going to get breached.
I simply changed my mail configuration to use a different character, in my case _ though X would have worked as well. I wish seive were better supported in mail clients. It works fine on the back end, but I edit my .seive file by logging into the server and sparking up Emacs rather than being able to handle it directly from my mail client.
Re: Microsoft adding support for custom '+' email addresses in Office 365
#98Earlier quoted context omitted.
I've done that for nearly twenty years now. Importantly, it allows one to trace how your email gets distributed and stolen.
Did you find anything interesting? I started doing this recently and did not find anyone misusing my email so far and am now wondering if it's worth the extra effort.
That still leaves custom mailservers and non-alias (as in aliases via plus or dot, not actual mailserver aliases) which does give an indication as to who is sharing your data.
Re: Microsoft adding support for custom '+' email addresses in Office 365
#99Earlier quoted context omitted.
Nowadays I just use tag@mydomain when I interact with websites.
Couldn’t agree more. If the website is breached, the login isn’t a login for any other website, and advertisers have a harder time correlating your identity, and if you get spam you know who is the culprit, and you can stop the spam by deleting the alias. With this, no need for any other antispam logic. Back to the mid 90s (which is a good thing as far as email traffic is concerned!).
Re: Microsoft adding support for custom '+' email addresses in Office 365
#100Now if only websites will stop rejecting plus-addressed email addresses as invalid. The most frequent offenders are mom & pop websites that you just _know_ are going to get breached.
I simply changed my mail configuration to use a different character, in my case _ though X would have worked as well. I wish seive were better supported in mail clients. It works fine on the back end, but I edit my .seive file by logging into the server and sparking up Emacs rather than being able to handle it directly from my mail client.