Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.6.3 | Vsevolod Stakhov | 2017-09-03 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Fix semicolons parsing in the content type * [Feature] Add EBL to the default config * [Feature] Allow to configure monitored * [Feature] Allow to skip specific hashes in fuzzy storage * [Feature] Multimap: checking of symbol options * [Feature] Redis settings: support checking multiple keys * [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer * [Fix] Avoid changing content-transfer-encoding header's value * [Fix] Don't use whitelist/greylist maps as regexp, but as map * [Fix] Fix get_content method * [Fix] Header checks: Fix get_raw_header method * [Fix] Header checks: REPLYTO_UNPARSEABLE rule * [Fix] Lua_http: freeing * [Fix] Milter headers: custom headers: removing headers * [Fix] Parse HREF urls without explicit prefix * [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule * [WebUI] Escape strings inside HTML in history Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Minor] Fix variable name | Vsevolod Stakhov | 2017-09-03 | 1 | -1/+1 |
| | |||||
* | [Feature] Implement torch based ANN learning | Vsevolod Stakhov | 2017-09-03 | 1 | -22/+94 |
| | |||||
* | [Minor] Silence tests warnings | Vsevolod Stakhov | 2017-09-02 | 1 | -0/+1 |
| | |||||
* | [Rework] Start moving of fann redis to torch | Vsevolod Stakhov | 2017-09-02 | 3 | -40/+108 |
| | |||||
* | [Minor] Fix type in map adding | Vsevolod Stakhov | 2017-09-02 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to use global lua maps in settings | Vsevolod Stakhov | 2017-09-02 | 2 | -31/+74 |
| | | | | Issue: #1802 | ||||
* | [Minor] Check type of map more strictly | Vsevolod Stakhov | 2017-09-02 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1821 from mkuron/settings-header | Vsevolod Stakhov | 2017-09-01 | 1 | -0/+26 |
|\ | | | | | User settings: add header rules | ||||
| * | User settings: add header rules | Michael Kuron | 2017-09-01 | 1 | -0/+26 |
| | | |||||
* | | [Feature] Read global maps for lua | Vsevolod Stakhov | 2017-09-01 | 1 | -13/+28 |
|/ | |||||
* | [Fix] Fix exceptions list in surbl | Vsevolod Stakhov | 2017-08-31 | 1 | -2/+18 |
| | |||||
* | [Fix] Default monitoring domain for surbl plugin | Andrew Lewis | 2017-08-31 | 1 | -5/+4 |
| | |||||
* | [Fix] Treat 'rewrite subject' as spam action | Vsevolod Stakhov | 2017-08-30 | 1 | -2/+6 |
| | | | | | Issue: #1803 Closes: #1803 | ||||
* | [Minor] Silence luacheck warning | Andrew Lewis | 2017-08-30 | 1 | -0/+1 |
| | |||||
* | [Minor] Ratelimit: support use of redis HSET for limits | Andrew Lewis | 2017-08-30 | 3 | -2/+24 |
| | |||||
* | [Minor] Ratelimit: fix getting values from custom routines; silence logging | Andrew Lewis | 2017-08-30 | 1 | -5/+7 |
| | |||||
* | [Minor] Remove unused function | Vsevolod Stakhov | 2017-08-29 | 1 | -21/+0 |
| | |||||
* | Merge pull request #1818 from fatalbanana/rlredis | Vsevolod Stakhov | 2017-08-29 | 1 | -81/+140 |
|\ | | | | | [Feature] Ratelimit: support fetching limits from Redis | ||||
| * | [Feature] Ratelimit: support fetching limits from Redis | Andrew Lewis | 2017-08-29 | 1 | -81/+140 |
|/ | |||||
* | [Minor] Do not set NODELAY on Unix sockets | Vsevolod Stakhov | 2017-08-28 | 1 | -3/+7 |
| | |||||
* | [Fix] options.local_networks setting | Andrew Lewis | 2017-08-28 | 1 | -1/+1 |
| | | | | | - Issue: #1763 - Reported by: @pclemot | ||||
* | [Fix] Ratelimit: lowercase email addresses | Andrew Lewis | 2017-08-28 | 1 | -2/+2 |
| | |||||
* | [Test] Settings: few more tests | Andrew Lewis | 2017-08-28 | 2 | -2/+37 |
| | |||||
* | [Minor] Allow to get rspamd text from torch storage | Vsevolod Stakhov | 2017-08-27 | 2 | -0/+29 |
| | |||||
* | [Minor] Remove unused functions | Vsevolod Stakhov | 2017-08-27 | 4 | -148/+0 |
| | |||||
* | Merge pull request #1814 from fatalbanana/rlr | Vsevolod Stakhov | 2017-08-26 | 1 | -329/+257 |
|\ | | | | | [Rework] Ratelimit module | ||||
| * | [Rework] Ratelimit module | Andrew Lewis | 2017-08-26 | 1 | -329/+257 |
| | | | | | | | | | | | | | | - Drop support for legacy options - Ensure incremental updates to counters - Support multiple limits per bucket - IP score: now resizes limits only (not periods) | ||||
* | | Merge pull request #1813 from msimerson/http-headers-comment-fix | Vsevolod Stakhov | 2017-08-26 | 1 | -1/+1 |
|\ \ | | | | | | | fix copy/paste error in comment | ||||
| * | | fix copy/paste error in comment | Matt Simerson | 2017-08-25 | 1 | -1/+1 |
| | | | |||||
* | | | [Minor] Use controller for single-instance tasks | Andrew Lewis | 2017-08-26 | 3 | -5/+5 |
|/ / | |||||
* | | [Feature] Add some sanity checks for actions and controller | Vsevolod Stakhov | 2017-08-25 | 1 | -0/+45 |
| | | |||||
* | | [Fix] Redis script loading in DMARC; URL tags; URL reputation | Andrew Lewis | 2017-08-25 | 3 | -4/+1 |
| | | | | | | | | - Issue: #1716 | ||||
* | | [Minor] Add some limits for auto mempool adjustment | Vsevolod Stakhov | 2017-08-24 | 1 | -0/+9 |
| | | |||||
* | | [Minor] Fix empty pools handling | Vsevolod Stakhov | 2017-08-24 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #1806 from moisseev/1cv83 | Vsevolod Stakhov | 2017-08-24 | 2 | -0/+11 |
|\ \ | | | | | | | [Minor] Suppress base64 symbols for mails sent with 1C 8.3 | ||||
| * | | [Minor] Suppress base64 symbols for mails sent with 1C v8 | Alexander Moisseev | 2017-08-23 | 2 | -0/+11 |
| | | | |||||
* | | | [Minor] Fix use after free | Vsevolod Stakhov | 2017-08-23 | 1 | -2/+1 |
| | | | |||||
* | | | [Minor] Khash performs realloc, so it is unsafe to use it by value | Vsevolod Stakhov | 2017-08-23 | 1 | -4/+6 |
| | | | |||||
* | | | [Minor] Fix sanity check | Vsevolod Stakhov | 2017-08-23 | 1 | -3/+7 |
| | | | |||||
* | | | [Minor] Reset old stats | Vsevolod Stakhov | 2017-08-23 | 1 | -0/+2 |
| | | | |||||
* | | | [Feature] Add sugestions logic to mempool allocator | Vsevolod Stakhov | 2017-08-23 | 1 | -9/+64 |
|/ / | |||||
* | | Merge pull request #1805 from LorbusChris/master | Vsevolod Stakhov | 2017-08-22 | 1 | -9/+3 |
|\ \ | | | | | | | Various changes to CentOS RPM | ||||
| * | | Various changes to CentOS RPM | Christian Glombek | 2017-08-22 | 1 | -9/+3 |
|/ / | | | | | | | | | | | Update License to be the same as repo (ASL 2.0) Remove hardcoded user and group Add %{rspamd_pluginsdir}/lib/*.lua | ||||
* | | Merge pull request #1804 from moisseev/patch-1 | Vsevolod Stakhov | 2017-08-22 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] Update aliexpress.com Message-ID regexp | ||||
| * | | [Minor] Update aliexpress.com Message-ID regexp | Alexander Moisseev | 2017-08-22 | 1 | -1/+1 |
|/ / | |||||
* | | [Fix] Fix processing of closed tags | Vsevolod Stakhov | 2017-08-22 | 1 | -1/+8 |
| | | |||||
* | | [Rework] Start mempool fragmentation reduce project | Vsevolod Stakhov | 2017-08-21 | 2 | -6/+96 |
| | | |||||
* | | [Minor] Store mempool fragmentation | Vsevolod Stakhov | 2017-08-20 | 3 | -0/+5 |
| | | |||||
* | | [Minor] Remove unused var | Vsevolod Stakhov | 2017-08-19 | 1 | -1/+0 |
| | |