diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-04 22:21:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-04 22:43:51 +0100 |
commit | b1b05573117d62c3b95d854d8ac5a447df19e82e (patch) | |
tree | e05a6de8b3735794ebcb0194974ca6934b8c75ca /test/confs | |
parent | 40167b055c6f7c2168941524ca6af08674dfbbb7 (diff) |
Strip leading/trailing newlines on list of headers for addition; bug 884.
NB: this means a bare "X-ACL-Warn:" header is harder to add.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0496 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/confs/0496 b/test/confs/0496 index 4bc2fde19..89375b11d 100644 --- a/test/confs/0496 +++ b/test/confs/0496 @@ -19,10 +19,12 @@ acl_smtp_rcpt = check_rcpt begin acl check_rcpt: - warn message = data1 data1\ndata2 data2 + warn message = data1 data1\ndata2 data2\n + warn message = \n\ndata3\n\ndata4\n\n warn message = :after_received:After-Received: some text\n\ :at_start:At-Start: some text\n\ :at_end: At-End: some text + warn message = data4 accept |