diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-07 17:06:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:03 +0100 |
commit | 376bac608a7962729992ea1ca2b65aa00b4f9555 (patch) | |
tree | 7b9b25b2ddbf5d3e633b0692264508a3312bc376 | |
parent | 613dd4aed0ae1d1165f89a3d6819e51a033fcfb6 (diff) |
Fix testsuite cases affected by 8bitmime-as-default.
-rw-r--r-- | test/stdout/5400 | 2 | ||||
-rw-r--r-- | test/stdout/5401 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/stdout/5400 b/test/stdout/5400 index 3e53b4fe3..b8cd59af3 100644 --- a/test/stdout/5400 +++ b/test/stdout/5400 @@ -1,6 +1,7 @@ 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello CALLER at myhost.test.ex
250-SIZE 52428800
+250-8BITMIME
250-PIPELINING
250 HELP
250 OK
@@ -11,6 +12,7 @@ 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello CALLER at myhost.test.ex
250-SIZE 52428800
+250-8BITMIME
250-PIPELINING
250 HELP
250 OK
diff --git a/test/stdout/5401 b/test/stdout/5401 index 2bfb35259..1ceb0bffb 100644 --- a/test/stdout/5401 +++ b/test/stdout/5401 @@ -1,6 +1,7 @@ 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello CALLER at myhost.test.ex
250-SIZE 52428800
+250-8BITMIME
250-PIPELINING
250 HELP
250 OK
|