Closed dtorresp closed 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.
Looks good. Thanks for contributing and for including tests. 👍🏼
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.