]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/0000-Basic/0181
Memory management: drop $acl_m_ variables explicitly as they go out-of-scope
[user/henk/code/exim.git] / test / scripts / 0000-Basic / 0181
1 # message size check without SIZE
2 exim -odq -bs
3 EHLO some.host
4 MAIL FROM:<userx@test.ex>
5 RCPT TO:<userx@test.ex>
6 Data
7 The quick brown fox jumps over the lazy dog.
8 The quick brown fox jumps over the lazy dog.
9 The quick brown fox jumps over the lazy dog.
10 The quick brown fox jumps over the lazy dog.
11 The quick brown fox jumps over the lazy dog.
12 .
13 QUIT
14 ****
15 1
16 exim -oep -odq userx
17 The quick brown fox jumps over the lazy dog.
18 The quick brown fox jumps over the lazy dog.
19 The quick brown fox jumps over the lazy dog.
20 The quick brown fox jumps over the lazy dog.
21 .
22 ****
23 no_msglog_check