aboutsummaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* [Minor] Do not punish OpenPGP/MIME attachmentsJulien Schmidt2017-05-301-1/+4
* [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 ruleAlexander Moisseev2017-05-191-1/+1
* | [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
* Add INFO_TO_INFO_LU ruleSteve Freegard2017-04-191-0/+22
* [Minor] Lower CTYPE_MIXED_BOGUS scoreVsevolod Stakhov2017-04-191-1/+1
* [Fix] Fix SPOOF_REPLYTO ruleVsevolod Stakhov2017-04-181-2/+3
* [Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mailAlexander Moisseev2017-04-171-0/+10
* [Minor] Slightly increase weight of URL_IN_SUBJECT ruleVsevolod Stakhov2017-04-161-2/+2
* [Fix] Ignore Rmilter added ReceivedVsevolod Stakhov2017-04-161-3/+9
* Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPSSteve Freegard2017-04-131-0/+1
* Fix HTTP_TO_HTTPS where message is_html but get_html returns nilSteve Freegard2017-04-131-0/+1
* New rulesSteve Freegard2017-04-123-1/+97
* Rules updatesSteve Freegard2017-03-293-1/+32
* [Feature] Add URL_IN_SUBJECT ruleVsevolod Stakhov2017-03-281-0/+25
* [Minor] Fix SPOOF_DISPLAY_NAME / FROM_NEQ_DISPLAY_NAME rulesAndrew Lewis2017-03-271-7/+8
* [Fix] Fix string split memoizationVsevolod Stakhov2017-03-271-8/+10