From 35a190769c20fa17b1c57bfae96107bd2c08e284 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Fri, 17 Jun 2016 13:00:54 +0200 Subject: [PATCH] Fixed Issue #3972 Invalid regular expression in helo_access --- install/tpl/helo_access.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/helo_access.master b/install/tpl/helo_access.master index 796c3ed52a..a0ca138738 100644 --- a/install/tpl/helo_access.master +++ b/install/tpl/helo_access.master @@ -2,7 +2,7 @@ # be sure to list your own hostname(s), domain(s) and IP address(es) here # Reject others identifying with this machine's hostnames and IP addresses -/^{myhostname}$/ REJECT +/^{$myhostname}$/ REJECT #/^((smtp|mx|mail)\.domain1\.com$/ REJECT #/^mail\.domain2\.com$/ REJECT -- GitLab