diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-29 19:06:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-29 19:06:45 +0000 |
commit | 2ad7897851d62bc690844f416d4ca2fabedf9459 (patch) | |
tree | 5420f13216100c8cd9ec529bf0a7998167dc316d /test | |
parent | 97f83c7a669a525a5f5964a5c0708c311673b87f (diff) |
List separator specifiers in router/transport headers_add/remove. Bug 1581
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0481 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0481 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/0481 b/test/confs/0481 index b55af8604..926db0f37 100644 --- a/test/confs/0481 +++ b/test/confs/0481 @@ -24,6 +24,7 @@ r2: driver = redirect headers_remove = Remove-Me-Also: headers_remove = Remove-Me: + headers_remove = <; Remove-Me-Too ; Remove-Me-Too2 data = $local_part@domain r3: diff --git a/test/scripts/0000-Basic/0481 b/test/scripts/0000-Basic/0481 index e1b8574db..be89249f3 100644 --- a/test/scripts/0000-Basic/0481 +++ b/test/scripts/0000-Basic/0481 @@ -7,4 +7,6 @@ exim -odi userx Remove-Me: this header is to be removed Another: This is another header Remove-Me-Also: me too! +Remove-Me-Too: me too! +Remove-Me-Too2: me too! **** |