diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-08 16:28:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 16:28:14 +0100 |
commit | 6fcbac26953af9fa8a721e7164bb1dd06ecbf75d (patch) | |
tree | cedcc348428b2a2eeeb6921b16f5536d69da510e | |
parent | 2ce612ba70309ab8024f878d33ade87565eca394 (diff) | |
parent | 4d3d5401c2aa6cc8316cacc415893ec785d3a47d (diff) | |
download | rspamd-6fcbac26953af9fa8a721e7164bb1dd06ecbf75d.tar.gz rspamd-6fcbac26953af9fa8a721e7164bb1dd06ecbf75d.zip |
Merge pull request #3929 from fatalbanana/fix_tests_20211008
[Test] whitelist: fix tests
-rw-r--r-- | test/functional/cases/123_whitelist.robot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/cases/123_whitelist.robot b/test/functional/cases/123_whitelist.robot index 460fc0bd7..c5a672f02 100644 --- a/test/functional/cases/123_whitelist.robot +++ b/test/functional/cases/123_whitelist.robot @@ -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 |