summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0617
blob: 352c75731419f3d08ecd000211127e322e1e7fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Filter file which makes use of "unseen deliver" commands
#
exim -odq userx@domain1
This message will also be delivered to usery
****
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL
250 OK
RCPT
250 OK
RCPT
550 Not that one
DATA
354 More...
.
250 OK
QUIT
220 OK
****
exim -qqf
****