From baf981e2c5b2080c58c5dff249f268be7b5d5a8f Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 29 Oct 2010 12:19:05 +0100 Subject: [PATCH] fix typo in exim.conf 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 1eeb96f47..f5a7e7d21 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1541,7 +1541,7 @@ out # Send the message to procmail procmail_pipe: driver = pipe - command = /usr/bin/procmail -a ${substr_1:${local_part_suffix}}} + command = /usr/bin/procmail -a ${substr_1:${local_part_suffix}} return_path_add user = ${local_part} -- 2.20.1