looks like I broke this when switching to named variables
authorStephen Gran <steve@lobefin.net>
Sat, 26 Sep 2009 08:16:37 +0000 (09:16 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 26 Sep 2009 08:16:37 +0000 (09:16 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index 562caff..0bfe9bd 100644 (file)
@@ -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