summaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Improve error reporting for DKIM key access issuesVsevolod Stakhov2018-06-111-13/+4
* add rule for rogue "strongmail" MTAheraklit2562018-05-311-1/+9
* [Minor] Fix R_MISSING_CHARSET for non text/plain partsVsevolod Stakhov2018-05-151-1/+1
* [Minor] Pet luacheckVsevolod Stakhov2018-05-151-1/+1
* [Feature] Add rule to block mixed text and encrypted partsVsevolod Stakhov2018-05-151-0/+97
* [Minor] Fix indentation when I'm hereVsevolod Stakhov2018-05-101-24/+24
* [Minor] Add more headers to the upstream_spam_filtersVsevolod Stakhov2018-05-101-1/+4
* Fixed typoMichal Adamek2018-05-041-1/+1
* [Feature] Improve URL_IN_SUBJECT ruleVsevolod Stakhov2018-04-091-1/+5
* [Fix] Fix usage of util.parse_mail_addressVsevolod Stakhov2018-03-313-7/+7
* [Minor] Catch upstream `X-Spam` flag as well with `SPAM_FLAG` regexpAlexander Moisseev2018-03-201-1/+1
* Fix HAS_GUC_PROXY_URI and HAS_GOOGLE_REDIRSteve Freegard2018-03-191-2/+2
* Add new header rulesSteve Freegard2018-03-191-0/+33
* Fix missing regexpSteve Freegard2018-03-191-0/+1
* Improve URI_HIDDEN_PATH based on corpus testingSteve Freegard2018-03-191-5/+17
* Add XM_CASE ruleSteve Freegard2018-03-191-0/+10
* Split MISSING_SUBJECT into EMPTY_SUBJECT based on corpus testingSteve Freegard2018-03-191-5/+11
* Improve REPLYTO_EQ_TO_ADDR based on corpus testingSteve Freegard2018-03-191-1/+7
* [Minor] Register names for callback only symbolsVsevolod Stakhov2018-03-171-0/+1
* [Minor] Fix warningVsevolod Stakhov2018-03-161-1/+1
* [Minor] Fix dependencyVsevolod Stakhov2018-03-151-1/+1
* [Project] Add some generic code to squeeze lua rulesVsevolod Stakhov2018-03-152-3/+3
* [Minor] Treat 'In-Reply-To' as 'References'Vsevolod Stakhov2018-03-111-1/+1
* [Fix] Fix *_EXCESS_BASE64 rulesAlexander Moisseev2018-03-051-9/+9
* [Minor] Fix various minor issuesVsevolod Stakhov2018-03-031-12/+0
* Add additional needs_encoding rulesSteve Freegard2018-03-011-0/+20
* Add REPLYTO_EQ_TO_ADDR ruleSteve Freegard2018-01-301-2/+17
* [Minor] CHECK_FROM rule: avoid indexing of nilAndrew Lewis2018-01-171-2/+2
* [Fix] Replace space like characters in headers with plain spaceVsevolod Stakhov2017-12-261-2/+2
* [Minor] Reduce score MICROSOFT_SPAMAL2017-12-101-1/+1
* [Minor] check for spam flag from United InternetFelix Schwarz2017-11-151-0/+7
* [Fix] Cleanup mess with groupsVsevolod Stakhov2017-11-115-71/+95
* [Fix] Fix enormous scores for R_WHITE_ON_WHITEVsevolod Stakhov2017-09-281-1/+5
* [Minor] Fix testsAndrew Lewis2017-09-111-2/+1
* [Feature] Allow to load and use dynamic ANNs with torchVsevolod Stakhov2017-09-091-1/+4
* [Minor] Clarify RCVD_VIA_SMTP_AUTH descriptionAndrew Lewis2017-09-071-1/+2
* [Feature] Read global maps for luaVsevolod Stakhov2017-09-011-13/+28
* fix copy/paste error in commentMatt Simerson2017-08-251-1/+1
* [Minor] Suppress base64 symbols for mails sent with 1C v8Alexander Moisseev2017-08-231-0/+8
* [Minor] Reduce MIME_BASE64_TEXT scoreAlexander Moisseev2017-08-021-1/+1
* [Minor] Some more minor fixes to luaVsevolod Stakhov2017-07-291-9/+6
* Improve CTYPE_MIXED_BOGUS and MIME_BASE64_TEXT rulesSteve Freegard2017-07-272-16/+55
* Update Message-ID rules with new observed patternsSteve Freegard2017-07-261-2/+24
* [Minor] Remove reduntant debugVsevolod Stakhov2017-07-181-1/+0
* [Rules] Penalise R_BAD_CTE_7BIT for utf8 messagesVsevolod Stakhov2017-07-131-2/+15
* [Fix] Header checks: REPLYTO_UNPARSEABLE ruleAndrew Lewis2017-07-101-10/+8
* [Fix] Header checks: Fix get_raw_header methodAndrew Lewis2017-07-101-2/+2
* [Minor] WHITE_ON_WHITE: Use per-part transparency lengthAndrew Lewis2017-07-101-2/+2
* [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the ruleAndrew Lewis2017-07-101-4/+4
* [Minor] Move emails normalization to the lua libraryVsevolod Stakhov2017-06-291-31/+3