# Optional MAIL FROM args processing # # SIZE alone exim -bs ehlo Testing mail from: SIZE=1000 rcpt to: quit **** # BODY alone exim -bs ehlo Testing mail from: BODY=7BIT rcpt to: quit **** # SIZE then BODY exim -bs ehlo Testing mail from: SIZE=1000 BODY=7BIT rcpt to: quit **** # BODY then SIZE exim -bs ehlo Testing mail from: BODY=7BIT SIZE=1000 rcpt to: quit **** # AUTH then BODY then SIZE exim -bs ehlo Testing mail from: AUTH=x@y BODY=7BIT SIZE=1000 rcpt to: quit **** # BODY then AUTH then SIZE exim -bs ehlo Testing mail from: BODY=7BIT AUTH=x@y SIZE=1000 rcpt to: quit **** # SIZE then BODY then AUTH exim -bs ehlo Testing mail from: SIZE=1000 BODY=7BIT AUTH=x@y rcpt to: quit **** # SIZE then BODY then SIZE exim -bs ehlo Testing mail from: SIZE=1000 BODY=7BIT SIZE=1200 rcpt to: quit **** # (over)SIZE then BODY exim -bs ehlo Testing mail from: SIZE=40004 BODY=8BITMIME rcpt to: quit **** # BODY then (over)SIZE exim -bs ehlo Testing mail from: BODY=8BITMIME SIZE=40004 rcpt to: quit **** # no BODY, data exim -bs ehlo Testing mail from: rcpt to: data Subject: test foo . quit **** sleep 1 # 7bit BODY, data exim -bs ehlo Testing mail from: BODY=7BIT rcpt to: data Subject: test foo . quit **** sleep 1 # 8bit BODY, data exim -bs ehlo Testing mail from: BODY=8BITMIME rcpt to: data Subject: test foo . quit **** sleep 1 # bad BODY, data # should fail 1 exim -bs ehlo Testing mail from: BODY=wrong rcpt to: data Subject: test foo . quit **** no_msglog_check