summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0320
blob: 0da983742529ed1c6262a59cd3f3c7208cfaf872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# comments and +caseful in local part lists
exim -odq -bs
helo test
mail from:<x@y>
rcpt to:<lp1@z>
rcpt to:<LP1@z>
rcpt to:<lp2@z>
rcpt to:<LP2@z>
rcpt to:<lp#3@z>
rcpt to:<lp#4#@z>
rcpt to:<bad@z>
rcpt to:<LP10@z>
rcpt to:<lp10@z>
quit
****