diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0496 | 4 | ||||
-rw-r--r-- | test/mail/0496.someone | 3 |
2 files changed, 6 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 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 |