Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
| | | | | Issue: #1587 | |||||
* | 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 | |
|\ | | | | | New rules | |||||
| * | 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 | |
| | | | | Contributed by: Steve Freegard | |||||
* | [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 | |
| | ||||||
* | [Fix] Fix MISSING_MIME_VERSION rule for plain messages | Vsevolod Stakhov | 2017-03-07 | 1 | -1/+17 | |
| | ||||||
* | [Fix] Fix parsing of cte in expressions | Vsevolod Stakhov | 2017-03-07 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Silence warning | Andrew Lewis | 2017-03-04 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Remove + aliases from emails | Vsevolod Stakhov | 2017-03-04 | 1 | -0/+71 | |
| | ||||||
* | [Minor] Deal with DSN messages | Vsevolod Stakhov | 2017-03-03 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add rule to detect broken content type | Vsevolod Stakhov | 2017-03-03 | 1 | -1/+11 | |
| | ||||||
* | [Fix] Fix redis options parsing when no redis servers are defined | Vsevolod Stakhov | 2017-03-01 | 1 | -1/+5 | |
| | ||||||
* | [Fix] Adopt OMOGRAPH_URL rule | Vsevolod Stakhov | 2017-02-24 | 1 | -17/+7 | |
| | ||||||
* | [Minor] Update mail.ru Received header regexp | Alexander Moisseev | 2017-02-20 | 1 | -1/+1 | |
| | | | | as header format has been changed by mail.ru | |||||
* | [Minor] Fix rspamd_parse_redis_server | Andrew Lewis | 2017-02-17 | 1 | -2/+2 | |
| | ||||||
* | [Feature] Allow to have module specific options for Redis in plugins | Vsevolod Stakhov | 2017-02-17 | 1 | -27/+36 | |
| | | | | Issue: #1400 | |||||
* | [Minor] Filter artificial Received header in multimap by default | Andrew Lewis | 2017-02-13 | 1 | -1/+4 | |
| | | | | - Also filter headers in CHECK_RECEIVED rule | |||||
* | [Minor] Ignore displayed only urls from omographs check | Vsevolod Stakhov | 2017-02-13 | 1 | -7/+14 | |
| |