mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #52] Spamming Flows #43
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#43
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/52
Similar to issue https://github.com/darold/sendmailanalyzer/issues/51 The Spamming flows are a bit off.
It would seem local incoming should correspond with External -> Internal, but as you can see, that is still showing 0
Also, the outgoing section in the spamming flows suggest 435 email sent from my relay were classed as SPAM. This figure is definitely incorrect. I doubt my system would flag anything it sent as SPAM.
The Incoming Spamming flows suggests a figure of 1328, which when I view the Top statistics -> Spamming section does correspond with the "top spammers"
However, I cannot find any evidence of any outgoing SPAM. So not sure where the figure of 435 outgoing has come from.
Cheers
@darold commented on GitHub (Sep 15, 2017):
The Top Spam statistics issue is now fixed by commit
cf30e95. SA was wrongly reporting as DNSBL Spam blocked all message that had status 550 5.7.1 even if they was not related to RBL.The Internal vs External flow still needed to be fixed.
@cantlep commented on GitHub (Sep 16, 2017):
Confirmed fixed. Much appreciated