I've got a custom filter that isn't generating any error messages, but fails to catch the spam I want it to. Perhaps someone could point out the problem?
>From spamfilter.txt:
MAILFROM 0 CONTAINS $stderr$ MAILFROM 0 CONTAINS $bounce$ MAILFROM 0 CONTAINS $odc.ca$@
The problem is the "$" in there -- it should look like:
MAILFROM 0 CONTAINS stderr MAILFROM 0 CONTAINS bounce MAILFROM 0 CONTAINS odc.ca@
If that doesn't work, the next step would be to search the log file for "SPAMFILTER", to see if E-mails are actually failing the test (you can't rely on the E-mail being re-routed by the ROUTETO command, as it is possible that a different configuration file may be used).
-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver vulnerability detection.
Find out what you have 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.
