alfonsrv / mail-parser-reply

📧 Mail reply parser library for Python with multi-language support
https://pypi.org/project/mail-parser-reply/
MIT License
43 stars 16 forks source link

Signature minor fix #9

Closed dtorresp closed 3 months ago

dtorresp commented 3 months ago

The fix addresses email bodies where the salutation begins with "Thank you" or similar that might be mistaken for a signature. The regex has been adjusted to ensure it does not match if this pattern appears at the beginning of the email body.

alfonsrv commented 3 months ago

Looks good. Thanks for contributing and for including tests. 👍🏼