Article ID: 906015 - Last Review: February 28, 2007 - Revision: 1.2 Spam that has "re[10]" in the subject line is not filtered in AntigenSYMPTOMSWhen you are using Antigen with Advanced Spam Manager (ASM), spam that has "re[10]" in the subject line is not filtered. CAUSEThis issue occurs if you are using a subject filter character set that has multiple digits.
Character sets allow for single digits only.
For example, the filter "re \[[0-9]*" will not filter an e-mail message that has "re[10]" in the subject line. RESOLUTIONTo filter an e-mail message that has a subject that has a single digit, use the following filter:
re \[[0-9]*
To filter an e-mail message that has a subject that has double digits, use the following filter:
re \[[0-9][0-9]*
To filter an e-mail message that has a subject that has triple digits, use the following filter:
re \[[0-9][0-9][0-9]* | Article Translations
|
Back to the top
