Re: [AMaViS-user] amavis just needs to tag spam...

This is a discussion on Re: [AMaViS-user] amavis just needs to tag spam... within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Matt wrote: >> $final_virus_destiny = D_DISCARD; >> $final_banned_destiny = D_PASS; >> $final_spam_destiny = D_PASS; >> $final_bad_header_destiny = D_PASS; >> &...


Go Back   Usenet Forums > Anti-Spam and Anti-Virus Related Forums > Amavis User

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-21-2005
Gary V
 
Posts: n/a
Default Re: [AMaViS-user] amavis just needs to tag spam...

Matt wrote:

>> $final_virus_destiny = D_DISCARD;
>> $final_banned_destiny = D_PASS;
>> $final_spam_destiny = D_PASS;
>> $final_bad_header_destiny = D_PASS;
>>
>> ....
>>


> Gary,


> Thanks for the reply. I believe i want to discard viruses, and just tag
> everything else in headers and deliver it to the user. When it gets
> delivered to the user, I'll parse the header for amavisd and then decide
> where to deliver the message.


> Hence, I do not wish to use ANY of the build in quarantines, so is it safe
> to disable all of them?
> thanks,
> Regards, Matt


Because you are using D_PASS, yes; and in your case, you may not want
to defang banned files either.
$defang_banned = 0;

With defanging of banned files, the recipient would get the original
mail wrapped into an attachment with the body of the message stating:
"WARNING: contains banned part"

In fact, in your case it would be more efficient to simply
bypass banned and bad_header checks for all recipients:

@bypass_banned_checks_maps = (1);
@bypass_header_checks_maps = (1);

This would suit your purpose better for these two types of files.

Gary V



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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/
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:41 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0