[GH-ISSUE #62] Wrong numbers shown at Top Statistics / Spamming / Top Spams Rules for "DNSBL Spam blocked" and "Amavis Passed Spam" #52

Closed
opened 2026-05-05 15:02:30 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @enekux on GitHub (Jun 27, 2018).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/62

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,

Originally created by @enekux on GitHub (Jun 27, 2018). Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/62 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,
Author
Owner

@darold commented on GitHub (Jun 27, 2018):

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?

<!-- gh-comment-id:400804053 --> @darold commented on GitHub (Jun 27, 2018): 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?
Author
Owner

@enekux commented on GitHub (Jun 28, 2018):

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

<!-- gh-comment-id:400974915 --> @enekux commented on GitHub (Jun 28, 2018): Sorry once again, I checked something wrong. The results are correct. Thank you and regards,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#52
No description provided.