diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-09-14 13:46:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-09-14 13:46:01 +0100 |
commit | f1d0657f3922da9ae88eb4a3b84cce8fc3444ad9 (patch) | |
tree | af615e02573b67e5f4a19d3a1ab2c1107d5c35ec /test/functional | |
parent | a949be870efa6f5b3d82df8caf2d53cff105643e (diff) | |
download | rspamd-f1d0657f3922da9ae88eb4a3b84cce8fc3444ad9.tar.gz rspamd-f1d0657f3922da9ae88eb4a3b84cce8fc3444ad9.zip |
[Fix] Fix group based composites
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/cases/109_composites.robot | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/test/functional/cases/109_composites.robot b/test/functional/cases/109_composites.robot index 47fc0c28e..8da18fe97 100644 --- a/test/functional/cases/109_composites.robot +++ b/test/functional/cases/109_composites.robot @@ -12,59 +12,35 @@ ${MESSAGE} ${TESTDIR}/messages/spam_message.eml ${RSPAMD_SCOPE} Suite *** Test Cases *** -Composites - Score - Scan File ${MESSAGE} - Expect Score 50 - Expect Required Score To Be Null - -Composites - Expressions +Composites - All in One Scan File ${MESSAGE} Expect Symbol With Score EXPRESSIONS 5 Expect Symbol With Score EXPRESSIONS_B 0 - -Composites - Policy: remove_weight - Scan File ${MESSAGE} Expect Symbol With Score POLICY_REMOVE_WEIGHT 5 Expect Symbol With Score POLICY_REMOVE_WEIGHT_B 0 Do Not Expect Symbol POLICY_REMOVE_WEIGHT_A - -Composites - Policy: force removing - Scan File ${MESSAGE} Expect Symbol With Score POLICY_FORCE_REMOVE 5.00 Expect Symbol With Score POLICY_FORCE_REMOVE_A 1.00 Do Not Expect Symbol POLICY_FORCE_REMOVE_B - -Composites - Policy: leave - Scan File ${MESSAGE} Expect Symbol With Score POLICY_LEAVE 5.00 Do Not Expect Symbol POLICY_LEAVE_A Expect Symbol With Score POLICY_LEAVE_B 1.00 - -Composites - Default policy: remove_weight - Scan File ${MESSAGE} Expect Symbol With Score DEFAULT_POLICY_REMOVE_WEIGHT 5.00 Expect Symbol With Score DEFAULT_POLICY_REMOVE_WEIGHT_A 0.00 Expect Symbol With Score DEFAULT_POLICY_REMOVE_WEIGHT_B 0.00 - -Composites - Default policy: remove_symbol - Scan File ${MESSAGE} Expect Symbol With Score DEFAULT_POLICY_REMOVE_SYMBOL 5.00 Do Not Expect Symbol DEFAULT_POLICY_REMOVE_SYMBOL_A Do Not Expect Symbol DEFAULT_POLICY_REMOVE_SYMBOL_B - -Composites - Default policy: leave - Scan File ${MESSAGE} Expect Symbol With Score DEFAULT_POLICY_LEAVE 5.00 Expect Symbol With Score DEFAULT_POLICY_LEAVE_A 1.00 Expect Symbol With Score DEFAULT_POLICY_LEAVE_B 1.00 - -Composites - Symbol groups - Scan File ${MESSAGE} Expect Symbol With Score SYMBOL_GROUPS 5.00 Expect Symbol With Score POSITIVE_A -1.00 Expect Symbol With Score ANY_A -1.00 Expect Symbol With Score NEGATIVE_B 1.00 Do Not Expect Symbol NEGATIVE_A + Expect Score 50 + Expect Required Score To Be Null Composites - Opts Plain Scan File ${MESSAGE} opts=sym1 |