09-22-2003, 11:29 AM -
Submitted regular expression.
Sometimes, spammers replace the letter "i" by the number "1", specially in words spam-killers would easily catch.
In such cases, you can use a regular expression similar to the following one.
Subject contains regular expression:
This will flag "viagra" as well as "v1agra".
Sometimes, spammers replace the letter "i" by the number "1", specially in words spam-killers would easily catch.
In such cases, you can use a regular expression similar to the following one.
Subject contains regular expression:
Code:
v(1|i)agra