Closed DocLowy closed 9 years ago
Hi Wolfgang,
DSN are only available for sendmail logs. They are clearly identified and retrieved with the following regex:
$str =~ m#^([^:\s]+): ([^:\s]+): (DSN|return to sender|sender notify|postmaster notify): (.*)#
Posfix does not have such log entry, so it is impossible to detect.
ok, make sense. :grin: 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
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
maybe this code is helpful to parse dsn on postfix log? https://github.com/etsy/logster/blob/master/logster/parsers/PostfixLogster.py
Latest commit 9cd91ee should add this feature.
Thanks again for the report.
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