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

Spamming Flows #52

Closed cantlep closed 6 years ago

cantlep commented 6 years ago

Similar to issue https://github.com/darold/sendmailanalyzer/issues/51 The Spamming flows are a bit off.

spam_flows

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"

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 6 years ago

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 6 years ago

Confirmed fixed. Much appreciated