]> source.dussan.org Git - rspamd.git/commitdiff
[Test] whitelist: fix tests 3929/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 8 Oct 2021 15:20:34 +0000 (17:20 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 8 Oct 2021 15:20:34 +0000 (17:20 +0200)
test/functional/cases/123_whitelist.robot

index 460fc0bd7cfc6aa388cc0e262326ff45ec3aa166..c5a672f024a2f697e9e5dcb7fc5902e3bb6673d8 100644 (file)
@@ -51,6 +51,7 @@ BLACKLISTS
 
 WHITELIST_WL_ONLY - VALID SPF AND VALID DKIM
   Scan File  ${M_DKIM_RSPAMD_OK}
+  ...  IP=88.99.142.95
   Expect Symbol With Score  WHITELIST_DKIM  -2
   Do Not Expect Symbol  BLACKLIST_DKIM
   Expect Symbol With Score  R_SPF_ALLOW  1
@@ -59,6 +60,7 @@ WHITELIST_WL_ONLY - VALID SPF AND VALID DKIM
 
 BLACKLISTS_WL_ONLY - VALID SPF AND INVALID DKIM
   Scan File  ${M_DKIM_RSPAMD_BAD}
+  ...  IP=88.99.142.95
   Expect Symbol With Score  R_DKIM_REJECT  1
   Do Not Expect Symbol  WHITELIST_DKIM
   Do Not Expect Symbol  BLACKLIST_DKIM
@@ -69,6 +71,7 @@ BLACKLISTS_WL_ONLY - VALID SPF AND INVALID DKIM
 
 VALID SPF and NO DKIM
   Scan File  ${M_NO_DKIM_VALID_SPF}
+  ...  IP=88.99.142.95
   Expect Symbol With Score  R_SPF_ALLOW  1
   Expect Symbol With Score  R_DKIM_NA  1
   Do Not Expect Symbol  R_DKIM_REJECT