aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Update mail.ru Received header regexpAlexander Moisseev2017-02-201-1/+1
| | | | as header format has been changed by mail.ru
* [Minor] Allow to skip archives in multimapVsevolod Stakhov2017-02-201-1/+1
|
* Merge pull request #1436 from moisseev/listsVsevolod Stakhov2017-02-202-0/+3
|\ | | | | [Minor] Update `mid` and `redirectors` lists
| * [Minor] Update `mid` and `redirectors` listsAlexander Moisseev2017-02-202-0/+3
| |
* | Merge pull request #1437 from fatalbanana/mer4Vsevolod Stakhov2017-02-201-126/+370
|\ \ | |/ |/| [Minor] More new features/rework for metadata exporter
| * [Minor] More new features/rework for metadata exporterAndrew Lewis2017-02-201-126/+370
| |
* | [Minor] Add logging for mime typesVsevolod Stakhov2017-02-191-1/+3
| |
* | [Minor] Do not set file vars by default in lua uclVsevolod Stakhov2017-02-191-2/+1
| |
* | [Minor] Add ability to skip setting of file vars in UCLVsevolod Stakhov2017-02-192-3/+6
|/
* [Minor] Fix usage of filename partsVsevolod Stakhov2017-02-181-2/+3
|
* [Fix] Whitelist certain extensions from archive checksVsevolod Stakhov2017-02-181-15/+45
| | | | Issue: #1095
* Merge pull request #1434 from moisseev/webuiVsevolod Stakhov2017-02-183-4/+26
|\ | | | | [WebUI] Fix mouse events on throughput summary table area
| * [WebUI] Fix mouse events on throughput summary table areaAlexander Moisseev2017-02-183-4/+26
| |
* | Merge pull request #1433 from fatalbanana/mer2Vsevolod Stakhov2017-02-181-30/+29
|\ \ | |/ |/| [Minor] Metadata exporter: use per-backend callback
| * [Minor] Metadata exporter: use per-backend callbackAndrew Lewis2017-02-181-30/+29
|/
* Merge pull request #1432 from fatalbanana/merVsevolod Stakhov2017-02-171-195/+289
|\ | | | | [Minor] More new features/rework for metadata exporter
| * [Minor] More new features/rework for metadata exporterAndrew Lewis2017-02-171-195/+289
| |
* | [Feature] Allow to store messages in filesVsevolod Stakhov2017-02-173-2/+89
| |
* | [Fix] Deal with EOF properlyVsevolod Stakhov2017-02-171-12/+11
| |
* | Merge pull request #1431 from fatalbanana/luVsevolod Stakhov2017-02-171-2/+2
|\ \ | | | | | | [Minor] Fix rspamd_parse_redis_server
| * | [Minor] Fix rspamd_parse_redis_serverAndrew Lewis2017-02-171-2/+2
|/ /
* | [Feature] Allow to have module specific options for Redis in pluginsVsevolod Stakhov2017-02-171-27/+36
| | | | | | | | Issue: #1400
* | [Minor] Add routine to convert redis reply type to stringVsevolod Stakhov2017-02-173-4/+43
| | | | | | | | Issue: #1228
* | [Minor] Log fuzzy command when processing changesVsevolod Stakhov2017-02-171-3/+13
|/ | | | Issue: #1267
* [Minor] Allow to use password in file in rspamcVsevolod Stakhov2017-02-171-1/+28
| | | | | Issue: #1415 Submitted by: @urusha
* Merge pull request #1430 from fatalbanana/FAVsevolod Stakhov2017-02-171-1/+1
|\ | | | | [Minor] Force actions: deal with null better
| * [Minor] Force actions: deal with null betterAndrew Lewis2017-02-171-1/+1
|/
* [Fix] Strings returned from lua are ephemeralVsevolod Stakhov2017-02-161-1/+1
| | | | Pointy hat to: @fatalbanana
* [Minor] Forgotten in the previous commitVsevolod Stakhov2017-02-161-4/+8
|
* [Fix] Do not destroy session when not all finish scripts are doneVsevolod Stakhov2017-02-161-0/+3
|
* [Fix] Fix writing of user to roll historyVsevolod Stakhov2017-02-151-1/+1
| | | | | Issue: #1429 Reported by: @moisseev
* [Minor] Treat urls in subject as displayed onlyVsevolod Stakhov2017-02-151-0/+3
|
* Merge pull request #1428 from fatalbanana/subjectVsevolod Stakhov2017-02-152-3/+35
|\ | | | | Support setting subject in force actions module
| * [Feature] Support setting subject in force actions moduleAndrew Lewis2017-02-151-3/+7
| |
| * [Feature] Support setting metric subject from LuaAndrew Lewis2017-02-151-0/+28
|/
* Merge pull request #1427 from fatalbanana/metamailVsevolod Stakhov2017-02-151-15/+222
|\ | | | | [Feature] Various new features in metadata exporter module
| * [Feature] Various new features in metadata exporter moduleAndrew Lewis2017-02-151-15/+222
|/
* Merge pull request #1426 from moisseev/webuiVsevolod Stakhov2017-02-141-2/+2
|\ | | | | [WebUI] Fix compatibility with non-ES6 compliant browsers
| * [WebUI] Fix compatibility with non-ES6 compliant browsersAlexander Moisseev2017-02-141-2/+2
|/
* [Fix] Fix tokens usageVsevolod Stakhov2017-02-142-5/+8
|
* [Fix] Do not stop symbols planning if async events are pendingVsevolod Stakhov2017-02-141-1/+2
| | | | Issue: #1425
* [Fix] Ignore lua metatokens in bayes for nowVsevolod Stakhov2017-02-141-0/+5
|
* [Rework] Use a special structure for stats tokensVsevolod Stakhov2017-02-1410-29/+70
|
* Merge pull request #1422 from fatalbanana/MMXVsevolod Stakhov2017-02-137-1/+64
|\ | | | | Multimap Received headers stuff
| * [Minor] Filter artificial Received header in multimap by defaultAndrew Lewis2017-02-132-1/+9
| | | | | | | | - Also filter headers in CHECK_RECEIVED rule
| * [Test] Add tests for multimap received mapsAndrew Lewis2017-02-135-0/+55
|/
* [Minor] Fix lintVsevolod Stakhov2017-02-131-2/+2
|
* [Fix] Fix urls and emails hashesVsevolod Stakhov2017-02-134-9/+28
|
* [Fix] More heuristic fixes for phishing detectionVsevolod Stakhov2017-02-131-0/+19
|
* [Minor] Ignore displayed only urls from omographs checkVsevolod Stakhov2017-02-131-7/+14
|