mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #53] Top Sender Statistics showing incorrect numbers #45
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#45
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 @cantlep on GitHub (Sep 14, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/53
Hi,
It looks like the top senders stats (and possibly recipients, too are showing figures that are way off). For some reason, sometimes the entries in SA show a x5 or x2 next to the number of emails which makes the figures incorrect. For example. I sent you @darold 2 emails today from my personal a/c. However, when viewing the SA stats, it actually shows the first mail as x5.
And as you can see from the MTA, it was only 1 mail.
For info, the second email I sent to you only appears as one (correctly) in the SA stats. On a side note, not sure my the magic from my log contains a contuse.com ID instead of my own domain (that only happened with that 1 email - but that's an issue for me to resolve)
This is even more apparent with recipients.
I received 37 emails today to my primary address. MTA logs confirm. SA shows 37 lines when I click the entry (correct). but actually shows a figure of 182 in the statistics and this is because every email has a x5 or a x10 next to it.
Cheers
Paul
@darold commented on GitHub (Sep 15, 2017):
Got it, commit
7ea5dd7might solve this issue. Recipient entries was duplicated when the message was also registered as Spam by spamd.@cantlep commented on GitHub (Sep 16, 2017):
Confirmed fixed. Much appreciated