aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/data/test13204
-rw-r--r--tests/data/test14062
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1320 b/tests/data/test1320
index a84784889..e5325b443 100644
--- a/tests/data/test1320
+++ b/tests/data/test1320
@@ -47,8 +47,8 @@ smtp://smtp.1320:%SMTPPORT/1320 --mail-rcpt recipient@example.com --mail-from se
</strip>
<protocol>
EHLO 1320
-MAIL FROM:<recipient@example.com>
-RCPT TO:<sender@example.com>
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient@example.com>
DATA
QUIT
</protocol>
diff --git a/tests/data/test1406 b/tests/data/test1406
index 61a5ba28c..6392b9685 100644
--- a/tests/data/test1406
+++ b/tests/data/test1406
@@ -43,7 +43,7 @@ smtp://%HOSTIP:%SMTPPORT/1406 --mail-rcpt recipient.one@example.com --mail-rcpt
EHLO 1406
MAIL FROM:<sender@example.com> SIZE=38
RCPT TO:<recipient.one@example.com>
-RCPT TO:<recipient.two@foobar.example.com>
+RCPT TO:<recipient.two@example.com>
DATA
QUIT
</protocol>