blob: b4c3025c3231d1d634c8e8438cb2b2ca72c4e3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# -bS syntax error on RCPT
1
exim -bS -odi
mail from:someone@some.where
rcpt to:CALLER@HOSTNAME
data
from: someone@some.where
To: CALLER@HOSTNAME
Subject: testing
Here is testing data
..that line started with a dot
.
mail from:someone@some.where
rcpt to:<blackhole@HOSTNAME
data
from: me
To: blackhole
This is some text
.
quit
|