Modify (i.e. fix :-) change 4.61/PH/19: Using message arrival time for
[exim.git] / test / scripts / 0000-Basic / 0028
1 # ACL and $message_size
2 #
3 # SIZE unset - should reject at DATA time
4 exim -bs
5 mail from:<x@y>
6 rcpt to:<userx@test.ex>
7 data
8 Testing, testing
9 .
10 quit
11 ****
12 # SIZE set - should reject at RCPT time
13 exim -bs
14 ehlo Testing
15 mail from:<x@y> SIZE=100
16 rcpt to:<userx@test.ex>
17 quit
18 ****