diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-09-19 15:45:10 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-09-19 15:45:10 +0200 |
commit | 38cf55d84f0080c8c91fc1758081c216defc8beb (patch) | |
tree | cf8e8f5517e0a0958d2c606e15eb30c066d69087 /test/functional/cases/001_merged/300_rbl.robot | |
parent | e879458ea89ce76226c12078d05632f67bc657fe (diff) | |
download | rspamd-38cf55d84f0080c8c91fc1758081c216defc8beb.tar.gz rspamd-38cf55d84f0080c8c91fc1758081c216defc8beb.zip |
[Minor] Revisit numeric_urls
Diffstat (limited to 'test/functional/cases/001_merged/300_rbl.robot')
-rw-r--r-- | test/functional/cases/001_merged/300_rbl.robot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/functional/cases/001_merged/300_rbl.robot b/test/functional/cases/001_merged/300_rbl.robot index c0e7fde95..61c02c26b 100644 --- a/test/functional/cases/001_merged/300_rbl.robot +++ b/test/functional/cases/001_merged/300_rbl.robot @@ -80,3 +80,18 @@ NUMERIC URLS Scan File ${RSPAMD_TESTDIR}/messages/numeric_urls.eml ... Settings={symbols_enabled = [URIBL_NUMERIC]} Expect Symbol With Exact Options URIBL_NUMERIC 4.3.2.1:url + +NUMERIC URLS WITH IMAGES + Scan File ${RSPAMD_TESTDIR}/messages/numeric_urls.eml + ... Settings={symbols_enabled = [URIBL_NUMERIC_IMAGES]} + Expect Symbol With Exact Options URIBL_NUMERIC_IMAGES 4.3.2.1:url 12.11.10.9:url + +NUMERIC URLS WITH CONTENT + Scan File ${RSPAMD_TESTDIR}/messages/numeric_urls.eml + ... Settings={symbols_enabled = [URIBL_NUMERIC_CONTENT]} + Expect Symbol With Exact Options URIBL_NUMERIC_CONTENT 4.3.2.1:url 8.7.6.5:url + +NUMERIC URLS WITH EVERYTHING + Scan File ${RSPAMD_TESTDIR}/messages/numeric_urls.eml + ... Settings={symbols_enabled = [URIBL_NUMERIC_EVERYTHING]} + Expect Symbol With Exact Options URIBL_NUMERIC_EVERYTHING 12.11.10.9:url 4.3.2.1:url 8.7.6.5:url |