mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #24] No DSN data parsed #17
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#17
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 @DocLowy on GitHub (Oct 5, 2014).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/24
No DSN records are parsed on my system.
Debug info from sendmailanalyzer
A "grep" on mail.log shows 532 deliveries
Inbound traffic example
Outbound traffic example
Any ideas?
KR, Wolfgang
@darold commented on GitHub (Oct 6, 2014):
Hi Wolfgang,
DSN are only available for sendmail logs. They are clearly identified and retrieved with the following regex:
Posfix does not have such log entry, so it is impossible to detect.
@DocLowy commented on GitHub (Oct 6, 2014):
ok, make sense. 😁
would it make sense to hide this menu entry from from menu on postfix systems, means "do not make a menu entry if no dsn.dat exist"!?
BTW... I sent you a private mail 3 days ago, requesting a parsing for postfwd2 spam system. Maybe it got lost. Should I make a new issue for that on GitHub?
Kind regards, Wolfgang
@darold commented on GitHub (Oct 6, 2014):
I will see to remove that menu with postfix log unless someone knwo how to identify them on pstfix logs.
Yes I received your log and they have been put in my fifo (feature in feature out) :-) I will work on it as soon as I found enough spare time to work on it. Thanks for your help to build a better project.
Regards
@DocLowy commented on GitHub (Oct 6, 2014):
maybe this code is helpful to parse dsn on postfix log?
https://github.com/etsy/logster/blob/master/logster/parsers/PostfixLogster.py
@darold commented on GitHub (Feb 18, 2015):
Latest commit
9cd91eeshould add this feature.Thanks again for the report.