summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0479
blob: d0c5fb03a2a4a08d483ae3509bf37d78006b2d6f (plain)
1
2
3
4
5
6
7
8
9
10
# verifying and rewriting sender address
need_ipv4
#
exim -d -bh 1.2.3.4
helo [1.2.3.4]
mail from:<a@b>
rcpt to:<c@d>
rcpt to:<e@f>
quit
****