Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Remove multiple metrics support from Rspamd | Vsevolod Stakhov | 2017-04-26 | 1 | -4/+5 |
| | |||||
* | [Minor] Initialize variable | Vsevolod Stakhov | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | [Rework] Refactor struct names | Vsevolod Stakhov | 2016-12-05 | 1 | -9/+9 |
| | |||||
* | [Feature] Remove symbols weights on composites processing | Vsevolod Stakhov | 2016-10-04 | 1 | -0/+1 |
| | | | | | Now Rspamd removes symbol's score not only from the metric but from an individual symbol as well. | ||||
* | [Feature] Implement composites policies | Vsevolod Stakhov | 2016-07-15 | 1 | -1/+38 |
| | |||||
* | [Feature] Allow to disable composite rules from settings | Vsevolod Stakhov | 2016-07-12 | 1 | -10/+20 |
| | |||||
* | [Fix] Change default value of forced removal in composite rules | Vsevolod Stakhov | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | [Fix] Do not use '|' symbol as it is operator's symbol | Vsevolod Stakhov | 2016-03-28 | 1 | -1/+1 |
| | | | | Replace '|' with '^'. | ||||
* | [Feature] Further rework of composite rules | Vsevolod Stakhov | 2016-03-28 | 1 | -22/+45 |
| | | | | | Now it is possible to force removal for a symbol in a composite by adding '|' symbol to its name. | ||||
* | [Feature] Rework composite rules application | Vsevolod Stakhov | 2016-03-17 | 1 | -61/+77 |
| | | | | | | | | | | First of all exclude all elements with any parent that is negation: `!A || B` -> here we can have both !A and B matched, but we do *NOT* want to remove symbol in that case. We apply the following logic subsequently: - if no composites would like to save score then we remove score - if no composites would like to save symbol then we remove symbol | ||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 |
| | |||||
* | More fixes for the new symbols structure. | Vsevolod Stakhov | 2015-08-13 | 1 | -2/+11 |
| | |||||
* | Reorganize structure of filter components. | Vsevolod Stakhov | 2015-06-02 | 1 | -0/+335 |