09-22-2003, 07:51 AM -
Submitted regular expression.
If the subject contains regular expression:
This will flag all the annoying spam that have a subject containing 2 or more consecutive spaces, like:
[code]
"Hello stranger   r673atvu"
"Goods news Â
If the subject contains regular expression:
Code:
[[:space:]]{2,}
[code]
"Hello stranger   r673atvu"
"Goods news Â