On 06/03/2009 09:23 AM Champ Clark III [Softwink] wrote:
        I've been running SA/MD for quite a while and love it.  Over
the last 6 months or so,  I've run into a strange problem.  I believe
it's primarily happening on one of our mail servers.
        I've set MD to send all spam to a spam address.  Like thus:

# Send to spam address
add_recipient('s...@localhost');
}

        This seems to work just fine.  However,  from time to time,
SA/MD will send a "report" of spam to the user and not send it to the
's...@localhost' e-mail address.    Again,  the majority of the spam
ends up in the 's...@localhost',   but every now and then I'll get a
e-mail, with full report that e-mail is spam (scores, etc) in my inbox.

Maybe obvious, but are you deleting all the recipients before adding your spam address?

foreach $recip (@Recipients) {
        delete_recipient($recip);
}
add_recipient('s...@localhost');


Ron Wilhoite
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to