aboutsummaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [Minor] Clarify RCVD_VIA_SMTP_AUTH descriptionAndrew Lewis2017-09-071-1/+2
| | | | - Issue: #1825
* [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
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-272-2/+2
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Fix] FORWARDING: fix comparisonsAndrew Lewis2017-06-121-2/+4
|
* [Minor] Fix normalization in FORWARDING ruleVsevolod Stakhov2017-06-121-1/+1
|
* [Minor] SPOOF_REPLY_TO: mitigate some possible FPs on mailing list postsAndrew Lewis2017-06-111-0/+2
|
* [Rules] Improve URL_COUNT_ODD ruleVsevolod Stakhov2017-06-061-1/+1
|
* [Minor] Remove unused debugVsevolod Stakhov2017-06-061-1/+0
|
* [Rules] Fix received TLS rulesVsevolod Stakhov2017-06-061-3/+4
|
* [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipientsAndrew Lewis2017-06-011-9/+18
|
* [Minor] Validate assumed spoofed display name domains to contain a dotJulien Schmidt2017-05-301-5/+4
| | | | | A displayname of the form <something>@<name> might have been mistaken for an email address
* [Minor] Do not punish OpenPGP/MIME attachmentsJulien Schmidt2017-05-301-1/+4
| | | | Fixes #1655
* [Minor] Prevent MID_CONTAINS_FROM from firing on empty addressAndrew Lewis2017-05-231-1/+1
|
* Merge pull request #1645 from moisseev/missed-charsetVsevolod Stakhov2017-05-191-1/+1
|\ | | | | [Minor] Fix R_MISSING_CHARSET rule
| * [Minor] Fix R_MISSING_CHARSET ruleAlexander Moisseev2017-05-191-1/+1
| | | | | | | | Do not trigger on messages with empty payload body as Content-Type header is not mandatory (RFC7231).
* | [Rework] Move global functions to a separate directoryVsevolod Stakhov2017-05-182-579/+2
| |
* | [Minor] Relax CTYPE_MISSING_DISPOSITION ruleAndrew Lewis2017-05-181-1/+3
|/
* [Feature] Improve omograph phishing detectionVsevolod Stakhov2017-04-301-9/+23
|
* [Fix] Fix REPLYTO_UNPARSEABLE ruleVsevolod Stakhov2017-04-281-3/+8
|
* [Minor] Fix warningsVsevolod Stakhov2017-04-281-2/+0
|
* [Minor] Avoid `nil` tableAlexander Moisseev2017-04-271-1/+2
|
* [Fix] Fix couple of issues in FORWARDED ruleVsevolod Stakhov2017-04-271-110/+122
|
* [Feature] Add rules to detect bad 8bit characters in From and ToVsevolod Stakhov2017-04-251-0/+36
|
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-251-2/+2
|
* [Minor] Fix ruleVsevolod Stakhov2017-04-251-1/+1
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-242-14/+20
| | | | Issue: #1590
* Add INFO_TO_INFO_LU ruleSteve Freegard2017-04-191-0/+22
|
* [Minor] Lower CTYPE_MIXED_BOGUS scoreVsevolod Stakhov2017-04-191-1/+1
|