summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-07-08 22:49:18 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-07-08 22:49:18 +0100
commit846726c5a374d833fb5211dde62ae6bceb6841c7 (patch)
tree2979952f9671639681283f694827bd3aa82d16d1 /test/scripts
parentb5b871aca49fbf0fcc2c91997e70c3c57f77faa9 (diff)
Multiple headers_add/remove options per router/transport - fixes bug 337
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/04817
1 files changed, 6 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0481 b/test/scripts/0000-Basic/0481
index 3f308f992..d1a9a4a70 100644
--- a/test/scripts/0000-Basic/0481
+++ b/test/scripts/0000-Basic/0481
@@ -1,5 +1,10 @@
-# remove_headers and trailing colons
+# multiple remove_headers and trailing colons
exim -odi userx
Remove-Me: this header is to be removed
Another: This is another header
****
+exim -odi userx
+Remove-Me: this header is to be removed
+Another: This is another header
+Remove-Me-Also: me too!
+****