This is a discussion on RE: [AMaViS-user] notifying senders about rejected attachments within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; On Tue, 2005-05-17 at 09:44 -0700, Duncan Morgan - GMI wrote: > Thanks Daniel. > > There might ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 2005-05-17 at 09:44 -0700, Duncan Morgan - GMI wrote:
> Thanks Daniel. > > There might be some misunderstanding in my question. I didn't mean that > the attachment should be let through and the sender advised. I meant > that the attachment be bounced AND the sender advised. Does that make > sense? Yes, it makes perfect sense. I'd still probably do $final_banned_destiny = D_DISCARD; $warnbannedsender=1; > > Is that also not advisable? Yes, it is not advisable because 90% of the banned messages are viruses for which you don't have a signature yet, or spam. And the source address is probably forged. So your box becomes a contributor to the problem (backscatter). If there were a way to only warn on messages that passed SPF, I'd think about it again and might start adding some warnings in. But if Amavisd-new has a hit on banned, that takes precedence over spam, so you can't chunk the non-verified senders in the ash-heap... > > Thanks again. > > -----Original Message----- > From: Daniel J McDonald [mailto:dan.mcdonald@austinenergy.com] > Sent: Tuesday, May 17, 2005 9:38 AM > To: Duncan Morgan - GMI > Subject: Re: [AMaViS-user] notifying senders about rejected attachments > > On Tue, 2005-05-17 at 08:35 -0700, Duncan Morgan - GMI wrote: > > Hello, > > > > Is it possible to have an auto-reply sent to senders whose e-mail > > contained a rejected attachment? > > Possible? Certainly. Advisable? No... Too many viruses that sneak > through... > > > If yes how do I turn this feature on? > > $final_banned_destiny = D_BOUNCE; > > or > > $warnbannedsender = 1; > -- Daniel J McDonald, CCIE # 2495, CNX Austin Energy dan.mcdonald@austinenergy.com ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |