summaryrefslogtreecommitdiffstats
path: root/rules/regexp
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Update mail.ru Received header regexpAlexander Moisseev2017-02-201-1/+1
| | | | as header format has been changed by mail.ru
* [Minor] Recognize Icedove MUA as Thunderbird (#1359)Alexander Moisseev2017-01-211-1/+1
|
* [Minor] Suppress *_BASE64 for mails sent with Mail.Ru web-mail (#902)Alexander Moisseev2016-12-121-0/+10
|
* Merge pull request #1205 from smfreegard/rules_161129Vsevolod Stakhov2016-11-292-5/+11
|\ | | | | Adjust scores and add new rules
| * Remove score from SUBJECT_END_EXCLAIMSteve Freegard2016-11-291-1/+1
| |
| * Adjust scores and add new rulesSteve Freegard2016-11-292-4/+10
| |
* | [Minor] Remove duplicated ruleAndrew Lewis2016-11-292-9/+2
|/
* [Minor] Reduce scoring on some rulesAndrew Lewis2016-11-291-1/+1
|
* [Fix] Remove or fix hyperscan incompatible regexpsVsevolod Stakhov2016-11-262-9/+2
|
* [Config] Add groups for message id rulesVsevolod Stakhov2016-11-261-2/+5
|
* Fix another typo...Steve Freegard2016-11-211-1/+1
|
* Fix typoSteve Freegard2016-11-211-1/+1
|
* Rules updatesSteve Freegard2016-11-212-0/+130
|
* [Minor] Trim whitespaceAndrew Lewis2016-11-183-6/+6
|
* [Minor] Some linting for rulesAndrew Lewis2016-11-131-7/+0
|
* [Minor] Add missing requireAndrew Lewis2016-11-101-0/+1
|
* Fix test failure...Steve Freegard2016-11-091-1/+1
|
* Add compromised_host rulesSteve Freegard2016-11-091-0/+190
|
* [Feature] Rule to detect some obvious X-PHP-Originating-Script forgeriesAndrew Lewis2016-11-091-0/+7
|
* [CritFix] Introduce raw content to text partsVsevolod Stakhov2016-10-311-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 fixesAndrew Lewis2016-09-231-0/+14
|
* [Minor] Finish reworking rulesAndrew Lewis2016-08-314-10/+61
|
* [Minor] Fix rules post-updateAndrew Lewis2016-08-304-10/+10
|
* [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
* kam_lotto7 moved to r_lotto_subjectBenny Pedersen2016-08-211-3/+1
| | | hopefully i did this right
* [Feature] Add rule for identifying mail sent by eval()'d PHP codeAndrew Lewis2016-08-191-0/+7
|
* [Minor] Zero scoring on some informational symbolsAndrew Lewis2016-08-191-1/+1
|
* [Fix] Fix possible FP in TRACKER_ID ruleVsevolod Stakhov2016-05-241-1/+1
|
* [Fix] Simplify MISSING_MIMEOLE ruleVsevolod Stakhov2016-05-241-5/+4
|
* Fix upstream_spam_filtersAlexey AL2016-04-231-0/+2
|
* [Fix] Reduce PRECEDENCE_BULK rule weightVsevolod Stakhov2016-04-221-1/+1
|
* New rulesSteve Freegard2016-04-221-0/+46
|
* [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-074-0/+681