On 4/14/08, Andy Spiegl wrote:
> On 2008-04-11, 13:28, Gary V wrote:
>
> > Because the message scored less than your kill_level:
> > http://www.ijs.si/software/amavisd/amavisd-new-docs.html#tagkill
> ...
> > The admin will not be notified unless the message scores at kill_level
> > or higher.
>
> For MYNETS I don't want to tag or block any mails at all.
> However, I do want to alert the spam-admin whenever there
> are spammy mails leaving my network.
>
> Is there any way to accomplish that?
>
> Thanks,
> Andy.
>
What you have here will allow delivery of these items:
final_spam_destiny => D_PASS,
final_bad_header_destiny => D_PASS,
bypass_banned_checks_maps => [1],
Maybe a better option for header checks:
bypass_header_checks_maps => [1],
It appears this will disable the X-Virus-Scanned: header (if desired):
X_HEADER_TAG => undef,
And it appears this will disable spam quarantine (no need to quarantine if
spam is passed):
quarantine_method_by_ccat => {CC_SPAM, undef},
I have not tested to see if this syntax affects other quarantines (like virus).
In my tests, setting this high:
spam_tag_level_maps => 5000,
did prevent X-Spam headers on mail delivered to recipients, but it did
not appear to have an effect on spam quarantined to SQL (which is how
my test machine is set up).
Testing is in order.
Gary V
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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/