aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1951 from fatalbanana/exim_rcvdVsevolod Stakhov2017-12-081-5/+5
|\
| * [Fix] Exim Received header protocol parsingAndrew Lewis2017-12-081-5/+5
* | Merge pull request #1946 from cpragadeesh/rescore-filterVsevolod Stakhov2017-12-074-0/+268
|\ \
| * | added corpus_test, rescore commandsPragadeesh C2017-12-074-0/+268
* | | [Fix] Allow oversigning in DKIM signaturesVsevolod Stakhov2017-12-071-4/+8
| |/ |/|
* | [Minor] Fix use of wrong typeAndrew Lewis2017-12-061-1/+1
* | Merge pull request #1948 from moisseev/mime_typesVsevolod Stakhov2017-12-061-13/+14
|\ \
| * | [Fix] Once more (#1879) fix bad extension checkAlexander Moisseev2017-12-061-13/+14
* | | [Fix] Use decoded values when parsing mime addressesVsevolod Stakhov2017-12-061-4/+4
* | | [Fix] Check decoded headers sanity (e.g. by excluding \0)Vsevolod Stakhov2017-12-061-0/+15
|/ /
* | Merge pull request #1944 from fatalbanana/fcwVsevolod Stakhov2017-12-061-0/+28
|\ \
| * | [Feature] Hash whitelist for fuzzy_checkAndrew Lewis2017-12-041-0/+28
| |/
* / [Fix] Use the right boolean operator on error checkMichael McConville2017-12-051-1/+1
|/
* [Feature] Add `-m` flag to configdump to show modules statesVsevolod Stakhov2017-12-041-1/+18
* [Minor] Rework plugins state to allow future extensionsVsevolod Stakhov2017-12-033-28/+22
* [Minor] Disable colors if not a ttyVsevolod Stakhov2017-12-031-0/+20
* [Feature] Store plugins stateVsevolod Stakhov2017-12-0331-3/+101
* [Minor] Rework initialization order to handle C modulesVsevolod Stakhov2017-12-033-33/+59
* [Feature] Add plugins state variableVsevolod Stakhov2017-12-031-2/+58
* [Feature] Add new configwizard command to rspamadmVsevolod Stakhov2017-12-023-0/+167
* [Minor] Add umask routineVsevolod Stakhov2017-12-021-0/+41
* [Feature] Allow to create directories in Lua APIVsevolod Stakhov2017-12-021-0/+70
* [Feature] Export password encryption routines to RedisVsevolod Stakhov2017-12-021-5/+44
* [Feature] Allow rspamadm commands to export methods in LuaVsevolod Stakhov2017-12-0215-14/+44
* [Minor] Allow to read passphrase from LuaVsevolod Stakhov2017-12-021-1/+35
* [Minor] Properly set lua pathsVsevolod Stakhov2017-12-021-19/+100
* [Minor] Process invalid command typesVsevolod Stakhov2017-12-021-0/+3
* [Fix] Fix composites processingVsevolod Stakhov2017-12-012-2/+3
* get authenticated user from certificate subject, tooPhilippe Kueck2017-11-301-0/+5
* [Minor] Set digest in replies for modification commandsVsevolod Stakhov2017-11-291-5/+4
* [Fix] Fix encrypted legacy reply in fuzzy storageVsevolod Stakhov2017-11-281-1/+19
* [Feature] Implement upstreams logic for clickhouse exporterVsevolod Stakhov2017-11-281-11/+33
* [Fix] Move composites second pass to the dedicated stageVsevolod Stakhov2017-11-272-5/+8
* Update mx_check.luaAL2017-11-271-2/+2
* [Minor] Add whitelist symbol to mx_check pluginAL2017-11-271-2/+16
* [Minor] Save nameserver name when parsing upstreams from resolv.confVsevolod Stakhov2017-11-261-1/+1
* [Minor] Add probabilistic reset of errors in upstream addrsVsevolod Stakhov2017-11-261-2/+7
* [Fix] Delay upstream re-resolving when one upstream is definedVsevolod Stakhov2017-11-261-11/+13
* [Fix] Do not constantly re-resolve failed upstreams with a singleVsevolod Stakhov2017-11-261-13/+35
* [Feature] Implement DKIM reputation adjustmentsVsevolod Stakhov2017-11-261-18/+57
* [Minor] Add more diagnostic for fuzzy hashes lookupVsevolod Stakhov2017-11-252-18/+46
* [Minor] Rework client part of the fuzzy systemVsevolod Stakhov2017-11-252-40/+40
* [Rework] Implement new version of fuzzy repliesVsevolod Stakhov2017-11-254-45/+128
* [Fix] Better handling of the legacy protocolVsevolod Stakhov2017-11-252-32/+36
* [Fix] Restore old style ratelimits supportVsevolod Stakhov2017-11-251-5/+17
* [Fix] Do not try to connect to non-supported addressesVsevolod Stakhov2017-11-251-0/+4
* [Minor] Fix config transformation with no groupsVsevolod Stakhov2017-11-251-6/+1
* [Minor] Use quarantine messageVsevolod Stakhov2017-11-242-2/+17
* [Feature] Allow to quarantine rejected messages using milter interfaceVsevolod Stakhov2017-11-234-5/+32
* [Fix] Fix parsing of the per-user scriptVsevolod Stakhov2017-11-201-20/+29