View Single Post
Old 7 Nov 2022, 09:53 AM   #7
unusable1281
Junior Member
 
Join Date: Nov 2022
Posts: 4
Quote:
Originally Posted by SideshowBob View Post
I used to use fixed format subdomain addresses that used a combination of a mnemonic and the year and month e.g. for this site I might have used emd2211@... My sieve script did check that it was the right format with exactly 4 digits matching sensible valid dates, but I never saw any attempt by spammers to make-up similar addresses. I don't think it's much of a problem. Using a subdomain may help to make it clear that there's no point in making-up addresses.

The reason I included the year+month is to prevent me from reusing an address, but for a 10 year window it gives a 1% risk of an accidental match on an address ending in 4 random digits compared with 10% for the modulo 10 test.
Thanks for your suggestion. This is a good idea. The rule I mentioned above is a toy example. In reality, I can create other more sophisticated rules using this idea if I know how to make something like this...
Also, do you mind sharing how to use a sieve to build the filter you mentioned?

Last edited by unusable1281 : 7 Nov 2022 at 01:27 PM.
unusable1281 is offline   Reply With Quote