@t.lamprecht
Any news on this?
Today i had the issue that i needed to export a list of all mails between two timestamps and for multiple domains.
A customer had an hardware failure and lost about two hours worth of mails, because their backup was too old.
He wanted to have a list of mails between the backup time and the outage to be able to contact their customers so that they can resend that lost mail.
As of right now i copy and pasted this from the
pmg webinterface -> trackingcenter into an excel sheet which had issues. For example the timecode from the first row was not imported correctly.
Mär 12 13:39:10 | renate.***@****.de | D.****@***.de | accepted/delivered |
would change to the following when copied to excel:
01.03.2012 13:39 | renate.***@****.de | D.****@***.de | accepted/delivered |
Also you are not able to select the top, scroll down and copy the whole thing. It needs to be done in chunks which is not very helpful if there are a lot of mails.
It would be awesome if their would be a button to export the current selection from the tracking center to a csv file. Maybe even with multiple domains selected in the TO field.
As for your workaround:
Input:
Code:
pmg-log-tracker -s "2024-03-12 12:00:00" -e "2024-03-12 13:40:00" -t @DOMAIN -n
Output:
Code:
TO:65F05AFE:E01C710189C:P: from <renate.***@****.de> to <D.****@***.de> (IP[IP]:25)
No timecode or status of the mail to be seen. This is suboptimal.
Thanks for your time.