mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #62] Wrong numbers shown at Top Statistics / Spamming / Top Spams Rules for "DNSBL Spam blocked" and "Amavis Passed Spam" #52
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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,
@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?
@enekux commented on GitHub (Jun 28, 2018):
Sorry once again, I checked something wrong. The results are correct.
Thank you and regards,