From: Adam D. Barratt Date: Sun, 22 Sep 2019 17:33:29 +0000 (+0100) Subject: eximconf.erb: fix address mentioned in postmaster@d.o check X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=55644308627ad830369240dea1561792b67c5854 eximconf.erb: fix address mentioned in postmaster@d.o check Signed-off-by: Adam D. Barratt --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index bf5b4aaf4..2ec73b907 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -903,7 +903,7 @@ acl_check_predata: #!!# ACL that is used after the DATA command check_message: - # Some people put from hostmaster@something.debian.org in the From + # Some people put from postmaster@something.debian.org in the From # header. Take their crack pipe away. drop condition = ${if match{${lc:$h_From:}}{\Npostmaster@([^.]+\.)?debian\.org\N}}