Mike,
> Am having an issue on a server running Amavisd-new 2.3.2 (sendmail-milter
> configuration)... the users are sending attachments which are banned, but
> the banned file notifications are getting scored so highly as spam by the
> server that they are being discarded...
It is indeed an issue with a milter setup. Ideally notifications from
amavisd-new should be sent to a mailer that does not check them for spam.
If you have a separate outgoing mailer, than feeding notifications
directly to it would be the cleanest solution.
> Feb 8 16:17:36 ghrd1 amavis[25340]: (25340) Blocked SPAM, LOCAL
> [127.0.0.1] <> -> <[EMAIL PROTECTED]>, Queue-ID: k18NHZ3u025386, ...
If you don't need @mynetworks for other purposes, you can disable
spam filtering on messages originating from @mynetworks, not forgetting
to and add IP address 127.0.0.1 to the list:
@mynetworks = qw( 127.0.0.0/8 [::1] );
$policy_bank{'MYNETS'} = { # mail originating from @mynetworks
bypass_spam_checks_maps => [ 1 ],
}
Mark
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/