Miro, > $final_spam_destiny = D_REJECT;
Never use D_REJECT in dual-MTA or Postfix setups you will cause indiscriminate bounces from your MTA. The D_REJECT is only appropriate for sendmail milter setup (or pre-queue Postfix setup). The D_BOUNCE is better behaved, many undesired bounces are suppressed thanks to @viruses_that_fake_sender_maps and $sa_dsn_cutoff_level settings. 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/
