aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Move some of mempool magic constants to a separate fileVsevolod Stakhov2017-05-114-10/+47
|
* [Feature] Store average words length and short words countVsevolod Stakhov2017-05-111-2/+72
|
* Merge pull request #1634 from moisseev/rspamd_statsVsevolod Stakhov2017-05-111-2/+2
|\ | | | | [Minor] rspamd_stats: fix `--alpha-score` option name
| * [Minor] rspamd_stats: fix `--alpha-score` option nameAlexander Moisseev2017-05-101-2/+2
| | | | | | | | and synopsis inconsistency with option description
* | Merge pull request #1636 from fatalbanana/drm2Vsevolod Stakhov2017-05-111-89/+85
|\ \ | | | | | | [Minor] DMARC reporting: rework backend
| * | [Minor] DMARC reporting: rework backendAndrew Lewis2017-05-111-89/+85
|/ / | | | | | | | | | | - Also fix deletion - Support redirecting reports (useful for evaluation) - Deal with possibly missing SPF results
* | [Rework] Use LFU algorithm in LRU cacheVsevolod Stakhov2017-05-113-52/+230
| | | | | | | | | | Avoid usage of heap as its updates are not cheap. Use LFU algorithm described here: http://antirez.com/news/109
* | [Feature] Store hash of headers order and namesVsevolod Stakhov2017-05-111-0/+24
|/
* [Fix] Do not check DMARC if SPF or DKIM were not checkedVsevolod Stakhov2017-05-103-1/+36
| | | | Issue: #1629
* [Minor] Reduce digit->number transmission penaltyVsevolod Stakhov2017-05-101-2/+2
| | | | Issue: #1630
* [Fix] Allow to follow symlinks when safeVsevolod Stakhov2017-05-0916-39/+49
| | | | Issue: #1625
* [Test] Multimap: Received IP filters with RedisAndrew Lewis2017-05-092-0/+9
|
* [Fix] Multimap: Received IP filters with RedisAndrew Lewis2017-05-091-1/+2
| | | | | - Issue: #1623 - Reported by: @andryyy
* Merge pull request #1624 from fatalbanana/drm1Vsevolod Stakhov2017-05-091-49/+818
|\ | | | | [Feature] Preliminary DMARC reporting implementation
| * [Feature] Preliminary DMARC reporting implementationAndrew Lewis2017-05-091-49/+818
| |
* | [Test] Test dkim_signing with redisAndrew Lewis2017-05-094-1/+48
| |
* | Merge branch 'andryyy-patch-5'Andrew Lewis2017-05-091-27/+50
|\ \
| * | Add ability to read selector from RedisAndré Peters2017-05-081-27/+50
|/ /
* | [Minor] Fix compression/decompressionVsevolod Stakhov2017-05-081-2/+3
| |
* | [Minor] Add implicit Content-Type for milter proxied requestsVsevolod Stakhov2017-05-081-0/+21
| |
* | [Minor] Add compression knobs to the proxy configVsevolod Stakhov2017-05-081-0/+23
| |
* | [Feature] Add compression/decompression to proxyVsevolod Stakhov2017-05-081-0/+105
| |
* | [Minor] Add method to get HTTP message flagsVsevolod Stakhov2017-05-082-0/+13
| |
* | [Minor] Do not call compare scripts with no master resultsVsevolod Stakhov2017-05-081-3/+5
| |
* | [Feature] Implement milter protocol scan replyVsevolod Stakhov2017-05-084-10/+211
|/
* [Minor] Do not set implicit content-type in HTTPVsevolod Stakhov2017-05-072-30/+70
|
* [Minor] Free privVsevolod Stakhov2017-05-071-0/+1
|
* [CritFix] Fix memory leak in maps schedulingVsevolod Stakhov2017-05-072-8/+9
|
* [Fix] Oops, fix d9d0fa5e86db2f4470d34395a233b450478b2f60Vsevolod Stakhov2017-05-071-1/+1
|
* [CritFix] Fix memory leak in fuzzy checkVsevolod Stakhov2017-05-071-1/+2
|
* [Minor] Fix leaks and corruption in milter interfaceVsevolod Stakhov2017-05-071-3/+17
|
* [Fix] Fix milter connections persistenceVsevolod Stakhov2017-05-073-36/+100
|
* [Minor] Fix append HTTP header routineVsevolod Stakhov2017-05-071-1/+2
|
* Merge pull request #1615 from croessner/avmVsevolod Stakhov2017-05-061-12/+7
|\ | | | | [Minor] Fix result parsing for SAVAPI
| * [Minor] Fix result parsing for SAVAPIChristian Roessner2017-05-051-12/+7
| |
* | [Minor] Increase default buffer sizeVsevolod Stakhov2017-05-061-1/+1
| |
* | [Feature] Add scanning support for milter protocolVsevolod Stakhov2017-05-062-30/+119
| |
* | [Minor] Convert milter macros to HTTP headersVsevolod Stakhov2017-05-062-0/+54
| |
* | [Minor] Allow to assign NULL stringVsevolod Stakhov2017-05-061-1/+7
| |
* | [Minor] Convert milter session to HTTP requestVsevolod Stakhov2017-05-066-64/+193
| |
* | [Minor] Fix session reset in milterVsevolod Stakhov2017-05-061-34/+57
| |
* | [Minor] Increase default timeout to deal with milterVsevolod Stakhov2017-05-061-1/+1
| |
* | [Minor] Zero length commands are allowed by milter protoVsevolod Stakhov2017-05-051-1/+1
| |
* | [Minor] Various fixes to the milter protocolVsevolod Stakhov2017-05-053-28/+49
| |
* | [Minor] Add basic sanity checks for milter protocolVsevolod Stakhov2017-05-052-3/+48
| |
* | [Feature] Start integration of milter support in proxyVsevolod Stakhov2017-05-051-18/+68
|/
* [Minor] Fix configuration optionAndrew Lewis2017-05-051-1/+1
|
* Merge branch 'andryyy-patch-3'Andrew Lewis2017-05-051-1/+1
|\
| * Is not writeAndré Peters2017-05-051-1/+1
|/ | | Don't know the actual impact...
* [Minor] Fix mime version of rspamcVsevolod Stakhov2017-05-041-17/+17
|