blob: 15bffa91fe85c880674e7b487617dc4ccc66ae88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
MAIL FROM:<CALLER@test.ex>
RCPT TO:<userw@test.ex>
DATA
X-Filtered: just checking
Return-path: <CALLER@test.ex>
Envelope-to: userw@test.ex
Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000
Received: from CALLER by the.local.host.name with local (Exim x.yz)
(envelope-from <CALLER@test.ex>)
id 10HmbC-0005vi-00
for userw@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
Date: Tue, 2 Mar 1999 09:44:33 +0000
Message-Id: <E10HmbC-0005vi-00@the.local.host.name>
From: CALLER_NAME <CALLER@test.ex>
A message containing
.. a line starting with a dot
... and one starting with two dots
From should not be escaped as this is
going to be delivered using BSMTP,
via a filter.
.
|