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

Typo: 'notcomplaint' instead of 'notcompliant' #546

Open bohwaz opened 3 weeks ago

bohwaz commented 3 weeks ago

https://github.com/sisimai/p5-sisimai/blob/e90952bc7ce0054c9729285df6c985d4bcb4211b/lib/Sisimai/Rhost/YahooInc.pm#L35

azumakuniyuki commented 2 weeks ago

@bohwaz Thanks for the report! I'll fix the issue soon.

% find lib t xt -type f -exec grep -i 'notcomplaintrfc' {} +
lib/Sisimai/Rhost/YahooInc.pm:        'notcomplaintrfc' => ['headers are not rfc compliant'],
azumakuniyuki commented 2 weeks ago

Fix this issue after merging #547 (it may conflict)

azumakuniyuki commented 2 weeks ago

@bohwaz Fixed and released as v5.1.0p3 :-) https://github.com/sisimai/p5-sisimai/releases/tag/v5.1.0p3

bohwaz commented 2 weeks ago

Thank you :)