Faidon Liambotis has submitted this change and it was merged.

Change subject: exim: blackhole noreply@phabricator emails
......................................................................


exim: blackhole noreply@phabricator emails

As this isn't a local_domain, an alias wouldn't work. A special
"phabricator aliases" would be a possibility, but let's not overengineer
just yet.

Change-Id: Ic8f79cb1002520af47c2137fcbbf1387100a5aab
---
M templates/exim/exim4.conf.SMTP_IMAP_MM.erb
1 file changed, 8 insertions(+), 1 deletion(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/exim/exim4.conf.SMTP_IMAP_MM.erb 
b/templates/exim/exim4.conf.SMTP_IMAP_MM.erb
index e95104a..86f0980 100644
--- a/templates/exim/exim4.conf.SMTP_IMAP_MM.erb
+++ b/templates/exim/exim4.conf.SMTP_IMAP_MM.erb
@@ -339,7 +339,14 @@
        forbid_file
 
 <% if phab_relay == true then -%>
-#Mail destined for Phabricator
+# Mail destined for Phabricator
+
+eat:
+       driver = redirect
+       domains = +phab_domains
+       local_parts = noreply
+       data = :blackhole:
+
 phabricator_bound:
         driver = redirect
         domains = +phab_domains

-- 
To view, visit https://gerrit.wikimedia.org/r/169008
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8f79cb1002520af47c2137fcbbf1387100a5aab
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to