Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Detect To addresses wrapped in spaces | Alexander Moisseev | 2018-06-17 | 1 | -0/+7 |
| | |||||
* | add rule for rogue "strongmail" MTA | heraklit256 | 2018-05-31 | 1 | -1/+9 |
| | |||||
* | [Minor] Fix R_MISSING_CHARSET for non text/plain parts | Vsevolod Stakhov | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | Fix HAS_GUC_PROXY_URI and HAS_GOOGLE_REDIR | Steve Freegard | 2018-03-19 | 1 | -2/+2 |
| | |||||
* | Add new header rules | Steve Freegard | 2018-03-19 | 1 | -0/+33 |
| | |||||
* | Split MISSING_SUBJECT into EMPTY_SUBJECT based on corpus testing | Steve Freegard | 2018-03-19 | 1 | -5/+11 |
| | |||||
* | [Minor] Treat 'In-Reply-To' as 'References' | Vsevolod Stakhov | 2018-03-11 | 1 | -1/+1 |
| | | | | | Issue: #2042 Closes: #2042 | ||||
* | [Fix] Fix *_EXCESS_BASE64 rules | Alexander Moisseev | 2018-03-05 | 1 | -9/+9 |
| | |||||
* | [Minor] Fix various minor issues | Vsevolod Stakhov | 2018-03-03 | 1 | -12/+0 |
| | |||||
* | Add additional needs_encoding rules | Steve Freegard | 2018-03-01 | 1 | -0/+20 |
| | |||||
* | [Fix] Replace space like characters in headers with plain space | Vsevolod Stakhov | 2017-12-26 | 1 | -2/+2 |
| | |||||
* | [Minor] Suppress base64 symbols for mails sent with 1C v8 | Alexander Moisseev | 2017-08-23 | 1 | -0/+8 |
| | |||||
* | Improve CTYPE_MIXED_BOGUS and MIME_BASE64_TEXT rules | Steve Freegard | 2017-07-27 | 1 | -11/+0 |
| | |||||
* | [Minor] Fix R_MISSING_CHARSET rule | Alexander Moisseev | 2017-05-19 | 1 | -1/+1 |
| | | | | Do not trigger on messages with empty payload body as Content-Type header is not mandatory (RFC7231). | ||||
* | [Minor] Fix rule | Vsevolod Stakhov | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix R_BAD_CTE_7BIT rule | Vsevolod Stakhov | 2017-04-24 | 1 | -14/+0 |
| | | | | Issue: #1590 | ||||
* | [Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail | Alexander Moisseev | 2017-04-17 | 1 | -0/+10 |
| | |||||
* | New rules | Steve Freegard | 2017-04-12 | 1 | -0/+11 |
| | |||||
* | Fix RCVD_TLS_ALL and add RCVD_TLS_LAST | Steve Freegard | 2017-03-24 | 1 | -8/+0 |
| | |||||
* | Updates to previous commit | Steve Freegard | 2017-03-23 | 1 | -0/+8 |
| | |||||
* | 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 |
| |