git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SRS: avoid expanding ${srs_encode...} when guarded by ${if...}
[exim.git]
/
test
/
confs
/
5892
diff --git
a/test/confs/5892
b/test/confs/5892
index a7738468fa39972e91a50084b5b2c484943df93b..0aec9bfafea2b8fb35000e3972451007f139f765 100644
(file)
--- a/
test/confs/5892
+++ b/
test/confs/5892
@@
-86,6
+86,9
@@
send_to_server1:
hosts = 127.0.0.1
port = PORT_D
helo_data = helo.data.changed
+.ifdef HELO_MSG
+ host_name_extract = HELO_MSG
+.endif
.ifdef VALUE
tls_resumption_hosts = *
.else