From 55644308627ad830369240dea1561792b67c5854 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 22 Sep 2019 18:33:29 +0100 Subject: [PATCH] eximconf.erb: fix address mentioned in postmaster@d.o check Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} -- 2.20.1