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

Databases (*.dat) are started with correct time, but are not ended with correct one. #57

Closed enekux closed 6 years ago

enekux commented 6 years ago

Hi,

when checking the .dat files I see the next:

head -n1 data/goban/2017/11/30/senders.dat 000001:870121789C:.....@.....com:12895:1:localhost:

tail -n1 data/goban/2017/11/30/senders.dat 075750:46F6F17F00:...@...:4598:1::

I believe that all "*.dat" files would have to end at 235959...

So I believe that the results in the statistics show wrong data...

darold commented 6 years ago

Sorry for the response delay.

Obviously here it seems that the last message processed by sendmailanalyzer was at 2017-11-30 07:57:50. If you received other messages later, they will be appended to the dat file. If this is not the case this is because sendmailanalyzer was stopped.