Package: exim4-config
Version: 4.43-3

Hi,

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; i.e. it
should read:

<quote>
return_path = ${if match_domain{$sender_address_domain}{+local_domains}
\
                   [EMAIL PROTECTED] \
                   {${if match_domain{$sender_address_domain}{macbob} \
                   ^     [EMAIL PROTECTED] \
                   ^     fail }} }
                   ^           ^
                   ^           ^
</quote>

Regards,

Adam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to