diff options
author | Todd Lyons <tlyons@exim.org> | 2014-04-15 09:53:43 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-04-15 09:53:43 -0700 |
commit | 364e49ab87bf81774f12f8b0e21509eb51c88b71 (patch) | |
tree | 86b43906007d8a6cee2f7ad7cea22f2f8aff8a55 /test/confs/0166 | |
parent | 3695be34bdae5e69ed8188587f03b87b6e929d42 (diff) | |
parent | 10cc8a1e4c3077eefcb37878990753d1d49cf363 (diff) |
Merge branch 'master' of ssh://git.exim.org/home/git/exim
Fixed Conflicts:
doc/doc-txt/ChangeLog
Diffstat (limited to 'test/confs/0166')
-rw-r--r-- | test/confs/0166 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/confs/0166 b/test/confs/0166 index b94331b44..7d2f06611 100644 --- a/test/confs/0166 +++ b/test/confs/0166 @@ -30,6 +30,9 @@ user: headers_add = X-Delivered-To: $local_part@$domain retry_use_local_part transport = local_delivery + headers_add = X-rtr-hdr: 1 + headers_add = ${if bool{false} {X-rtr-hdr: 2}} + headers_add = X-rtr-hdr: 3 # ----- Transports ----- @@ -41,6 +44,9 @@ local_delivery: envelope_to_add file = DIR/test-mail/$local_part user = CALLER + headers_add = X-tpt-hdr: 1 + headers_add = ${if bool{false} {X-tpt-hdr: 2}} + headers_add = X-tpt-hdr: 3 # End |