| 1 | From mailok@test.ex Tue Mar 02 09:44:33 1999 |
| 2 | Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz) |
| 3 | (envelope-from <mailok@test.ex>) |
| 4 | id 10HmaX-0005vi-00 |
| 5 | for rcptok@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 |
| 6 | cond: accept |
| 7 | X-Data-2: Line two |
| 8 | X-Data-5: Line five |
| 9 | X-Not-1: Testing wildcard one |
| 10 | X-Not-2: Testing wildcard two |
| 11 | X-Rcpt-1: Line six |
| 12 | X-Rcpt-3: Line eight |
| 13 | X-Rcpt-5: Line ten |
| 14 | X-Mail-2: Line twelve |
| 15 | X-Mail-3: Line thirteen |
| 16 | X-Mail-4: Line fourteen is also really long, but it won't get |
| 17 | removed by these ACL's. |
| 18 | X-Mail-5: Line fifteen |
| 19 | X-Predata-5: Line sixteen |
| 20 | X-Predata-4: Line seventeen |
| 21 | X-Predata-2: Line nineteen |
| 22 | X-NotSMTP-1: Line twenty-one |
| 23 | X-NotSMTP-2: Line twenty-two |
| 24 | X-NotSMTP-3: Line twenty-three |
| 25 | Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> |
| 26 | From: mailok@test.ex |
| 27 | Date: Tue, 2 Mar 1999 09:44:33 +0000 |
| 28 | RCPT: denied notok |
| 29 | |
| 30 | Test message |
| 31 | |
| 32 | From CALLER@test.ex Tue Mar 02 09:44:33 1999 |
| 33 | Received: from CALLER by myhost.test.ex with local (Exim x.yz) |
| 34 | (envelope-from <CALLER@test.ex>) |
| 35 | id 10HmaY-0005vi-00 |
| 36 | for rcptok@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 |
| 37 | Message-Id: <E10HmaY-0005vi-00@myhost.test.ex> |
| 38 | From: CALLER_NAME <CALLER@test.ex> |
| 39 | |
| 40 | Test non-SMTP message. Make sure it doesn't blow up when a header |
| 41 | it wants to remove is not present. This one also overrides the |
| 42 | fixup of adding a Date header because we specified to remove it! |
| 43 | Allow the admin to shoot himself in the foot if he really and |
| 44 | truly wants to. |
| 45 | |