darold / sendmailanalyzer

Sendmail log Analyzer is a tool to monitor sendmail usage and generate HTML and graph reports. It reports all you ever wanted to know about email trafic on your network. You can also use it in ISP environment with per domain and per mailbox report.
http://sendmailanalyzer.darold.net/
GNU General Public License v3.0
76 stars 13 forks source link

Wrong numbers shown at Top Statistics / Spamming / Top Spams Rules for "DNSBL Spam blocked" and "Amavis Passed Spam" #62

Closed enekux closed 6 years ago

enekux commented 6 years ago

Hi, I have noticed that a wrong number is shown at Top Statistics / Spamming / Top Spams Rules / DNSBL Spam blocked.

$ cat spam.dat | grep "DNSBL Spam blocked" | sort | wc -l 14408

and instead it shows "DNSBL Spam blocked (7158)"

And the same happens with "Amavis Passed Spam"

$ cat spam.dat | grep "Amavis Passed Spam" | sort | wc -l 2194

and instead, it shows "Amavis Passed Spam (945)"

I think that the other results also need to be checked like: "Top Spammers Domain", "Top Spammers Relays", ....

Thank you,

darold commented 6 years ago

I'm not able to reproduce the problem even with your previous log. Can you send me the log from the spam.dat file you are querying?

enekux commented 6 years ago

Sorry once again, I checked something wrong. The results are correct. Thank you and regards,