[Mimedefang] Adding headers to SA report?

Lucas Albers admin at cs.montana.edu
Thu Jan 8 12:22:28 EST 2004


Look at action_change_header to add in X-Spam-Status.
Don't do action_notify_administrator.
This will greatly annoy random administrators and not serve _any_ useful
purpose.
In a sense doing this generates spam for the administrator.
I hate these messages along with virus messages.
....hate them hate them hate them.

Don't do notifications, as everyting is forged nowdays.
Just do an action_bounce, action_quarantine.

I do action_discard on virus's and no action_bounce or action_quarantine
on virus's.

Why save a virus message, and why bounce a message back to the forged sender?
--Luke


Kayne Kruse said:
>
>                 md_graphdefang_log('spam', $hits, $RelayAddr);
>                 if($dospamassassinbounce) {
>                         action_bounce("Due to content, your email has been
> classified as spam and rejected.");
>                         action_notify_administrator("The ip or host
> $RelayAddr/$RelayHostname tried to send spam.\n");
>                         action_notify_administrator("Sender:
> $Sender\nRecipient: @Recipients\n");
>                         action_notify_administrator("$report");
>                 }


-- 
Luke Computer Science System Administrator
Security Administrator,College of Engineering
Montana State University-Bozeman,Montana



More information about the MIMEDefang mailing list