diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-07-08 22:49:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-07-08 22:49:18 +0100 |
commit | 846726c5a374d833fb5211dde62ae6bceb6841c7 (patch) | |
tree | 2979952f9671639681283f694827bd3aa82d16d1 /test/mail | |
parent | b5b871aca49fbf0fcc2c91997e70c3c57f77faa9 (diff) |
Multiple headers_add/remove options per router/transport - fixes bug 337
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/0481.userx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mail/0481.userx b/test/mail/0481.userx index a9f142c35..07700dd92 100644 --- a/test/mail/0481.userx +++ b/test/mail/0481.userx @@ -10,3 +10,16 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000 X-Was-Remove-Me: >this header is to be removed< +From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 +Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <CALLER@myhost.test.ex>) + id 10HmaY-0005vi-00 + for userx@myhost.test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Another: This is another header +Message-Id: <E10HmaY-0005vi-00@myhost.test.ex> +From: CALLER_NAME <CALLER@myhost.test.ex> +Date: Tue, 2 Mar 1999 09:44:33 +0000 +X-Was-Remove-Me: >this header is to be removed< +X-Was-Remove-Me-Also: >me too!< + + |