3
BUG - Messages still in SPOOL in Spam Check
Problem reported by CLEBER SAAD - 8/23/2018 at 5:21 AM
Submitted
Using Version 15.7.6782
 
Today, some messages still in the SPOOL because the Spam Check. All the SpamCheck Configuration it's disabled in our server because we use an external antispam (spamexperts).
 
So, looking in the LOG's I found this:
 
08:37:32 [03814] Added to SpamCheckQueue (1946 queued; 36/30 processing)
08:37:32 [03815] Added to SpamCheckQueue (1947 queued; 36/30 processing)
08:37:32 [03816] Added to SpamCheckQueue (1948 queued; 36/30 processing)
08:37:32 [03817] Added to SpamCheckQueue (1949 queued; 36/30 processing)
08:37:32 [65038] Added to SpamCheckQueue (1950 queued; 36/30 processing)
and growing, growing
 
My SMTP Out Configuration like this (default configuration):
 
Max Spam Check Threads: 30
Max Delivery Threads: 45
 
 
To solve this BUG I change to this configuration:
 
Max Spam Check Threads: 60 (greater than messages in SpamCheckQueue LOG)
Max Delivery Threads: 45
 
And the messages has delivered without problems. Now the SpamCheckQueue LOG has this information:
 
09:10:36 [82489] Added to SpamCheckQueue (-55 queued; 57/60 processing)
09:10:39 [82492] Added to SpamCheckQueue (-55 queued; 56/60 processing)
09:10:39 [82493] Added to SpamCheckQueue (-55 queued; 56/60 processing)
 
 
So, we have a BUG or a incorrect configuration?
 
 

Reply to Thread