diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-12 15:42:58 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-12 15:42:58 +0100 |
commit | e29277ca2048c114459ca7c6c6b25b6e1e0f2ee1 (patch) | |
tree | a88e2b542d728467068576a293f605ccb130f0c9 /test/functional/cases/102_multimap.robot | |
parent | cdc100b748c784d1c8e55aee647dfed53b6df893 (diff) | |
download | rspamd-e29277ca2048c114459ca7c6c6b25b6e1e0f2ee1.tar.gz rspamd-e29277ca2048c114459ca7c6c6b25b6e1e0f2ee1.zip |
[Feature] Add maps based on Top Level Domains
Diffstat (limited to 'test/functional/cases/102_multimap.robot')
-rw-r--r-- | test/functional/cases/102_multimap.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/cases/102_multimap.robot b/test/functional/cases/102_multimap.robot index c46fff39b..7aac43e4e 100644 --- a/test/functional/cases/102_multimap.robot +++ b/test/functional/cases/102_multimap.robot @@ -133,6 +133,14 @@ MAP - HOSTNAME MISS ${result} = Scan Message With Rspamc ${MESSAGE} --ip 127.0.0.1 --hostname rspamd.com Check Rspamc ${result} HOSTNAME_MAP inverse=1 +MAP - TOP + ${result} = Scan Message With Rspamc ${MESSAGE} --ip 127.0.0.1 --hostname example.com.au + Check Rspamc ${result} HOSTNAME_TOP_MAP + +MAP - TOP MISS + ${result} = Scan Message With Rspamc ${MESSAGE} --ip 127.0.0.1 --hostname example.com.bg + Check Rspamc ${result} HOSTNAME_TOP_MAP inverse=1 + MAP - CDB - HOSTNAME ${result} = Scan Message With Rspamc ${MESSAGE} --ip 127.0.0.1 --hostname example.com Check Rspamc ${result} CDB_HOSTNAME |