mailgun / talon

Apache License 2.0
1.26k stars 287 forks source link

PIP-744: Allow quotation substitution even if html cut throws exception #204

Closed thrawn01 closed 6 months ago

thrawn01 commented 4 years ago

Purpose

Found that some emails throw exceptions during html cut, which results in the stripped-html field containing the entire body-html. This code allows the plain text quotation cut to continue even if the html cut fails.

Implementation