summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-2240-12/+205
|
* [Minor] Improve confighelp outputVsevolod Stakhov2017-04-221-7/+9
|
* [Minor] Fix recursive add docs strings from the commentsVsevolod Stakhov2017-04-221-3/+11
|
* [Feature] Rework confighelp to load Lua pluginsVsevolod Stakhov2017-04-229-24/+66
|
* [Minor] Add config:add_example functionVsevolod Stakhov2017-04-221-0/+37
|
* [Feature] Add ability to add doc strings by exampleVsevolod Stakhov2017-04-222-0/+98
|
* [Minor] Silence warningAndrew Lewis2017-04-211-1/+1
|
* [WebUI] Fix add header filter in historyAndrew Lewis2017-04-211-2/+2
| | | | | - Issue: #1604 - Reported by: @dimejo
* [Feature] Rework hfilter to use hyperscan if possibleVsevolod Stakhov2017-04-211-113/+193
|
* [Minor] Fix static maps loadingVsevolod Stakhov2017-04-211-20/+61
|
* [Minor] Fix setting watcher for a sessionVsevolod Stakhov2017-04-211-1/+1
|
* [Minor] Add multiple regexp maps support in luaVsevolod Stakhov2017-04-212-0/+41
|
* [Feature] Add support of maps with multiple regexps matchesVsevolod Stakhov2017-04-213-20/+148
|
* [Fix] Use static maps instead of ugly hack for radix_from_configVsevolod Stakhov2017-04-212-71/+42
|
* [Feature] Add support for static mapsVsevolod Stakhov2017-04-213-7/+185
|
* [Minor] Use hyperscan check functionVsevolod Stakhov2017-04-215-25/+54
|
* [Feature] Allow async events to be registered from LUA rulesVsevolod Stakhov2017-04-211-1/+141
| | | | | | | | | | | | | | | | | | | | | | | | Here is an example: ```lua rspamd_config.ASYNC_RULE = { callback = function(task) local ret = false local function test1(task) local function test2(task) return ret end ret = true return test2 end return test1 end } ```
* [Feature] Allow to have a stack of watcher finalisersVsevolod Stakhov2017-04-212-22/+74
|
* [Minor] Try all hostname regexps to find the most significant oneVsevolod Stakhov2017-04-201-2/+3
|
* [Minor] Allow to append greylist end time to message reportedVsevolod Stakhov2017-04-201-2/+10
|
* [Minor] Disable dkim_signing if redis is specified but not configuredVsevolod Stakhov2017-04-201-1/+2
|
* [Minor] Start 1.6 versionVsevolod Stakhov2017-04-191-2/+2
|
* Release 1.5.61.5.6Vsevolod Stakhov2017-04-191-0/+15
| | | | | | | | | | | | | | | | | * [Feature] Add unigramms support in bayes * [Feature] Allow configurable sign headers for DKIM * [Feature] Allow to add unigramm metatokens from Lua * [Feature] DKIM Signing: envelope match exception for local IPs * [Feature] UCL: register parser variables from Lua * [Fix] Always try to adjust filename * [Fix] Do extra copy to ensure that original content is never touched * [Fix] Fix SPOOF_REPLYTO rule * [Fix] Ignore Rmilter added Received * [Fix] More fixes for hashed email dnsbls * [Fix] Plug memory leak in chartable module * [WebUI] Display multiple alerts at once Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Merge pull request #1602 from smfreegard/rules_20170419Vsevolod Stakhov2017-04-191-0/+22
|\ | | | | Add INFO_TO_INFO_LU rule
| * Add INFO_TO_INFO_LU ruleSteve Freegard2017-04-191-0/+22
|/
* [Minor] Lower CTYPE_MIXED_BOGUS scoreVsevolod Stakhov2017-04-191-1/+1
|
* [Minor] Remove confusing warning about exp overflowVsevolod Stakhov2017-04-191-3/+19
|
* Merge pull request #1601 from fatalbanana/uclVsevolod Stakhov2017-04-181-0/+76
|\ | | | | [Feature] UCL: register parser variables from Lua
| * [Feature] UCL: register parser variables from LuaAndrew Lewis2017-04-181-0/+76
| |
* | [Fix] Fix SPOOF_REPLYTO ruleVsevolod Stakhov2017-04-181-2/+3
| |
* | [Fix] Do extra copy to ensure that original content is never touchedVsevolod Stakhov2017-04-181-1/+3
|/
* [Minor] Import changes from public suffix listAndrew Lewis2017-04-181-5/+90
|
* [Minor] DKIM signing: deal with ambiguous settings betterAndrew Lewis2017-04-181-5/+9
|
* Merge pull request #1596 from cpragadeesh/html_test_improvVsevolod Stakhov2017-04-171-0/+58
|\ | | | | HTML content extraction tests improvement
| * html content extraction test improvPragadeesh C2017-04-141-0/+58
| |
* | [Minor] Disable IPv6 for SEM RBLVsevolod Stakhov2017-04-171-0/+1
| |
* | [Minor] Reduce log noiseVsevolod Stakhov2017-04-171-1/+1
| |
* | Merge pull request #1599 from moisseev/headersVsevolod Stakhov2017-04-172-0/+13
|\ \ | | | | | | [Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail
| * | [Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mailAlexander Moisseev2017-04-172-0/+13
|/ /
* | [Minor] Slightly increase weight of URL_IN_SUBJECT ruleVsevolod Stakhov2017-04-161-2/+2
| |
* | [Fix] Ignore Rmilter added ReceivedVsevolod Stakhov2017-04-161-3/+9
| | | | | | | | Issue: #1587
* | [Minor] Explicitly reset all fields in context on initVsevolod Stakhov2017-04-141-7/+4
| |
* | [Feature] Allow configurable sign headers for DKIMVsevolod Stakhov2017-04-142-16/+30
| | | | | | | | Issue: #1595
* | [Fix] Always try to adjust filenameVsevolod Stakhov2017-04-141-1/+19
| | | | | | | | Issue: #1591
* | [Feature] Allow to add unigramm metatokens from LuaVsevolod Stakhov2017-04-131-1/+26
| |
* | [Feature] Add unigramms support in bayesVsevolod Stakhov2017-04-133-1/+22
| |
* | [Feature] DKIM Signing: envelope match exception for local IPsAndrew Lewis2017-04-131-3/+12
| | | | | | | | - Also for sign_networks
* | [Minor] Fix configuration exampleAndrew Lewis2017-04-131-1/+1
| |
* | Merge pull request #1589 from smfreegard/rules_20170411Andrew Lewis2017-04-131-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_HTTPSSteve Freegard2017-04-131-0/+1
| | |