On Tue, 20 Jun 2006, Mark Martinec wrote: > > "The amavisd-new policy is to either deliver the mail, or to make sure > > the sender gets a non-delivery notification." > > For usual settings D_PASS or D_BOUNCE (or D_REJECT), > and even these have their backscatter-reduction settings, > such as @viruses_that_fake_sender_maps and $sa_dsn_cutoff_level. > > > At this point, my question is: > > How can I configure amavisd-new to permanently disobey this policy? > > Use D_DISCARD
Ok Mark, I'll try the following setup: $warnvirussender = 0; $warnvirusrecip = 1; $final_virus_destiny = D_DISCARD; Thanx, Alberto _______________________________________________ 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/
