eximconf.erb: fix address mentioned in postmaster@d.o check
authorAdam D. Barratt <adam@adam-barratt.org.uk>
Sun, 22 Sep 2019 17:33:29 +0000 (18:33 +0100)
committerAdam D. Barratt <adam@adam-barratt.org.uk>
Sun, 22 Sep 2019 17:33:29 +0000 (18:33 +0100)
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
modules/exim/templates/eximconf.erb

index bf5b4aa..2ec73b9 100644 (file)
@@ -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}}