tags 290956 patch pending
thanks
On 2005-01-17 "Adam D. Barratt" <[EMAIL PROTECTED]> wrote:
> As noted on exim-users (the thread starting at
> http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050117/msg00036.html),
>  the recent changes to return_path in update-exim4.conf lead to the generated 
> configuration file failing to parse.

> This is due to a set of missing braces around the inner if
[...]

Thanks, I'll upload a fix soon.

For the meantime safe the attached file as /tmp/fix-up-ex4.conf and run

patch /usr/sbin/update-exim4.conf < /tmp/fix-up-ex4.conf
invoke-rc.d exim4 reload

          sorry, cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
                                           http://downhill.aus.cc/
--- /tmp/update-exim4.conf      2005-01-18 12:53:39.000000000 +0100
+++ /usr/sbin/update-exim4.conf 2005-01-18 12:54:34.000000000 +0100
@@ -252,7 +252,7 @@
        satellite|smarthost)
        if [ "${dc_hide_mailname}" = "true" ] && [ -n "${dc_readhost}" ] ; then
                DEBCONFheaders_rewriteDEBCONF='headers_rewrite = [EMAIL 
PROTECTED] [EMAIL PROTECTED] frs : *@'"$mailname"' [EMAIL PROTECTED] frs'
-               DEBCONFreturn_pathDEBCONF='return_path = ${if [EMAIL PROTECTED] 
match_domain{$sender_address_domain}{'"$mailname"'[EMAIL PROTECTED]'
+               DEBCONFreturn_pathDEBCONF='return_path = ${if [EMAIL PROTECTED] 
match_domain{$sender_address_domain}{'"$mailname"'[EMAIL PROTECTED]'
        fi
        ;;
        local)

Reply via email to