My favorite new filter has been the NOTENDSWITH...
But I've found a problem.
COUNTRY 5 NOTENDSWITH US
Using the above line, every country including the US gets five points.
It seems that there is an issue with the code where NOTENDSWITH will not work properly if the length of the data you are looking at (COUNTRY, which might be "FR" if the E-mail was sent from France) is the same as what you are comparing it to ("US"). This will be fixed in the next release.
In the meantime, you could:
COUNTRY -5 ENDSWITH US
and then adding 5 points some other way (in the test definition, perhaps, or a line such as "COUNTRY 5 ISBLANK"). That way, 0 points will be added for E-mail from the United States, but 5 points will be added for E-mail not from the United States.
May I also suggest a NOIS filter test?
That does sound like a good idea -- it has been added to the suggestion database.
-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers since 2000.
Declude Virus: Ultra reliable virus detection and the leader in mailserver vulnerability detection.
Find out what you've been missing: Ask for a free 30-day evaluation.
--- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
--- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
