Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail | Alexander Moisseev | 2017-04-17 | 2 | -0/+13 |
| | |||||
* | [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 | ||||
* | [Minor] Explicitly reset all fields in context on init | Vsevolod Stakhov | 2017-04-14 | 1 | -7/+4 |
| | |||||
* | [Feature] Allow configurable sign headers for DKIM | Vsevolod Stakhov | 2017-04-14 | 2 | -16/+30 |
| | | | | Issue: #1595 | ||||
* | [Fix] Always try to adjust filename | Vsevolod Stakhov | 2017-04-14 | 1 | -1/+19 |
| | | | | Issue: #1591 | ||||
* | [Feature] Allow to add unigramm metatokens from Lua | Vsevolod Stakhov | 2017-04-13 | 1 | -1/+26 |
| | |||||
* | [Feature] Add unigramms support in bayes | Vsevolod Stakhov | 2017-04-13 | 3 | -1/+22 |
| | |||||
* | [Feature] DKIM Signing: envelope match exception for local IPs | Andrew Lewis | 2017-04-13 | 1 | -3/+12 |
| | | | | - Also for sign_networks | ||||
* | [Minor] Fix configuration example | Andrew Lewis | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1589 from smfreegard/rules_20170411 | Andrew Lewis | 2017-04-13 | 1 | -0/+1 |
|\ | | | | | Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPS | ||||
| * | Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPS | Steve Freegard | 2017-04-13 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1588 from smfreegard/rules_20170411 | Andrew Lewis | 2017-04-13 | 1 | -0/+1 |
|\| | | | | | Fix HTTP_TO_HTTPS where message is_html but get_html returns nil | ||||
| * | Fix HTTP_TO_HTTPS where message is_html but get_html returns nil | Steve Freegard | 2017-04-13 | 1 | -0/+1 |
| | | |||||
* | | [Minor] Improve protocol debugging | Vsevolod Stakhov | 2017-04-12 | 1 | -0/+17 |
| | | |||||
* | | [Minor] Slightly optimise maillist plugin | Vsevolod Stakhov | 2017-04-12 | 1 | -16/+18 |
| | | |||||
* | | Merge pull request #1586 from smfreegard/rules_20170411 | Vsevolod Stakhov | 2017-04-12 | 3 | -1/+97 |
|\| | | | | | New rules | ||||
| * | New rules | Steve Freegard | 2017-04-12 | 3 | -1/+97 |
| | | |||||
* | | [Minor] Fix one more issue with empty maps | Vsevolod Stakhov | 2017-04-11 | 1 | -6/+3 |
| | | |||||
* | | [Minor] Store full timestamp when checking logs | Vsevolod Stakhov | 2017-04-11 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Properly show warning | Vsevolod Stakhov | 2017-04-11 | 1 | -3/+3 |
|/ | |||||
* | [Minor] Improve symbols in emails module | Vsevolod Stakhov | 2017-04-11 | 1 | -17/+27 |
| | |||||
* | [Fix] More fixes for hashed email dnsbls | Vsevolod Stakhov | 2017-04-11 | 1 | -1/+12 |
| | |||||
* | [Minor] Remove unportable constructions | Vsevolod Stakhov | 2017-04-11 | 1 | -28/+1 |
| | |||||
* | [Fix] Plug memory leak in chartable module | Vsevolod Stakhov | 2017-04-10 | 1 | -0/+4 |
| | |||||
* | [Minor] Update version to 1.5.6 | Vsevolod Stakhov | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Release 1.5.5 | Vsevolod Stakhov | 2017-04-10 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Fix classifier learning with Redis backend * [CritFix] Fix issue when parsing encoded rfc822/messages * [Feature] Add escaped version of lua_ucl import * [Feature] Add task:headers_foreach function * [Feature] Allow to process filenames from content type * [Feature] Allow to query hashed emails * [Feature] Ignore bayes with mostly metatokens or with too few text * [Feature] Probabilistically skip metatokens * [Feature] Retrieve all virus names from SAVAPI * [Feature] Rework classifiers lua metatokens * [Feature] Store headers order * [Feature] Store text tokens inside bayes tokens * [Feature] Use cached shingles keys * [Fix] Add missing score normalisation for HFILTER_URL_ONLY * [Fix] Avoid lookup in absent hash * [Fix] Check return values from Lua functions called from C * [Fix] Do not count sending and loading time in rspamc * [Fix] Escape json strings for controller rejplies from Lua * [Fix] Fix archive scans for savapi * [Fix] Fix domain_only emails RBL * [Fix] Fix ip_score map configuration * [Fix] Fix JSON output for history_redis * [Fix] Fix one character length substrings search * [Fix] Fix parsing of non-RFC compatible Exim received * [Fix] Fix parsing of options for workers with the same type * [Fix] Fix processing of small tokens vectors * [Fix] Fix rfc2047 tokenization * [Fix] Fix typo * [Fix] More fixes for inplace decoding * [Fix] Try to avoid modifications of the original data * [Fix] URL redirector: Fix call to is_redirector * [Rework] Set token data as uint64_t instead of chars array * [WebUI] Check if neighbours' history backend versions match * [WebUI] Disable phrase connectors replacement in history filtering * [WebUI] Disable phrase connectors replacement in symbols filtering * [WebUI] Do not hide messages with bad subject, just replace it with '???' * [WebUI] Fix error message * [WebUI] Fix history v2 display * [WebUI] Fix legacy history * [WebUI] history: break To address lists on commas * [WebUI] Increase default timeout to 20 seconds * [WebUI] Save some history table space Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Merge pull request #1584 from moisseev/webui | Vsevolod Stakhov | 2017-04-09 | 3 | -15/+21 |
|\ | | | | | [WebUI] Display multiple alerts at once | ||||
| * | [WebUI] Display multiple alerts at once | Alexander Moisseev | 2017-04-08 | 3 | -15/+21 |
| | | | | | | | | Now user have a chance to see all thrown alerts not just the latest one. | ||||
* | | [WebUI] Do not hide messages with bad subject, just replace it with '???' | Vsevolod Stakhov | 2017-04-09 | 1 | -2/+6 |
| | | |||||
* | | [Minor] More strict boundaries checks and composites policies fix | Vsevolod Stakhov | 2017-04-09 | 3 | -10/+13 |
| | | |||||
* | | [Minor] Filter bad utf8 subjects | Vsevolod Stakhov | 2017-04-09 | 1 | -1/+7 |
| | | |||||
* | | [Minor] Add lua routine to validate utf8 | Vsevolod Stakhov | 2017-04-09 | 1 | -0/+26 |
| | | |||||
* | | [WebUI] Fix history v2 display | Vsevolod Stakhov | 2017-04-09 | 1 | -1/+1 |
| | | |||||
* | | [Fix] Fix JSON output for history_redis | Vsevolod Stakhov | 2017-04-09 | 1 | -4/+16 |
|/ | |||||
* | [Minor] Use normal string allocation | Vsevolod Stakhov | 2017-04-08 | 1 | -5/+5 |
| | |||||
* | Merge pull request #1583 from moisseev/webui | Vsevolod Stakhov | 2017-04-08 | 1 | -2/+17 |
|\ | | | | | [WebUI] Check if neighbours' history backend versions match | ||||
| * | [WebUI] Check if neighbours' history backend versions match | Alexander Moisseev | 2017-04-08 | 1 | -2/+17 |
| | | |||||
* | | [Minor] Fix couple of format arguments issues | Vsevolod Stakhov | 2017-04-08 | 4 | -4/+4 |
| | | |||||
* | | [Minor] Support time_t args in clang plugin | Vsevolod Stakhov | 2017-04-08 | 1 | -0/+28 |
| | | |||||
* | | [Minor] Remove minor warnings | Vsevolod Stakhov | 2017-04-08 | 2 | -4/+6 |
| | | |||||
* | | [Minor] Remove redundant function | Vsevolod Stakhov | 2017-04-08 | 5 | -37/+8 |
|/ | |||||
* | [Minor] More bounds checks | Vsevolod Stakhov | 2017-04-07 | 2 | -3/+9 |
| | |||||
* | [Minor] Use proper substring search | Vsevolod Stakhov | 2017-04-07 | 1 | -6/+9 |
| | |||||
* | [Minor] Add some more boundaries checks | Vsevolod Stakhov | 2017-04-07 | 1 | -5/+5 |
| | |||||
* | [Fix] Fix one character length substrings search | Vsevolod Stakhov | 2017-04-07 | 1 | -0/+25 |
| | |||||
* | [Minor] Import public suffix list updates | Andrew Lewis | 2017-04-07 | 1 | -5/+13 |
| | |||||
* | [Minor] More inline fixes | Vsevolod Stakhov | 2017-04-07 | 1 | -6/+8 |
| | |||||
* | [Minor] Fix inline issues | Vsevolod Stakhov | 2017-04-07 | 1 | -9/+10 |
| | |||||
* | [Minor] Antivirus: don't set action if all results were whitelisted | Andrew Lewis | 2017-04-07 | 1 | -0/+3 |
| |