aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Add logging variable for forced actionsVsevolod Stakhov2018-10-113-1/+33
* [Minor] Fix score set in passthrough modeVsevolod Stakhov2018-10-111-22/+2
* [Project] Finish rework of passthrough actionsVsevolod Stakhov2018-10-114-45/+140
* [Rework] Always create result for a taskVsevolod Stakhov2018-10-117-21/+7
* [Minor] Fix comments with multiple addressesVsevolod Stakhov2018-10-101-1/+1
* [Feature] Allow to disable actions by users settingsVsevolod Stakhov2018-10-091-3/+12
* Merge pull request #2581 from negram/drone-ciVsevolod Stakhov2018-10-092-3/+101
|\
| * [Minor] Adopted merger to work with droneMikhail Galanin2018-10-091-3/+9
| * [Minor] Add .drone.ymlMikhail Galanin2018-10-091-0/+92
|/
* [Minor] Fixes for the previous projectVsevolod Stakhov2018-10-093-6/+32
* [Conf] Add composite to negate policies when fuzzy/bayes foundVsevolod Stakhov2018-10-091-0/+6
* [Feature] Allow `g+:` and `g-:` composite atomsVsevolod Stakhov2018-10-091-58/+128
* [Minor] Add more operations sanity check in expressions parserVsevolod Stakhov2018-10-091-58/+70
* [Conf] Increase default bayes scoreVsevolod Stakhov2018-10-091-1/+1
* [Feature] Store url object in imagesVsevolod Stakhov2018-10-094-9/+18
* [Conf] Add dkim checks for some surbl rulesVsevolod Stakhov2018-10-091-0/+4
* [Feature] Allow dkim domains check in surblVsevolod Stakhov2018-10-091-0/+50
* Merge pull request #2579 from negram/fixed-unit-testVsevolod Stakhov2018-10-091-2/+1
|\
| * [Test] fixed unit testMikhail Galanin2018-10-091-2/+1
|/
* Merge pull request #2577 from negram/fix-edge-caseVsevolod Stakhov2018-10-082-38/+63
|\
| * [Test] one more test caseMikhail Galanin2018-10-081-35/+55
| * [Minor] Fix checking table size when inserting/deletingMikhail Galanin2018-10-081-3/+8
* | Merge pull request #2576 from negram/more-coverageVsevolod Stakhov2018-10-087-0/+7
|\ \
| * | [Test] Collect coverage in all functional testsMikhail Galanin2018-10-087-0/+7
| |/
* | Merge pull request #2575 from negram/coverage-docVsevolod Stakhov2018-10-081-0/+58
|\ \
| * | [Minor] Added coverage collection documentationMikhail Galanin2018-10-081-0/+58
| |/
* | [Minor] Add missing #endifVsevolod Stakhov2018-10-081-1/+1
* | [Minor] Update cached libevent time when possibleVsevolod Stakhov2018-10-082-1/+24
* | [Fix] Stop libevent from using cached time in rspamadmVsevolod Stakhov2018-10-082-1/+12
* | [Minor] Check for cached libevent time routinesVsevolod Stakhov2018-10-084-3/+12
* | Merge pull request #2543 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-10-081-2/+5
|\ \ | |/ |/|
| * lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0heraklit2562018-10-081-1/+1
| * lower weight for RCVD_DKIM_ARC_DNSWL_MED and RCVD_DKIM_ARC_DNSWL_HIGHheraklit2562018-10-041-2/+2
| * leaving original symbols if DNSWL composite rules are triggeredheraklit2562018-09-271-0/+3
* | [Minor] Print timestamps when rspamadm is started in debug modeVsevolod Stakhov2018-10-082-22/+39
* | [Fix] Various fixes in redis sync interfaceVsevolod Stakhov2018-10-081-27/+40
* | [CritFix] Plug memory leak in redis poolVsevolod Stakhov2018-10-081-11/+13
* | Merge pull request #2574 from negram/store-and-merge-lua-coverageVsevolod Stakhov2018-10-084-30/+279
|\ \
| * | [Test] Reworked build script to correctly collect merge coverage dataMikhail Galanin2018-10-081-30/+33
| * | [Test] Coverage merge/push scriptMikhail Galanin2018-10-081-0/+139
| * | [Test] Collect coverage from rspamd workersMikhail Galanin2018-10-082-0/+107
* | | Merge pull request #2573 from moisseev/eslintVsevolod Stakhov2018-10-071-4/+5
|\ \ \
| * | | [WebUI] Fix symbol description tooltips displayAlexander Moisseev2018-10-071-4/+5
* | | | [Minor] Fix desctruction orderVsevolod Stakhov2018-10-061-1/+3
* | | | [Fix] Fix parsing address with commentsVsevolod Stakhov2018-10-061-64/+75
* | | | [Minor] Fix event pending checksVsevolod Stakhov2018-10-0613-25/+38
* | | | [Minor] Fix symbols cache savingVsevolod Stakhov2018-10-061-7/+25
|/ / /
* | | [Fix] Fix boundaries detection and rework stop words algorithmVsevolod Stakhov2018-10-061-16/+39
* | | [Fix] Remove one letter stop wordsVsevolod Stakhov2018-10-061-2/+2
* | | [Minor] Fix CMA calculationsVsevolod Stakhov2018-10-061-6/+11