1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/metamta
epriestley f69793184e Fix over-matching of quoted text for message bodies beginning with "On..."
Summary:
A user sent a message to Phabricator which looked like:

  On blah blah blah ?

  On <date>, <user> wrote:
  > blah blah blah

The current algorithm is too aggressive and thinks lines 1-3 are //all// the "On ... wrote:" string. Instead, patch only the most recent "On".

Test Plan: Added a failing test and made it pass.

Reviewers: btrahan, zeeg

Reviewed By: zeeg

CC: aran

Differential Revision: https://secure.phabricator.com/D7732
2013-12-06 15:47:37 -08:00
..
adapter Allow MetaMTA adapters to indicate that a mail is permanently undeliverable 2013-08-30 08:21:50 -07:00
application Move outbound mail lists to CLI and enhance details 2013-07-10 18:52:22 -07:00
constants Remove the last hardcoding from PhabricatorMetaMTAReceivedMail 2013-05-17 10:00:49 -07:00
contentsource Add bin/repository edit for CLI repository editing 2013-11-13 11:26:05 -08:00
controller Move outbound mail lists to CLI and enhance details 2013-07-10 18:52:22 -07:00
exception Allow MetaMTA adapters to indicate that a mail is permanently undeliverable 2013-08-30 08:21:50 -07:00
management Accept case-insensitive mail replies 2013-11-12 21:23:23 -08:00
parser Fix over-matching of quoted text for message bodies beginning with "On..." 2013-12-06 15:47:37 -08:00
query Improve handling of email verification and "activated" accounts 2013-11-12 14:37:04 -08:00
receiver Accept case-insensitive mail replies 2013-11-12 21:23:23 -08:00
replyhandler Maniphest - add support for !assign command 2013-10-14 12:29:41 -07:00
storage Maniphest - add support for !assign command 2013-10-14 12:29:41 -07:00
view Fix "Manage herald rules" link by removing it 2013-10-21 16:58:56 -07:00
PhabricatorMail.php Require a viewer to load handles 2013-02-28 17:15:09 -08:00
PhabricatorMetaMTAWorker.php Fix outdated link to MetaMTA web UI in MetaMTA tasks 2013-08-29 17:37:17 -07:00