mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #57] Databases (*.dat) are started with correct time, but are not ended with correct one. #46
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#46
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 (Dec 1, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/57
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 on GitHub (Dec 14, 2017):
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.