blob: a4fc2988171d4d2abc05b9f161e00ef309c1c867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# qualification in headers with rewrite in transport
exim -d -bnq -odi -bs userx
ehlo x.y
mail from:<x@y>
rcpt to:<userx@test.ex>
data
From: unqualified
Test message.
.
quit
****
|