DKIM: log error on overlong input line
[exim.git] / test / scripts / 0000-Basic / 0505
1 # check illegally placed ACL control modifiers
2 exim -DACL=smtp_data -DCONTROL=submission -bs
3 mail from:<>
4 rcpt to:<userx@x.y>
5 data
6 Rhubarb
7 .
8 quit
9 ****
10 exim -DACL=smtp_predata -DCONTROL=submission -bs
11 mail from:<>
12 rcpt to:<userx@x.y>
13 data
14 Rhubarb
15 .
16 quit
17 ****
18 exim -DACL=smtp_helo -DCONTROL=submission -bs
19 ehlo xxx
20 quit
21 ****
22 exim -DACL=smtp_quit -DCONTROL=freeze -bs
23 quit
24 ****
25 1
26 exim -DACL=not_smtp -DCONTROL=enforce_sync -oep userx
27 ****
28 exim -DACL=smtp_connect -DCONTROL=queue_only -bs
29 ****
30 no_msglog_check