Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Improve omograph phishing detection | Vsevolod Stakhov | 2017-04-30 | 1 | -9/+23 |
* | [Fix] Fix REPLYTO_UNPARSEABLE rule | Vsevolod Stakhov | 2017-04-28 | 1 | -3/+8 |
* | [Minor] Fix warnings | Vsevolod Stakhov | 2017-04-28 | 1 | -2/+0 |
* | [Minor] Avoid `nil` table | Alexander Moisseev | 2017-04-27 | 1 | -1/+2 |
* | [Fix] Fix couple of issues in FORWARDED rule | Vsevolod Stakhov | 2017-04-27 | 1 | -110/+122 |
* | [Feature] Add rules to detect bad 8bit characters in From and To | Vsevolod Stakhov | 2017-04-25 | 1 | -0/+36 |
* | [Fix] Fix setting of email address | Vsevolod Stakhov | 2017-04-25 | 1 | -2/+2 |
* | [Minor] Fix rule | Vsevolod Stakhov | 2017-04-25 | 1 | -1/+1 |
* | [Fix] Fix R_BAD_CTE_7BIT rule | Vsevolod Stakhov | 2017-04-24 | 2 | -14/+20 |
* | Add INFO_TO_INFO_LU rule | Steve Freegard | 2017-04-19 | 1 | -0/+22 |
* | [Minor] Lower CTYPE_MIXED_BOGUS score | Vsevolod Stakhov | 2017-04-19 | 1 | -1/+1 |
* | [Fix] Fix SPOOF_REPLYTO rule | Vsevolod Stakhov | 2017-04-18 | 1 | -2/+3 |
* | [Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail | Alexander Moisseev | 2017-04-17 | 1 | -0/+10 |
* | [Minor] Slightly increase weight of URL_IN_SUBJECT rule | Vsevolod Stakhov | 2017-04-16 | 1 | -2/+2 |
* | [Fix] Ignore Rmilter added Received | Vsevolod Stakhov | 2017-04-16 | 1 | -3/+9 |
* | Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPS | Steve Freegard | 2017-04-13 | 1 | -0/+1 |
* | Fix HTTP_TO_HTTPS where message is_html but get_html returns nil | Steve Freegard | 2017-04-13 | 1 | -0/+1 |
* | New rules | Steve Freegard | 2017-04-12 | 3 | -1/+97 |
* | Rules updates | Steve Freegard | 2017-03-29 | 3 | -1/+32 |
* | [Feature] Add URL_IN_SUBJECT rule | Vsevolod Stakhov | 2017-03-28 | 1 | -0/+25 |
* | [Minor] Fix SPOOF_DISPLAY_NAME / FROM_NEQ_DISPLAY_NAME rules | Andrew Lewis | 2017-03-27 | 1 | -7/+8 |
* | [Fix] Fix string split memoization | Vsevolod Stakhov | 2017-03-27 | 1 | -8/+10 |
* | [Minor] Fix typo | Andrew Lewis | 2017-03-26 | 1 | -1/+1 |
* | [Feature] Memoize LPEG grammars | Vsevolod Stakhov | 2017-03-25 | 1 | -4/+10 |
* | [Minor] Silence warnings | Andrew Lewis | 2017-03-24 | 1 | -1/+1 |
* | Fix FROM_NO_DN and TO_DN_NONE | Steve Freegard | 2017-03-24 | 1 | -12/+13 |
* | Fix RCVD_TLS_ALL and add RCVD_TLS_LAST | Steve Freegard | 2017-03-24 | 2 | -16/+49 |
* | [Minor] Really fix tests | Andrew Lewis | 2017-03-24 | 1 | -0/+1 |
* | [Minor] Fix tests | Andrew Lewis | 2017-03-24 | 1 | -5/+4 |
* | Merge pull request #1554 from smfreegard/rules_170323 | Vsevolod Stakhov | 2017-03-24 | 3 | -11/+58 |
|\ | |||||
| * | Rules fixes | Steve Freegard | 2017-03-24 | 2 | -7/+14 |
| * | Updates to previous commit | Steve Freegard | 2017-03-23 | 2 | -2/+12 |
| * | New rules | Steve Freegard | 2017-03-23 | 3 | -3/+33 |
* | | [Minor] Remove all get_api_version calls | Vsevolod Stakhov | 2017-03-24 | 1 | -19/+13 |
|/ | |||||
* | [Rework] Remove outdated SA rules | Vsevolod Stakhov | 2017-03-23 | 4 | -237/+0 |
* | [Minor] Fix changes to SPOOF_REPLYTO | Andrew Lewis | 2017-03-23 | 1 | -0/+1 |
* | [Minor] Use SMTP recipients for SPOOF_REPLYTO rule | Andrew Lewis | 2017-03-22 | 1 | -13/+17 |
* | [Feature] Add spoofed rules | Vsevolod Stakhov | 2017-03-18 | 1 | -0/+54 |
* | [Fix] Fix URI_COUNT_ODD rule | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+7 |
* | [Minor] Fix tests | Andrew Lewis | 2017-03-13 | 2 | -3/+2 |
* | [Minor] Slightly improve forwarded rule | Vsevolod Stakhov | 2017-03-12 | 1 | -2/+2 |
* | [Fix] RCPT_COUNT fixes | Vsevolod Stakhov | 2017-03-11 | 2 | -5/+85 |
* | [Minor] Fix dependency name | Vsevolod Stakhov | 2017-03-11 | 1 | -2/+1 |
* | [Fix] Rework HAS_X_PRIO rule to match symbols conventions | Vsevolod Stakhov | 2017-03-11 | 2 | -2/+58 |
* | [Fix] Follow the traditional symbols conventions in RCPT_COUNT rule | Vsevolod Stakhov | 2017-03-11 | 1 | -9/+89 |
* | [Minor] Optimise rules | Vsevolod Stakhov | 2017-03-11 | 1 | -67/+62 |
* | [Minor] Use modern syntax in rules registration | Vsevolod Stakhov | 2017-03-11 | 2 | -61/+167 |
* | [Minor] Move rules from misc lua to headers and subject checks | Vsevolod Stakhov | 2017-03-11 | 4 | -532/+633 |
* | [Feature] Add symbols when tagged rcpt/sender are normalised | Vsevolod Stakhov | 2017-03-11 | 1 | -5/+26 |
* | [Minor] Silence warning | Andrew Lewis | 2017-03-07 | 1 | -3/+1 |