]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Restore Vsevolod's changes
authorAndrew Lewis <nerf@judo.za.org>
Fri, 16 May 2025 09:24:48 +0000 (11:24 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 16 May 2025 09:24:48 +0000 (11:24 +0200)
test/functional/cases/410_replies.robot

index fe71b9ecd36c155e739e509a4dd490a755a4b0b2..b6710149cd9cdf1971e19398058b4bec9744ad43 100644 (file)
@@ -38,21 +38,13 @@ Reply to 1 sender 2 recipients but SMTP recipient matches
   ...  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
+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
-  ...  Rcpt=xxxx@emailbl.com,llll@emailbl.com
+  ...  User=user@emailbl.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=xxxx@emailbl.com
-  ...  Settings=${SETTINGS_REPLIES}
-  Scan File  ${RSPAMD_TESTDIR}/messages/replyto_2_2.eml
-  ...  IP=8.8.8.8  User=another@emailbl.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}
-  ...  Rcpt=asdf@emailbl.com
-  ...  Rcpt=xxxx@emailbl.com
-  Expect Symbol  ${SYMBOL}
+  Do Not Expect Symbol  ${SYMBOL}