[GH-ISSUE #22] SendmailanAlyzer does not display all shipments #13

Closed
opened 2026-05-05 14:58:42 -06:00 by gitea-mirror · 8 comments
Owner

Originally created by @laurentvv on GitHub (Sep 15, 2014).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/22

Hello,

All shipments are not listed.
Today, for example, is shown in 1800 shipments.
If I do a search in / var / log / maillog, I said more than 10,000 email sent.
As this problem?

Thank you in advance.

Originally created by @laurentvv on GitHub (Sep 15, 2014). Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/22 Hello, All shipments are not listed. Today, for example, is shown in 1800 shipments. If I do a search in / var / log / maillog, I said more than 10,000 email sent. As this problem? Thank you in advance.
Author
Owner

@darold commented on GitHub (Sep 15, 2014):

Thanks,

Maybe this is a configuration issue or a misunderstanding of the log entries.

Could you send me privately a slice of your log file as well as you sendmailanalyzer.conf file?

Regards,

<!-- gh-comment-id:55562357 --> @darold commented on GitHub (Sep 15, 2014): Thanks, Maybe this is a configuration issue or a misunderstanding of the log entries. Could you send me privately a slice of your log file as well as you sendmailanalyzer.conf file? Regards,
Author
Owner

@darold commented on GitHub (Sep 15, 2014):

Thanks for the log. After taking a look in you configuration and the log I can't find any problem. I think you made a mistake in searching the number of delivery. If you take a look to the log file you've sent to me, you will see that there is 10833 message with status Sent:

$ grep "stat=Sent" maillog | wc -l
10833

Then after running sendmailanalyzer, it returns 6559 outgoing messages for today but also 4334 for yesterday. That means that there is 10893 shipments reported by sendmailanalyzer. Have you include the date in the search ?

$ grep "^Sep 15 .*stat=Sent" maillog | wc -l
6533
<!-- gh-comment-id:55583096 --> @darold commented on GitHub (Sep 15, 2014): Thanks for the log. After taking a look in you configuration and the log I can't find any problem. I think you made a mistake in searching the number of delivery. If you take a look to the log file you've sent to me, you will see that there is 10833 message with status Sent: ``` $ grep "stat=Sent" maillog | wc -l 10833 ``` Then after running sendmailanalyzer, it returns 6559 outgoing messages for today but also 4334 for yesterday. That means that there is 10893 shipments reported by sendmailanalyzer. Have you include the date in the search ? ``` $ grep "^Sep 15 .*stat=Sent" maillog | wc -l 6533 ```
Author
Owner

@laurentvv commented on GitHub (Sep 15, 2014):

yes i have include date in my search

now with grep command : 25477

sendmailanalyzer

2014-09-15 14:26 GMT+02:00 Darold notifications@github.com:

Thanks for the log. After taking a look in you configuration and the log I
can't find any problem. I think you made a mistake in searching the number
of delivery. If you take a look to the log file you've sent to me, you will
see that there is 10833 message with status Sent:

$ grep "stat=Sent" maillog | wc -l
10833

Then after running sendmailanalyzer, it returns 6559 outgoing messages for
today but also 4334 for yesterday. That means that there is 10893 shipments
reported by sendmailanalyzer. Have you include the date in the search ?

$ grep "^Sep 15 .*stat=Sent" maillog | wc -l
6533


Reply to this email directly or view it on GitHub
https://github.com/darold/sendmailanalyzer/issues/22#issuecomment-55583096
.

<!-- gh-comment-id:55583676 --> @laurentvv commented on GitHub (Sep 15, 2014): yes i have include date in my search now with grep command : _25477_ sendmailanalyzer ​ 2014-09-15 14:26 GMT+02:00 Darold notifications@github.com: > Thanks for the log. After taking a look in you configuration and the log I > can't find any problem. I think you made a mistake in searching the number > of delivery. If you take a look to the log file you've sent to me, you will > see that there is 10833 message with status Sent: > > $ grep "stat=Sent" maillog | wc -l > 10833 > > Then after running sendmailanalyzer, it returns 6559 outgoing messages for > today but also 4334 for yesterday. That means that there is 10893 shipments > reported by sendmailanalyzer. Have you include the date in the search ? > > $ grep "^Sep 15 .*stat=Sent" maillog | wc -l > 6533 > > — > Reply to this email directly or view it on GitHub > https://github.com/darold/sendmailanalyzer/issues/22#issuecomment-55583096 > .
Author
Owner

@darold commented on GitHub (Sep 15, 2014):

How do you run sendmailanalyzer? Please join the related cron jobs?

You said: "now with grep command : 25477" but what is the current delivery count in sendmailanalyzer report?

<!-- gh-comment-id:55588779 --> @darold commented on GitHub (Sep 15, 2014): How do you run sendmailanalyzer? Please join the related cron jobs? You said: "now with grep command : _25477_" but what is the current delivery count in sendmailanalyzer report?
Author
Owner

@laurentvv commented on GitHub (Sep 15, 2014):

0 1 * * * /usr/local/sendmailanalyzer/sa_cache > /dev/null 2>&1

I execute /usr/local/sendmailanalyzer/sa_cache after grep
to see the same stat

2014-09-15 15:21 GMT+02:00 Darold notifications@github.com:

How do you run sendmailanalyzer? Please join the related cron jobs?

You said: "now with grep command : 25477" but what is the current
delivery count in sendmailanalyzer report?


Reply to this email directly or view it on GitHub
https://github.com/darold/sendmailanalyzer/issues/22#issuecomment-55588779
.

<!-- gh-comment-id:55589275 --> @laurentvv commented on GitHub (Sep 15, 2014): 0 1 \* \* \* /usr/local/sendmailanalyzer/sa_cache > /dev/null 2>&1 I execute /usr/local/sendmailanalyzer/sa_cache after grep to see the same stat 2014-09-15 15:21 GMT+02:00 Darold notifications@github.com: > How do you run sendmailanalyzer? Please join the related cron jobs? > > You said: "now with grep command : _25477_" but what is the current > delivery count in sendmailanalyzer report? > > — > Reply to this email directly or view it on GitHub > https://github.com/darold/sendmailanalyzer/issues/22#issuecomment-55588779 > .
Author
Owner

@darold commented on GitHub (Sep 15, 2014):

You mean that after running /usr/local/sendmailanalyzer/sa_cache you have approximatively the same stat in the report than doing grep ?

<!-- gh-comment-id:55589537 --> @darold commented on GitHub (Sep 15, 2014): You mean that after running /usr/local/sendmailanalyzer/sa_cache you have approximatively the same stat in the report than doing grep ?
Author
Owner

@laurentvv commented on GitHub (Sep 15, 2014):

no I do not have the same stat

2014-09-15 15:27 GMT+02:00 Darold notifications@github.com:

You mean that after running /usr/local/sendmailanalyzer/sa_cache you have
approximatively the same stat in the report than doing grep ?


Reply to this email directly or view it on GitHub
https://github.com/darold/sendmailanalyzer/issues/22#issuecomment-55589537
.

<!-- gh-comment-id:55589716 --> @laurentvv commented on GitHub (Sep 15, 2014): no I do not have the same stat 2014-09-15 15:27 GMT+02:00 Darold notifications@github.com: > You mean that after running /usr/local/sendmailanalyzer/sa_cache you have > approximatively the same stat in the report than doing grep ? > > — > Reply to this email directly or view it on GitHub > https://github.com/darold/sendmailanalyzer/issues/22#issuecomment-55589537 > .
Author
Owner

@darold commented on GitHub (Feb 18, 2015):

I'm closing this issue because there's no other reports like that and some commit since this post may have solves the issue. I'm not able to reproduce the problem. Feel free to reopen this issue if the problem persist.

Best regards

<!-- gh-comment-id:74862477 --> @darold commented on GitHub (Feb 18, 2015): I'm closing this issue because there's no other reports like that and some commit since this post may have solves the issue. I'm not able to reproduce the problem. Feel free to reopen this issue if the problem persist. Best regards
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#13
No description provided.