I've added 2 tests in my global.cfg called MYBLACKLIST & MYBLACKLIST2 (identical for 2 different actions) and I've added 2 actions in my $default$.junkmail file to WARN and HOLD this mail. A lot of the domains in my BLACKLIST.TXT file are being held for other reasons. Shouldn't the BLACKLIST warning show up in those held files ?
Cris Porter JVC America ----------Global.cfg snippet------------------- # # Definitions of the tests to use (do not edit unless you know what you are doing). # These must come before the actions. # # First is the name of the check, then the type of check (ip4r is a DNS lookup using # the reverse of the IP address). # # For type ip4r, 'matchstring' is the string to look for, or "*" for anything. # MYBLACKLIST fromfile d:\imail\declude\blacklist.txt MYBLACKLIST2 fromfile d:\imail\declude\blacklist.txt ----------$default$.junkmail snippet-------------------- # Actions to take when E-mails fail the various tests # LOG will put an entry into the log file for failed message, # WARN will add a warning to the headers of the message, # FOOTER will add text to the end of the E-mail (IE: "ORBS FOOTER [This message may be spam]") # HEADER will add text to the beginning of the E-mail # SUBJECT will add text to the beginning of the subject # HOLD will hold the message in the spool\spam directory. # DELETE will delete the E-mail -- don't use unless necessary! # MYBLACKLIST WARN MYBLACKLIST2 HOLD --- [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". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com .
