Bug#456343: typo in 20_exim4-config_local_deny_exceptions loses if sender_local_deny_exceptions exists
Roderick Schertler
roderick at argon.org
Fri Dec 14 20:05:46 UTC 2007
Package: exim4-config
Version: 4.68-2
Severity: normal
Tags: patch
A typo in 20_exim4-config_local_deny_exceptions causes mail reception
not to work if you've renamed your local_sender_whitelist to
sender_local_deny_exceptions as suggested.
--- 20_exim4-config_local_deny_exceptions.~1~ 2007-09-05 15:26:14.000000000 -0400
+++ 20_exim4-config_local_deny_exceptions 2007-12-14 14:57:58.000000000 -0500
@@ -24,7 +24,7 @@
{}}
accept
senders = ${if exists{CONFDIR/sender_local_deny_exceptions}\
- {CONFDIR/sender_local_deny_exceptions.}\
+ {CONFDIR/sender_local_deny_exceptions}\
{}}
accept
hosts = ${if exists{CONFDIR/local_host_whitelist}\
--
Roderick Schertler
roderick at argon.org
More information about the Pkg-exim4-maintainers
mailing list