Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jamin committed Jul 15, 2024
1 parent 3aebf04 commit e3f99a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/regex.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class RegexList {
/^(.*)[0-9]{4}(.*)from(.*)<(.*)>:$/,
/^-{1,10} ?(O|o)riginal (M|m)essage ?-{1,10}$/i,
/^-{1,10} ?(O|o)prindelig (B|b)esked ?-{1,10}$/i,
/^-{1,10} ?(M|m)essage d\'origine ?-{1,10}$/i
/^-{1,10} ?(M|m)essage d\'origine ?-{1,10}$/i,
/^-{1,10} ? ?-{1,10}$/i, // "Original Message" in Korean
]);

this.signatureRegex = this.buildRe2([
Expand Down

0 comments on commit e3f99a1

Please sign in to comment.