diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 22:54:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-13 00:14:31 +0100 |
commit | d752cc0e0534f868011de63873ccbc32ae74a2dc (patch) | |
tree | b48674d27f4e60539a4ddf48b57b8748a6944151 /test/scripts | |
parent | 810d16ad4b7f172163ed4bb8adc45a3d7183659a (diff) |
non-smtp input
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4200-International/4201 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/scripts/4200-International/4201 b/test/scripts/4200-International/4201 index 946bc3e93..eb2600682 100644 --- a/test/scripts/4200-International/4201 +++ b/test/scripts/4200-International/4201 @@ -70,6 +70,28 @@ body QUIT **** # +killdaemon +exim -DSERVER=server -qqff +**** +exim -DSERVER=server -bd -oX PORT_D +**** +# +# +# commandline/stdin input, normal rcpt & sender, forwarded +exim -odi -f user.dontcare@test1.com userx@test.ex +Test message 1. +. +**** +# commandline/stdin input, utf-8 rcpt, forwarded +exim -odi -f user.dontcare@test1.com user.他们为什么不说中文@test.ex +Test message 2. +. +**** +# commandline/stdin input, utf-8 sender, forwarded +exim -odi -f 他们为什么不说中文@test1.com userx@test.ex +Test message 3. +. +**** # # killdaemon |