> Ernesto Reyes wrote: >> I need help with a regex expression to find addresses that begin with >> "aaron" followed by any character followed by "@domain.com". I want to >> enter it in the "Spam Collect Addresses*", since I am getting hundreds of >> spam e-mails addressed to below addresses. >> >> I entered this: "[EMAIL PROTECTED]" is this correct? > > [EMAIL PROTECTED] > > Though it would be better to use local address validation. > > Kevin
I did a few test with spamtrap, and it doesn't seem to work that way In local address validation don't put any aaron, aaron* etc. (no need to have spamcollect and spamtrap addresses in local user list) now pls do this test : in spam trap addresses put [EMAIL PROTECTED] [EMAIL PROTECTED] then try to send 2 different mails, one to [EMAIL PROTECTED] and one to [EMAIL PROTECTED] for the test I did the first one gets the spamtrap address, while the second bounces as there's no local address [EMAIL PROTECTED] so assp understand that spamtraps and spamcollect are local (not to be bounced as not existant users), but fails to understand regex in spamtraps. so it looks like there's a small bug (or I did a wrong analysis). Can you pls check and confirm. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
