Skip to content

Commit

Permalink
Merge pull request #44 from glensc/patch-1
Browse files Browse the repository at this point in the history
Update EmailParser.php
  • Loading branch information
willdurand committed Feb 18, 2016
2 parents d60113c + b46cdfe commit 21e793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EmailReplyParser/Parser/EmailParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class EmailParser
/**
* Regex to match signatures
*/
const SIG_REGEX = '/(?:^\s*--|^\s*__|^-\w|^-- )|(?:^Sent from my (?:\s*\w+){1,3})$/s';
const SIG_REGEX = '/(?:^\s*--|^\s*__|^-\w|^-- $)|(?:^Sent from my (?:\s*\w+){1,3})$/s';

const QUOTE_REGEX = '/>+$/s';

Expand Down

0 comments on commit 21e793a

Please sign in to comment.