sys4 / tlsrpt

A set of libraries and tools to implement TLSRPT reporting into an MTA and to generate and submit TLSRPT reports.
Other
2 stars 2 forks source link

pytlsrpt: mail text may contain a summary #25

Open andreasschulze opened 1 day ago

andreasschulze commented 1 day ago

The reports are intended to be consumed by applications that can read and understand the attached report.json.gz

But sometimes also humans read that messages. It would be a value it the text below the intro contain a simple summary

This makes it easy to a human reader to recognize very fast

wietse-postfix commented 1 day ago

People who read email with command-line tools such as mutt might benefit from a tool that you can pipe an email message into, that rips out the application/tlsrpt+gzip attachment, and that pipes it through base64 -d | gunzip | jq filter-expr...