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/mail | |
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/mail')
-rw-r--r-- | test/mail/0496.someone | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mail/0496.someone b/test/mail/0496.someone index 49cda3694..263f59686 100644 --- a/test/mail/0496.someone +++ b/test/mail/0496.someone @@ -12,6 +12,9 @@ Sender: CALLER_NAME <CALLER@myhost.test.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 X-ACL-Warn: data1 data1 X-ACL-Warn: data2 data2 +X-ACL-Warn: data3 +X-ACL-Warn: +X-ACL-Warn: data4 At-End: some text Testing message |