From b5249bd3292990afe0418a45410101dead763153 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 26 Sep 2009 09:16:37 +0100 Subject: [PATCH] looks like I broke this when switching to named variables Signed-off-by: Stephen Gran --- 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 562caffda..0bfe9bdc8 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -918,7 +918,7 @@ out %> acl_check_predata: - deny condition = ${if eq{$acl_m_lcl}{localonly}} + deny condition = ${if eq{$acl_m_prf}{localonly}} message = mail for $acl_m_lrc is only accepted internally accept -- 2.20.1