|
|
|
|
|
by stephenr
3353 days ago
|
|
> when I give out my email address, the receiver can give my address to a third party Use sub-addressing [1] So, if you signup on example.com, and your email is "foo@bar.com" you give them "foo+example-com@bar.com" or whatever format works for your mailbox provider/software. If you wanted to go one step further, a filter could be configured to look at the sub-address component, and compare it with the sender's domain and mark it as spam if there isn't a match. 1. https://en.wikipedia.org/wiki/Email_address#Sub-addressing |
|
In face-to-face exchanges (for me recently, this came up a lot while giving out my address to real estate agents), anything involving '+' causes a huge amount of confusion and they start asking questions. I'd much rather a "normal" looking address, where I'm perfectly happy for normal to be say base64 with '.', '_' and '-' and as the three special characters (at least people will think its valid).