diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-16 17:22:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-16 17:22:56 +0000 |
commit | 511a6c14924b5e931d67c4257ee7592dcc6ef49e (patch) | |
tree | d78e43d4c8902208a399daafce8c46cb247d3bf0 /test/confs/5400 | |
parent | e8793bad207763b266bedcb9d859e238b6a3a04e (diff) |
Support transport-added headers under cutthrough delivery. Bug 1431
Diffstat (limited to 'test/confs/5400')
-rw-r--r-- | test/confs/5400 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/5400 b/test/confs/5400 index 8f2e8b585..62466983c 100644 --- a/test/confs/5400 +++ b/test/confs/5400 @@ -34,6 +34,8 @@ all: route_list = * 127.0.0.1 self = send transport = smtp + headers_remove = X-hdr-rtr + headers_add = X-hdr-rtr-new: $h_X-hdr-rtr:+++ no_more @@ -45,6 +47,7 @@ smtp: driver = smtp interface = HOSTIPV4 port = PORT_S + headers_add = ${if def:h_X-hdr-rtr {X-hdr-tpt-new: new} {}} # End |