Chris,
> Now seeing the following for clean mails in logs:
> Mar 10 11:49:14 gary amavis[6637]: (06637-10) Passed OTHER, ....
> Normal behaviour?
I see, I removed two lines too many when I was stripping-out
local site-specific modifications. Please change:
--- amavisd~ Fri Mar 10 12:41:39 2006
+++ amavisd Fri Mar 10 18:19:03 2006
@@ -7969,2 +7969,4 @@
$MSGINFO = $msginfo; $CONN = $conn;
+ $msginfo->add_contents_category(CC_CLEAN,0);
+ $_->add_contents_category(CC_CLEAN,0) for @{$msginfo->per_recip_data};
# compute body digest, measure mail size and check for 8-bit data
Mark
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/