Browse Source

[Test] Some more scores

tags/2.6
Vsevolod Stakhov 3 years ago
parent
commit
c31bf17fc4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/functional/cases/340_surbl.robot

+ 2
- 2
test/functional/cases/340_surbl.robot View File

@@ -14,8 +14,8 @@ ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat
SURBL resolve ip
${result} = Scan Message With Rspamc ${TESTDIR}/messages/url7.eml
Should Contain ${result.stdout} URIBL_SBL_CSS (0.00)[8.8.8.9:example.ru
Should Contain ${result.stdout} URIBL_XBL (1.00)[8.8.8.8:example.ru
Should Contain ${result.stdout} URIBL_PBL (1.00)[8.8.8.8:example.ru
Should Contain ${result.stdout} URIBL_XBL (0.00)[8.8.8.8:example.ru
Should Contain ${result.stdout} URIBL_PBL (0.00)[8.8.8.8:example.ru

SURBL Example.com domain
${result} = Scan Message With Rspamc ${TESTDIR}/messages/url4.eml

Loading…
Cancel
Save