diff --git a/lib/regex.js b/lib/regex.js index 1a7f6c9..b2c2d2e 100644 --- a/lib/regex.js +++ b/lib/regex.js @@ -42,7 +42,6 @@ class RegexList { /^Sent from (?:\s*.+)$/, // en /^Get Outlook for (?:\s*.+).*/m, // en /^Cheers,?!?$/mi, // en - /^Thank you,?!?$/mi, // en /^Best wishes,?!?$/mi, // en /^\w{0,20}\s?(\sand\s)?Regards,?!?!?$/mi, //en /^Von (?:\s*.+) gesendet$/, // de diff --git a/package.json b/package.json index c8a3515..e567f9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "email-reply-parser", - "version": "1.5.4", + "version": "1.6.0", "description": "Node library for parsing plain text email content. Based on https://github.com/willdurand/EmailReplyParser", "main": "lib/emailreplyparser.js", "homepage": "https://github.com/crisp-oss/email-reply-parser",