10-01-2003, 05:52 PM -
Submitted regular expression.
Today I have received an email where the spammer used another trick, using a space to replace a character:
"V agra"
I had to change the regular expression I previously submitted.
Subject contains regular expression:
Today I have received an email where the spammer used another trick, using a space to replace a character:
"V agra"
I had to change the regular expression I previously submitted.
Subject contains regular expression:
Quote:v[[:print:]]?[[pace:]]?agraThis will flag "v agra", "vi agra", "viagra", "v1agra", "v|agra", "v;agra", "v:agra", "vagra", etc etc.