From 35a190769c20fa17b1c57bfae96107bd2c08e284 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 17 Jun 2016 07:00:54 -0400
Subject: [PATCH] Fixed Issue #3972 Invalid regular expression in helo_access
---
install/tpl/helo_access.master | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/tpl/helo_access.master b/install/tpl/helo_access.master
index 796c3ed..a0ca138 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
--
Gitblit v1.9.1