Amavis score : Hits: -

Alexandre Ellert via amavis-users amavis-users at amavis.org
Thu Dec 12 18:27:14 CET 2013


> Check if this is happening for specific email or every email.
> If this is happening with all the emails then it is obvious Spamassassin is disabled.
> Make sure that following line is commented out in amavisd.conf
> @bypass_spam_checks_maps  = (1);

I have these setting for bypass_spam_checks_maps :

@bypass_spam_checks_maps = (
   \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);

# disable check for postmaster and abuse
map { $bypass_spam_checks{lc($_)}=1 } (qw(
postmaster@
abuse@
));

Do you think I should go for @bypass_spam_checks_maps = (1); ?

BTW, it happens for some mails, not all.
Last day, logwatch confirms that 110 spamassassin diagnostics were missing (110 are not for abuse@ or postmaster@, they are for other recipient) :
 
--------------------- Amavisd-new Begin ------------------------ 

       4   Miscellaneous warnings  

    2578   Total messages scanned ------------------  100.00%
 499.610M  Total bytes scanned                    523,879,305
========   ==================================================

      40   Blocked ---------------------------------    1.55%
      40     Spam blocked                               1.55%

    2538   Passed ----------------------------------   98.45%
       1     Spam passed                                0.04%
     278     Spammy passed                             10.78%
      56     Bad header passed                          2.17%
    2203     Clean passed                              85.45%
========   ==================================================

     319   Spam ------------------------------------   12.37%
     278     Spammy passed                             10.78%
       1     Spam passed                                0.04%
      40     Spam blocked                               1.55%

    2259   Ham -------------------------------------   87.63%
      56     Bad header passed                          2.17%
    2203     Clean passed                              85.45%
========   ==================================================

     274   SpamAssassin bypassed   
      78   Truncated message passed to SpamAssassin 
       2   Bounce rescued          
       3   Bounce unverifiable     
       4   MIME error              
      33   Bad header (debug supplemental) 
     110   SpamAssassin diagnostics 

Thanks.


More information about the amavis-users mailing list