From 8216df9cabaab0f8341f3c73bb5db40f0d433cc2 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 16 Apr 2012 19:49:26 +0100 Subject: [PATCH] we probably want consistency 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 9877917bc..4676daddc 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -305,7 +305,7 @@ acl_getprofile: accept condition = ${if eq {$acl_m_rprf}{}{no}{yes}} <%- end -%> -<%- if scope.lookupvar('site::nodeinfo')['bugsmx'] -%> +<%- if scope.lookupvar('site::nodeinfo')['bugsmaster'] or scope.lookupvar('site::nodeinfo')['bugsmx'] -%> warn domains = bugs.debian.org set acl_m_rprf = BugsMail -- 2.20.1