Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New rules | Steve Freegard | 2017-03-23 | 1 | -0/+6 | |
| | ||||||
* | [Fix] Fix parsing of cte in expressions | Vsevolod Stakhov | 2017-03-07 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Update mail.ru Received header regexp | Alexander Moisseev | 2017-02-20 | 1 | -1/+1 | |
| | | | | as header format has been changed by mail.ru | |||||
* | [Minor] Recognize Icedove MUA as Thunderbird (#1359) | Alexander Moisseev | 2017-01-21 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Suppress *_BASE64 for mails sent with Mail.Ru web-mail (#902) | Alexander Moisseev | 2016-12-12 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #1205 from smfreegard/rules_161129 | Vsevolod Stakhov | 2016-11-29 | 1 | -2/+10 | |
|\ | | | | | Adjust scores and add new rules | |||||
| * | Remove score from SUBJECT_END_EXCLAIM | Steve Freegard | 2016-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Adjust scores and add new rules | Steve Freegard | 2016-11-29 | 1 | -1/+9 | |
| | | ||||||
* | | [Minor] Remove duplicated rule | Andrew Lewis | 2016-11-29 | 1 | -7/+0 | |
|/ | ||||||
* | [Minor] Reduce scoring on some rules | Andrew Lewis | 2016-11-29 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Remove or fix hyperscan incompatible regexps | Vsevolod Stakhov | 2016-11-26 | 1 | -8/+1 | |
| | ||||||
* | Fix another typo... | Steve Freegard | 2016-11-21 | 1 | -1/+1 | |
| | ||||||
* | Fix typo | Steve Freegard | 2016-11-21 | 1 | -1/+1 | |
| | ||||||
* | Rules updates | Steve Freegard | 2016-11-21 | 1 | -0/+91 | |
| | ||||||
* | [Minor] Some linting for rules | Andrew Lewis | 2016-11-13 | 1 | -7/+0 | |
| | ||||||
* | [Feature] Rule to detect some obvious X-PHP-Originating-Script forgeries | Andrew Lewis | 2016-11-09 | 1 | -0/+7 | |
| | ||||||
* | [CritFix] Introduce raw content to text parts | Vsevolod Stakhov | 2016-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Previously we had the following types of text content: - `orig`: MIME *decoded* content - `content`: same as `orig` but converted to utf8 and without HTML tags - `stripped`: same as `content` but without newlines Now we add `raw`: - `raw`: raw mime content as it was in an original message This also fixes R_BAD_CTE_7BIT rule | |||||
* | [Feature] Rules for scoring Google Message-ID fixes | Andrew Lewis | 2016-09-23 | 1 | -0/+14 | |
| | ||||||
* | [Minor] Finish reworking rules | Andrew Lewis | 2016-08-31 | 1 | -1/+6 | |
| | ||||||
* | [Minor] Fix rules post-update | Andrew Lewis | 2016-08-30 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Update rule style: headers.lua | Andrew Lewis | 2016-08-30 | 1 | -84/+427 | |
| | ||||||
* | [Minor] Fix log message | Andrew Lewis | 2016-08-21 | 1 | -2/+2 | |
| | | | | - Also clean up X_PHP_EVAL rule | |||||
* | [Feature] Add rule for identifying mail sent by eval()'d PHP code | Andrew Lewis | 2016-08-19 | 1 | -0/+7 | |
| | ||||||
* | [Fix] Fix possible FP in TRACKER_ID rule | Vsevolod Stakhov | 2016-05-24 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Simplify MISSING_MIMEOLE rule | Vsevolod Stakhov | 2016-05-24 | 1 | -5/+4 | |
| | ||||||
* | [Fix] Fix regexp rule | Vsevolod Stakhov | 2016-04-01 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Remove slow and unused rules `INVALID_EXIM_RECEIVED*` | Vsevolod Stakhov | 2016-03-31 | 1 | -63/+1 | |
| | ||||||
* | Fix MISSING_MIMEOLE rule for modern OE | Vsevolod Stakhov | 2016-02-16 | 1 | -1/+6 | |
| | | | | | Issue: #514 Reported by: @ilyakruchinin | |||||
* | Add new Message-ID regexp for Thunderbird | Alexander Moisseev | 2016-01-10 | 1 | -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 FP | Vsevolod Stakhov | 2015-12-24 | 1 | -11/+8 | |
| | ||||||
* | Do not add R_UNDISC_RCPT when 'To' is missing. | Vsevolod Stakhov | 2015-10-01 | 1 | -1/+1 | |
| | | | | Issue: #387 | |||||
* | Rework MISSING_SUBJECT rule. | Vsevolod Stakhov | 2015-08-07 | 1 | -5/+10 | |
| | | | | | Issue: #343 Reported by: @moisseev | |||||
* | Move lua rules to rules dir. | Vsevolod Stakhov | 2015-08-07 | 1 | -0/+491 | |