From 6c80bee65a4f16e4290f32f1875cf75cf5a3dbd6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 1 May 2025 14:28:18 +0100 Subject: [PATCH] test: use SMTP recipient via Rcpt= in replies test cases --- test/functional/cases/410_replies.robot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/functional/cases/410_replies.robot b/test/functional/cases/410_replies.robot index ff1fbbb802..b701223ff4 100644 --- a/test/functional/cases/410_replies.robot +++ b/test/functional/cases/410_replies.robot @@ -27,21 +27,21 @@ Reply to 1 sender 2 recipients first is set second is not ... IP=8.8.8.8 User=user@emailbl.com ... Settings=${SETTINGS_REPLIES} Scan File ${RSPAMD_TESTDIR}/messages/replyto_1_2.eml - ... IP=8.8.8.8 User=user@emailbl.com + ... IP=8.8.8.8 User=user@emailbl.com Rcpt=user@example.com ... Settings=${SETTINGS_REPLIES} - Do Not Expect Symbol ${SYMBOL} + Expect Symbol ${SYMBOL} Reply to 1 sender 2 recipients 1 rcpt is same Scan File ${RSPAMD_TESTDIR}/messages/replyto_1_2_s.eml - ... IP=8.8.8.8 User=user@emailbl.com + ... IP=8.8.8.8 User=user@emailbl.com Rcpt=user@example.com ... Settings=${SETTINGS_REPLIES} - Do Not Expect Symbol ${SYMBOL} + Expect Symbol ${SYMBOL} Reply to another sender 2 recipients Scan File ${RSPAMD_TESTDIR}/messages/set_replyto_2_2.eml ... IP=8.8.8.8 User=another@emailbl.com ... Settings=${SETTINGS_REPLIES} Scan File ${RSPAMD_TESTDIR}/messages/replyto_2_2.eml - ... IP=8.8.8.8 User=another@emailbl.com + ... IP=8.8.8.8 User=another@emailbl.com Rcpt=user@example.com ... Settings=${SETTINGS_REPLIES} - Do Not Expect Symbol ${SYMBOL} + Expect Symbol ${SYMBOL} -- 2.47.3