aboutsummaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
* add HAS_ONION_URI ruleheraklit2562018-10-131-0/+9
|
* [Minor] Don't load torch unless really neededVsevolod Stakhov2018-10-061-1/+1
|
* [Conf] Slashing: use lua rules from local confdir instead of confdirVsevolod Stakhov2018-10-061-1/+1
|
* [Fix] Fix groups messVsevolod Stakhov2018-09-296-74/+103
|
* add low positive score to RCVD_NO_TLS_LASTheraklit2562018-09-081-3/+3
|
* [Minor] Another fix for MISSING_MIMEOLEVsevolod Stakhov2018-08-131-2/+2
| | | | Issue: #514
* Fix typo in SUBJ_EXCESS_QP descriptionJelle Raaijmakers2018-08-061-1/+1
|
* [Minor] Reduce default multiplier for Date headerVsevolod Stakhov2018-07-211-1/+1
|
* [Rules] Add MULTIPLE_FROM ruleVsevolod Stakhov2018-07-171-0/+21
|
* [Rules] Improve MULTIPLE_UNIQUE_HEADERS ruleVsevolod Stakhov2018-07-171-20/+24
|
* [Feature] Improve WHITE_ON_WHITE ruleVsevolod Stakhov2018-07-041-10/+23
|
* Eliminate false-positive on REPLYTO_EQ_TO_ADDRSteve Freegard2018-06-221-0/+1
|
* [Minor] Temporarily reset scores of new symbols unless testedVsevolod Stakhov2018-06-211-2/+2
|
* [Feature] Address ZeroFont exploitVsevolod Stakhov2018-06-211-4/+85
|
* [Minor] Detect To addresses wrapped in spacesAlexander Moisseev2018-06-171-0/+7
|
* [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
| | | | Issue: #2235
* Fixed typoMichal Adamek2018-05-041-1/+1
|
* [Feature] Improve URL_IN_SUBJECT ruleVsevolod Stakhov2018-04-091-1/+5
| | | | We penalise now this rule's weight when URL found has no schema.
* [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
| | | | | Issue: #2042 Closes: #2042
* [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
| | | Many false positive
* [Minor] check for spam flag from United InternetFelix Schwarz2017-11-151-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 groupsVsevolod Stakhov2017-11-115-71/+95
|
* [Fix] Fix enormous scores for R_WHITE_ON_WHITEVsevolod Stakhov2017-09-281-1/+5
| | | | MFH: 1.6
* [Minor] Fix testsAndrew Lewis2017-09-111-2/+1
|
* [Feature] Allow to load and use dynamic ANNs with torchVsevolod Stakhov2017-09-091-1/+4
|