sisimai / set-of-emails

bounce mail collection for tests and development on Sisimai
https://libsisimai.org/
Other
10 stars 7 forks source link

add issue15 unparsable postfix bounce #16

Closed aderumier closed 4 years ago

azumakuniyuki commented 4 years ago

We've made sure that the email could not be parsed by the latest version of Sisimai and we have no sample email including --- Delivery report unavailable --- string. However, the string is defined at src/bounce/bounce_notify_util.c of Postfix-3.1.4.

post_mail_fputs(bounce, "\t--- Delivery report unavailable ---");

We will try to implement code to parse this email, Thanks :-D