Closed aderumier closed 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.
--- Delivery report unavailable ---
src/bounce/bounce_notify_util.c
post_mail_fputs(bounce, "\t--- Delivery report unavailable ---");
We will try to implement code to parse this email, Thanks :-D
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 atsrc/bounce/bounce_notify_util.c
of Postfix-3.1.4.We will try to implement code to parse this email, Thanks :-D