From: Vsevolod Stakhov Date: Thu, 1 May 2025 13:25:26 +0000 (+0100) Subject: test: update replies module tests to match new SMTP recipient behavior X-Git-Tag: 3.12.0~15^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d009d32d0904a1a8ac6fefe80468d434c6cc3917;p=thirdparty%2Frspamd.git test: update replies module tests to match new SMTP recipient behavior --- diff --git a/test/functional/cases/410_replies.robot b/test/functional/cases/410_replies.robot index 23ad9df35a..ff1fbbb802 100644 --- a/test/functional/cases/410_replies.robot +++ b/test/functional/cases/410_replies.robot @@ -29,13 +29,13 @@ Reply to 1 sender 2 recipients first is set second is not Scan File ${RSPAMD_TESTDIR}/messages/replyto_1_2.eml ... IP=8.8.8.8 User=user@emailbl.com ... Settings=${SETTINGS_REPLIES} - Expect Symbol ${SYMBOL} + Do Not 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 ... Settings=${SETTINGS_REPLIES} - Expect Symbol ${SYMBOL} + Do Not Expect Symbol ${SYMBOL} Reply to another sender 2 recipients Scan File ${RSPAMD_TESTDIR}/messages/set_replyto_2_2.eml @@ -43,5 +43,5 @@ Reply to another sender 2 recipients ... Settings=${SETTINGS_REPLIES} Scan File ${RSPAMD_TESTDIR}/messages/replyto_2_2.eml ... IP=8.8.8.8 User=another@emailbl.com - ... Settings=${SETTINGS_REPLIES} - Expect Symbol ${SYMBOL} + ... Settings=${SETTINGS_REPLIES} + Do Not Expect Symbol ${SYMBOL}