]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Fix bloody tests
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 1 May 2025 13:35:05 +0000 (14:35 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 1 May 2025 13:35:05 +0000 (14:35 +0100)
test/functional/cases/410_replies.robot

index b701223ff45e3dbe7e71a52efebac7a778d8ee86..e75bad9cb003573f5d9185e7d3111a512826cd55 100644 (file)
@@ -18,30 +18,25 @@ Reply to 1 sender 1 recipients
   ...  IP=8.8.8.8  User=user@emailbl.com
   ...  Settings=${SETTINGS_REPLIES}
   Scan File  ${RSPAMD_TESTDIR}/messages/replyto_1_1.eml
-  ...  IP=8.8.8.8  User=user@emailbl.com
+  ...  IP=8.8.8.8  User=user@emailbl.com  Rcpt=xxx@abrakadabra.com
   ...  Settings=${SETTINGS_REPLIES}
   Expect Symbol  ${SYMBOL}
 
-Reply to 1 sender 2 recipients first is set second is not
+Reply to 1 sender 2 recipients but SMTP recipient matches
   Scan File  ${RSPAMD_TESTDIR}/messages/set_replyto_1_2_first.eml
   ...  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  Rcpt=user@example.com
+  ...  IP=8.8.8.8  User=user@emailbl.com  Rcpt=xxxx@emailbl.com
   ...  Settings=${SETTINGS_REPLIES}
   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  Rcpt=user@example.com
-  ...  Settings=${SETTINGS_REPLIES}
-  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
+Reply to 1 sender 2 recipients but SMTP recipient NOT matches
+  Scan File  ${RSPAMD_TESTDIR}/messages/set_replyto_1_2_first.eml
+  ...  IP=8.8.8.8  User=user@emailbl.com
   ...  Settings=${SETTINGS_REPLIES}
-  Scan File  ${RSPAMD_TESTDIR}/messages/replyto_2_2.eml
-  ...  IP=8.8.8.8  User=another@emailbl.com  Rcpt=user@example.com
+  Scan File  ${RSPAMD_TESTDIR}/messages/replyto_1_2.eml
+  ...  IP=8.8.8.8  User=user@emailbl.com  Rcpt=another@emailbl.com
   ...  Settings=${SETTINGS_REPLIES}
-  Expect Symbol  ${SYMBOL}
+  Do Not Expect Symbol  ${SYMBOL}
+