Alberto, > > > I don't know if it is already possible with 2.4.2-rc2, > > > but i'd like to _completely_ disable notifications to virus/spam > > > senders. > > > > This was always possible: > > $final_virus_destiny = D_DISCARD; > > $final_spam_destiny = D_DISCARD;
> I'm talking about notifications to the _sender_, not the recipient.. So am I. amavisd.conf-sample: # D_DISCARD mail will not be delivered to its recipients, sender will NOT be # notified. Effectively we lose mail (but will be quarantined # unless disabled). Losing mail is not decent for a mailer, # but might be desired. Recipient notifications has it own independent controls: $warn*recip (or @warn*recip_maps) > I'm _absolutely_ sure this behaviour was not completely disabled > with 2.1.0 (at least under certain conditions), > quite sure with 2.3.0, don't know with 2.4.x. Don't know what you have in mind. > "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 Mark _______________________________________________ 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/
