Re: [AMaViS-user] Amavisd-new 2.3.1. turning off mass mailing virus notifications

2005-05-26 Thread Mark Martinec
Lars, > > +} elsif (! defined($msginfo->sender_contact) ) { > > + do_log(5,"do_virus: skip recip notifications for unknown sender"); > Is there any possibility to make > do-not-send-notifications-for-mass-mailing-virus an option in > amavisd.conf or to keep the comment in amavisd for fut

Re: [AMaViS-user] Amavisd-new 2.3.1. turning off mass mailing virus notifications

2005-05-26 Thread lars
On Tue, 24 May 2005, Mark Martinec wrote: > > An upgrade of amavisd-new to version 2.3.1 breaks our notification > > policy. The old version had a simple patch to disable notifications of > > mass mailing viruses. > > --- amavisd~Mon May 23 17:34:12 2005 > +++ amavisd Tue May 24 01:07:40

Re: [AMaViS-user] Amavisd-new 2.3.1. turning off mass mailing virus notifications

2005-05-23 Thread Mark Martinec
Lars, > An upgrade of amavisd-new to version 2.3.1 breaks our notification > policy. The old version had a simple patch to disable notifications of > mass mailing viruses. > # } elsif (! defined($msginfo->sender_contact) ) { > # do_log(5,"do_virus: skip recip notifications for unk. senders");

RE: [AMaViS-user] Amavisd-new 2.3.1. turning off mass mailing virus notifications

2005-05-20 Thread Michael Scheidell
Don't need to patch amavis to do this, see amavisd.conf-sample for information on all forms of notifications, including turing off incoming virus notification. --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first

[AMaViS-user] Amavisd-new 2.3.1. turning off mass mailing virus notifications

2005-05-20 Thread lars
An upgrade of amavisd-new to version 2.3.1 breaks our notification policy. The old version had a simple patch to disable notifications of mass mailing viruses. # } elsif (! defined($msginfo->sender_contact) ) { # do_log(5,"do_virus: skip recip notifications for unk. senders"); In the newest