top | item 30980988

(no title)

vernie | 3 years ago

Aside from being self-hosted how does this differ from +suffix Gmail addresses?

discuss

order

JZL003|3 years ago

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

MrRiddle|3 years ago

It’s trivial to figure out main gmail address?

cubesnooper|3 years ago

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).

heldergg|3 years ago

Plus addressing is not unique to gmail nor it was invented by google.

For example, to enable plus addressing in postfix is only a matter of defining:

recipient_delimiter = +

binwiederhier|3 years ago

Honestly, probably not a whole lot.

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

Some services do not accept email with a "+" in it.

PrettyPastry|3 years ago

Some services even accept it to create an account, but not to log in.

One never let me change my email or password when I used the +.

KennyBlanken|3 years ago

Postfix allows defining any character as a VERP separator.

OP also could have just used a regex in the virtual file.