From a1dd5aff5fcc24d382c60a32a56bf6797b444d02 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 25 Oct 2019 17:43:02 +0100 Subject: [PATCH] eximconf: whitespace fix Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 3d5b570b7..c619856ce 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -307,10 +307,10 @@ GREYLIST_LOCAL_PARTS = ${if match_domain{$domain}{+virtual_domains}\ # If a user has not explicitly disabled the option, the assumption is in # favour of filtering. HAS_DEFAULT_OPTIONS = ${if and {\ - {eq{${lookup{$local_part}dbmnz{/var/lib/misc/$primary_hostname/default-mail-options.db}{$value}{TRUE}}}{TRUE}}\ - {exists{${extract{directory}{VDOMAINDATA}{${value}/mail-forward.db}}}}\ - {! eq {${lookup{$local_part}dbmnz{${extract{directory}{VDOMAINDATA}{${value}/mail-forward.db}}}}}{}}\ - }} + {eq{${lookup{$local_part}dbmnz{/var/lib/misc/$primary_hostname/default-mail-options.db}{$value}{TRUE}}}{TRUE}}\ + {exists{${extract{directory}{VDOMAINDATA}{${value}/mail-forward.db}}}}\ + {! eq {${lookup{$local_part}dbmnz{${extract{directory}{VDOMAINDATA}{${value}/mail-forward.db}}}}}{}}\ + }} <%- if @is_rtmaster -%> # This subject rewrite is embedded in double-quoted strings. As such, some of # the items need more escaping than usual, otherwise \N becomes simply "N" and -- 2.20.1