sisimai / p5-sisimai

Mail Analyzing Interface for email bounce: A Perl module to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Formerly known as bounceHammer 4: an error mail analyzer.
https://libsisimai.org
BSD 2-Clause "Simplified" License
78 stars 24 forks source link

RFC3834.pm checks for header 'x-auto-response-suppress' #491

Closed whity closed 1 year ago

whity commented 1 year ago

Hello,

The module RFC3834 is checking the header x-auto-response-suppress to detect if the message is an auto reply but, imho, this is not correct. From what I could understand, this header is to actually prevent auto-replies messages to the sender, in exchange servers, and not to identify the message as an auto-reply.

references:

btw, thanks for the awesome lib :)

thanks

azumakuniyuki commented 1 year ago

@whity Thank you for the advice regarding the X-Auto-Reply-Suppress header. I will review the code and fix it within a few days :-)