Also, not as granular, but instead of the + suffix, add a dot in a weird place. So
n.ame@gmail.com or nam.e@gmail.com . Many SMTP servers respect periods as differentiating emails, so services can't delete them. It doesn't help you stop spam, but you can add a gmail filter that n.ame@gmail.com is put in a separate label. And it's very fast to type, easy for non tech-y people
It’s almost as trivial with this format too, at least to guess what address is used for other services, though it has a strong advantage over using ‘+’ in GMail in that nothing will try this automatically. It’s hard to believe anyone would intentionally try to guess a different service’s email to spam to it, but even so in my setup I prefer to eliminate this possibility completely by adding a random number to the service name: experian12322@example.com, and so on, with no catchall for invalid addresses.
So far the most spam I’ve gotten has been to the address I used for Amazon (probably leaked by a third‐party seller there).
Though I had originally made this because with the "+" approach, you can easily get the original address by simply removing everything after the "+", while with mine you cannot. On top of that, sometimes "+" does not work in services that do "strict email validation".
JZL003|3 years ago
n.ame@gmail.com or nam.e@gmail.com . Many SMTP servers respect periods as differentiating emails, so services can't delete them. It doesn't help you stop spam, but you can add a gmail filter that n.ame@gmail.com is put in a separate label. And it's very fast to type, easy for non tech-y people
MrRiddle|3 years ago
cubesnooper|3 years ago
So far the most spam I’ve gotten has been to the address I used for Amazon (probably leaked by a third‐party seller there).
heldergg|3 years ago
For example, to enable plus addressing in postfix is only a matter of defining:
recipient_delimiter = +
binwiederhier|3 years ago
Though I had originally made this because with the "+" approach, you can easily get the original address by simply removing everything after the "+", while with mine you cannot. On top of that, sometimes "+" does not work in services that do "strict email validation".
webmobdev|3 years ago
PrettyPastry|3 years ago
One never let me change my email or password when I used the +.
KennyBlanken|3 years ago
OP also could have just used a regex in the virtual file.
unknown|3 years ago
[deleted]