git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix crash in mime acl when a parameter is unterminated
[users/jgh/exim.git]
/
test
/
confs
/
0478
diff --git
a/test/confs/0478
b/test/confs/0478
index 70314f0f17eb2488db67d0165ff96ef1e474e8ae..bcdd98069ab7e6b973f7e7b15ee88397fce7cc82 100644
(file)
--- a/
test/confs/0478
+++ b/
test/confs/0478
@@
-31,9
+31,8
@@
begin transports
t1:
driver = smtp
t1:
driver = smtp
- hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2}}
port = PORT_D
port = PORT_D
-
interface = ${if eq {$host}{127.0.0.1} {127.0.0.1
}}
+
hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2
}}
allow_localhost
connect_timeout = 1s
allow_localhost
connect_timeout = 1s