diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-30 21:48:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-04-09 18:00:17 +0100 |
commit | 76146973f89f0e9265d85827285b9258910a56d7 (patch) | |
tree | cdb91a1e9722f06886e17126b58f779c6b8ccd06 /test/confs/0096 | |
parent | 1e06383a8b5eaaf67910c94c737e8d9b5d16a00a (diff) |
More care with headers add/remove lists. Bug 1452
As a side-effect, playing games with newlines no longer gives an altered message body/
Testcase 0324 is questionable (though passing)
Diffstat (limited to 'test/confs/0096')
-rw-r--r-- | test/confs/0096 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0096 b/test/confs/0096 index 1ee9b746f..a182a9303 100644 --- a/test/confs/0096 +++ b/test/confs/0096 @@ -21,7 +21,8 @@ localuser: driver = accept local_parts = userx headers_add = "${if def:h_x-rbl-warning: {Added: xxxx}fail}" - headers_remove = "${if def:h_x-rbl-warning: {subject}fail}" + # Colon-sep list! + headers_remove = "${if def::h_x-rbl-warning:: {subject}fail}" transport = local_delivery |