aboutsummaryrefslogtreecommitdiffstats
path: root/rules/regexp/headers.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Rules for scoring Google Message-ID fixesAndrew Lewis2016-09-231-0/+14
|
* [Minor] Finish reworking rulesAndrew Lewis2016-08-311-1/+6
|
* [Minor] Fix rules post-updateAndrew Lewis2016-08-301-1/+1
|
* [Minor] Update rule style: headers.luaAndrew Lewis2016-08-301-84/+427
|
* [Minor] Fix log messageAndrew Lewis2016-08-211-2/+2
| | | | - Also clean up X_PHP_EVAL rule
* [Feature] Add rule for identifying mail sent by eval()'d PHP codeAndrew Lewis2016-08-191-0/+7
|
* [Fix] Fix possible FP in TRACKER_ID ruleVsevolod Stakhov2016-05-241-1/+1
|
* [Fix] Simplify MISSING_MIMEOLE ruleVsevolod Stakhov2016-05-241-5/+4
|
* [Fix] Fix regexp ruleVsevolod Stakhov2016-04-011-1/+1
|
* [Fix] Remove slow and unused rules `INVALID_EXIM_RECEIVED*`Vsevolod Stakhov2016-03-311-63/+1
|
* Fix MISSING_MIMEOLE rule for modern OEVsevolod Stakhov2016-02-161-1/+6
| | | | | Issue: #514 Reported by: @ilyakruchinin
* Add new Message-ID regexp for ThunderbirdAlexander Moisseev2016-01-101-1/+2
| | | | | Thunderbird version 46 and later is using new securely random Message-ID to avoid fingerprinting. https://bugzilla.mozilla.org/show_bug.cgi?id=902580 SeaMonkey (at least currentnightly build 2.42a1) is not affected by this change.
* Remove R_TO_SEEMS_AUTO as it generates a lot of FPVsevolod Stakhov2015-12-241-11/+8
|
* Do not add R_UNDISC_RCPT when 'To' is missing.Vsevolod Stakhov2015-10-011-1/+1
| | | | Issue: #387
* Rework MISSING_SUBJECT rule.Vsevolod Stakhov2015-08-071-5/+10
| | | | | Issue: #343 Reported by: @moisseev
* Move lua rules to rules dir.Vsevolod Stakhov2015-08-071-0/+491