1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/metamta
epriestley eca49cb91f Exclusion of actor as a mail recipient per preference can be overridden
Summary:
Fixes T2797

Currently, emails are sent in no case to the actor if he has disabled the preference to send emails for his own actions. This won't let us send any test emails from the MetaMTA application to ourselves.

This revision corrects the latter by specifically overriding the option for test emails.

Test Plan:
tried to send emails to myself. verified test mail got blocked with change not applied.

applied the change. verified new change with both preference enabled and disabled did work fine.

Reviewers: epriestley

Reviewed By: epriestley

CC: kai, aran, Korvin

Maniphest Tasks: T2797

Differential Revision: https://secure.phabricator.com/D5398
2013-03-20 15:50:02 -07:00
..
__tests__ Delete license headers from files 2012-11-05 11:16:51 -08:00
adapter Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00
application Installation & Uninstallion of Applications 2013-01-29 09:17:24 -08:00
constants Delete license headers from files 2012-11-05 11:16:51 -08:00
contentsource Convert simple phutil_render_tag() to phutil_tag() 2013-01-24 19:30:50 -08:00
controller Exclusion of actor as a mail recipient per preference can be overridden 2013-03-20 15:50:02 -07:00
replyhandler Require a viewer to load handles 2013-02-28 17:15:09 -08:00
storage Exclusion of actor as a mail recipient per preference can be overridden 2013-03-20 15:50:02 -07:00
view Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorMail.php Require a viewer to load handles 2013-02-28 17:15:09 -08:00
PhabricatorMetaMTAEmailBodyParser.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorMetaMTAWorker.php Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag 2013-01-24 19:08:55 -08:00