Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Replace space like characters in headers with plain space | Vsevolod Stakhov | 2017-12-26 | 1 | -2/+2 |
| | |||||
* | [Minor] Reduce score MICROSOFT_SPAM | AL | 2017-12-10 | 1 | -1/+1 |
| | | | Many false positive | ||||
* | [Minor] check for spam flag from United Internet | Felix Schwarz | 2017-11-15 | 1 | -0/+7 |
| | | | | | | This header is present for most outgoing messages from United Internet which includes "web.de" and GMX (freemailers which are very popular in Germany) as well as messages sent from 1and1 webhosting packages. | ||||
* | [Fix] Cleanup mess with groups | Vsevolod Stakhov | 2017-11-11 | 2 | -1/+8 |
| | |||||
* | [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] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [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 |
| | |||||
* | Rules updates | Steve Freegard | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | Fix RCVD_TLS_ALL and add RCVD_TLS_LAST | Steve Freegard | 2017-03-24 | 1 | -8/+0 |
| | |||||
* | Rules fixes | Steve Freegard | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Updates to previous commit | Steve Freegard | 2017-03-23 | 1 | -0/+8 |
| | |||||
* | New rules | Steve Freegard | 2017-03-23 | 2 | -0/+13 |
| | |||||
* | [Rework] Remove outdated SA rules | Vsevolod Stakhov | 2017-03-23 | 3 | -234/+0 |
| | |||||
* | [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 | 2 | -5/+11 |
|\ | | | | | 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 | 2 | -4/+10 |
| | | |||||
* | | [Minor] Remove duplicated rule | Andrew Lewis | 2016-11-29 | 2 | -9/+2 |
|/ | |||||
* | [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 | 2 | -9/+2 |
| | |||||
* | [Config] Add groups for message id rules | Vsevolod Stakhov | 2016-11-26 | 1 | -2/+5 |
| | |||||
* | 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 | 2 | -0/+130 |
| | |||||
* | [Minor] Trim whitespace | Andrew Lewis | 2016-11-18 | 3 | -6/+6 |
| | |||||
* | [Minor] Some linting for rules | Andrew Lewis | 2016-11-13 | 1 | -7/+0 |
| | |||||
* | [Minor] Add missing require | Andrew Lewis | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | Fix test failure... | Steve Freegard | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | Add compromised_host rules | Steve Freegard | 2016-11-09 | 1 | -0/+190 |
| | |||||
* | [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 | 4 | -10/+61 |
| | |||||
* | [Minor] Fix rules post-update | Andrew Lewis | 2016-08-30 | 4 | -10/+10 |
| | |||||
* | [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 | ||||
* | kam_lotto7 moved to r_lotto_subject | Benny Pedersen | 2016-08-21 | 1 | -3/+1 |
| | | | hopefully i did this right | ||||
* | [Feature] Add rule for identifying mail sent by eval()'d PHP code | Andrew Lewis | 2016-08-19 | 1 | -0/+7 |
| | |||||
* | [Minor] Zero scoring on some informational symbols | Andrew Lewis | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | [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 upstream_spam_filters | Alexey AL | 2016-04-23 | 1 | -0/+2 |
| |