1 # Optional MAIL FROM args processing
6 mail from:<x@y> SIZE=1000
7 rcpt to:<userx@test.ex>
13 mail from:<x@y> BODY=7BIT
14 rcpt to:<userx@test.ex>
20 mail from:<x@y> SIZE=1000 BODY=7BIT
21 rcpt to:<userx@test.ex>
27 mail from:<x@y> BODY=7BIT SIZE=1000
28 rcpt to:<userx@test.ex>
31 # AUTH then BODY then SIZE
34 mail from:<x@y> AUTH=x@y BODY=7BIT SIZE=1000
35 rcpt to:<userx@test.ex>
38 # BODY then AUTH then SIZE
41 mail from:<x@y> BODY=7BIT AUTH=x@y SIZE=1000
42 rcpt to:<userx@test.ex>
45 # SIZE then BODY then AUTH
48 mail from:<x@y> SIZE=1000 BODY=7BIT AUTH=x@y
49 rcpt to:<userx@test.ex>
52 # SIZE then BODY then SIZE
55 mail from:<x@y> SIZE=1000 BODY=7BIT SIZE=1200
56 rcpt to:<userx@test.ex>
59 # (over)SIZE then BODY
62 mail from:<x@y> SIZE=40004 BODY=8BITMIME
63 rcpt to:<userx@test.ex>
66 # BODY then (over)SIZE
69 mail from:<x@y> BODY=8BITMIME SIZE=40004
70 rcpt to:<userx@test.ex>
77 rcpt to:<userx@test.ex>
89 mail from:<x@y> BODY=7BIT
90 rcpt to:<userx@test.ex>
102 mail from:<x@y> BODY=8BITMIME
103 rcpt to:<userx@test.ex>
117 mail from:<x@y> BODY=wrong
118 rcpt to:<userx@test.ex>