Hi, >>> I am seeing this problem on my MailScanner filters as well: >>> >>> # grep BAYES_999 maillog-20171231 | wc -l >>> 9172 >>> # grep BAYES_999 maillog-20171231 | grep -v "BAYES_99 " | wc -l >>> 4
# rpm -q amavisd-new amavisd-new-2.11.0-4.fc25.noarch # rpm -q perl perl-5.24.3-389.fc25.x86_64 This is with the JSON logging enabled so my grep is a bit different. This is also with an SVN spamassassin snapshot from about two weeks ago. This is also with bayes stored in mysql. # bzcat /var/log/maillog-201801??.bz2|grep timestamp|grep BAYES_999|wc 6508 247134 16925929 # bzcat /var/log/maillog-201801??.bz2|grep timestamp|grep BAYES_999|grep BAYES_99\"|wc 6508 247134 16925929 Please let me know if there's anything further I can do to help.