diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-31 15:31:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-31 15:31:50 +0000 |
commit | 9650d98a07b2ad623c29fae2ff69ffd887ad4738 (patch) | |
tree | c4d4c4df1507264e0a20d36846e1021e1aa704d5 /test/stdout/0542 | |
parent | bc88a04543780d9071a47279a97beedae815b35e (diff) |
Add macro support to -be expansion test mode. Bug 1623
Diffstat (limited to 'test/stdout/0542')
-rw-r--r-- | test/stdout/0542 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/stdout/0542 b/test/stdout/0542 index ab29dc9c0..ce255a744 100644 --- a/test/stdout/0542 +++ b/test/stdout/0542 @@ -1,10 +1,12 @@ -> From: Himself <himself@there.tld> -> Subject: The subject is not the object +> from: Himself <himself@there.tld> +> subject: The subject is not the object > message_body_size=71 > message_id=10HmaX-0005vi-00 > message_exim_id=10HmaX-0005vi-00 > max_received_linelength=70 > recipients=userx@test.x, usery@test.ex +> Defined macro 'TESTING_MACROS' +> (userx@test.x, usery@test.ex) > 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
@@ -13,8 +15,8 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaY-0005vi-00
221 myhost.test.ex closing connection
-> From: Himself <himself@there.tld> -> Subject: The subject is not the object +> from: Himself <himself@there.tld> +> subject: The subject is not the object > message_body_size=76 > message_id=10HmaY-0005vi-00 > message_exim_id=10HmaY-0005vi-00 |