Marc,
> If this autoreply is send, then amavis add "ANY_BOUNCE_MESSAGE" to
> X-Spam-Status on this message:
As has been pointed out, the ANY_BOUNCE_MESSAGE rule hits on out-of-office
replies too, so this is normal. It only scores 0.1 points, so there is
nothing to worry about. You may even set its score to 0 to completely
disable the rule.
One way to disable a rule for mail originating from inside
is to modify it so that it takes into account the X-Amavis-PolicyBank
header field as inserted by amavisd and made available to SpamAssassin
for inspection. Something like the following should do:
header L_MYNETS X-Amavis-PolicyBank =~ m{(\A|/)(MYNETS|ORIGINATING)(/|$)}m
meta ANY_BOUNCE_MESSAGE !L_MYNETS &&
(CRBOUNCE_MESSAGE||BOUNCE_MESSAGE||VBOUNCE_MESSAGE)
Mark
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
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/