Skip to main content

SpamAssassin seems slow to process

Comments

4 comments

  • LucasRolff
    Depends a bit on the target domain as well, the content of the email. I have some scans that take 0.2 seconds, and some that take 7 seconds. My average is 1.55 seconds. cat /var/log/maillog |grep "spamd: clean message" | grep -v "cpaneleximscanner" | awk '{ sum += $13; n++ } END { if (n > 0) print sum / n; }' 1.55725
    0
  • cPanelLauren
    @LucasRolff is correct, it really is dependent on the contents of the mail as well as the domain. For instance if we use his command and look at my average: cat /var/log/maillog |grep "spamd: clean message" | grep -v "cpaneleximscanner" | awk '{ sum += $13; n++ } END { if (n > 0) print sum / n; }' 8.11667
    My average is pretty high as well though I don't send much mail from this test server.
    0
  • LucasRolff
    My average is pretty high as well though I don't send much mail from this test server.

    Why not? Can sell a lot of shoes on a test server!
    0
  • divemasterza
    Thank you all :)
    0

Please sign in to leave a comment.