aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Allow named fuzzy rulesVsevolod Stakhov2016-06-181-9/+63
|
* [Fix] Fix timeout setup on learningVsevolod Stakhov2016-06-181-6/+1
|
* [Fix] Fix redis timeouts processing logicVsevolod Stakhov2016-06-171-2/+7
|
* [Fix] Check copy result when sending message to mirrorsVsevolod Stakhov2016-06-171-0/+7
|
* [Fix] Do not die if shmem_mkstemp failsVsevolod Stakhov2016-06-171-1/+4
|
* Merge pull request #668 from andrejzverev/fuzzydocVsevolod Stakhov2016-06-170-0/+0
|\ | | | | [Doc] describe more `fuzzy` worker's options
| * [Doc] describe more `fuzzy` worker's optionsAndrej Zverev2016-06-171-3/+13
| |
* | Merge pull request #667 from andrejzverev/masterVsevolod Stakhov2016-06-173-13/+21
|\ \ | | | | | | [Doc] Accent about `command options` help
| * \ Merge branch 'master' of https://github.com/andrejzverev/rspamdAndrej Zverev2016-06-171-3/+13
| |\ \
| | * | Update fuzzy_storage.mdAndrej Z2016-06-171-3/+13
| | | |
| * | | Merge branch 'master' of https://github.com/vstakhov/rspamdAndrej Zverev2016-06-171-140/+84
| |\ \ \ | | |/ / | |/| / | | |/
| * | [Doc] Accent about `command options` helpAndrej Zverev2016-06-172-10/+8
| | | | | | | | | | | | [Minor] Correct rspamadm -v to display actual version intead of help
* | | [Feature] Add different timeouts for proxy connectionsVsevolod Stakhov2016-06-171-7/+29
| | |
* | | [Fix] Try to avoid recursive events deletionsVsevolod Stakhov2016-06-171-4/+14
| |/ |/|
* | [Fix] Finally rework and simplify redis backend for statisticsVsevolod Stakhov2016-06-171-140/+84
|/
* [Fix] Restore redis runtime stateVsevolod Stakhov2016-06-171-3/+2
|
* [Minor] Add merge strategy for local metric configurationVsevolod Stakhov2016-06-171-1/+1
|
* Merge pull request #666 from larryhynes/configurationVsevolod Stakhov2016-06-173-68/+39
|\ | | | | [Doc] Initial corrections to configuration section
| * [Doc] Correct configuration/settings.mdLarry Hynes2016-06-161-18/+12
| |
| * [Doc] Correct configuration/logging.mdLarry Hynes2016-06-161-19/+15
| |
| * [Doc] Correct configuration/index.mdLarry Hynes2016-06-161-31/+12
| |
| * Merge remote-tracking branch 'upstream/master'Larry Hynes2016-06-1699-2615/+4264
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (110 commits) [Fix] Fix detection of URLs in text parts [Fix] Strip '\r\n' properly [Fix] More fixes about shared memory in proxy [Fix] One more try to fix redis [Feature] Use one pass to remove newlines and store their positions [Fix] Fix descriptors leak on shmem detaching [Fix] More and more fixes to redis states [Fix] Another try to fix redis states [Fix] Set terminated state before calling of async free [Fix] Fix state on timeout [Fix] Another try to fix redis mess [Fix] Fix redis timeout events handling [Minor] Add some more tests [Feature] Try to read on fuzzy timeout to avoid fake timeouts [Feature] Add ESMTPSA received type [Fix] Fix stack growing [Feature] Further relax parser [Fix] Fix parsing of nested braces in SMTP comments [Minor] Add `application/octet-stream` mime type for `pdf` extension [Fix] Fix parser ...
* | [Fix] Fix detection of URLs in text partsVsevolod Stakhov2016-06-164-19/+86
| |
* | [Fix] Strip '\r\n' properlyVsevolod Stakhov2016-06-161-0/+4
| |
* | [Fix] More fixes about shared memory in proxyVsevolod Stakhov2016-06-161-12/+13
| |
* | [Fix] One more try to fix redisVsevolod Stakhov2016-06-161-2/+2
| |
* | [Feature] Use one pass to remove newlines and store their positionsVsevolod Stakhov2016-06-162-19/+27
| |
* | [Fix] Fix descriptors leak on shmem detachingVsevolod Stakhov2016-06-161-0/+6
| |
* | [Fix] More and more fixes to redis statesVsevolod Stakhov2016-06-161-2/+9
| |
* | [Fix] Another try to fix redis statesVsevolod Stakhov2016-06-161-17/+23
| |
* | [Fix] Set terminated state before calling of async freeVsevolod Stakhov2016-06-161-8/+5
| |
* | [Fix] Fix state on timeoutVsevolod Stakhov2016-06-161-1/+1
| |
* | [Fix] Another try to fix redis messVsevolod Stakhov2016-06-161-12/+13
| |
* | [Fix] Fix redis timeout events handlingVsevolod Stakhov2016-06-161-1/+7
| |
* | [Minor] Add some more testsVsevolod Stakhov2016-06-161-3/+5
| |
* | [Feature] Try to read on fuzzy timeout to avoid fake timeoutsVsevolod Stakhov2016-06-161-59/+104
| |
* | Merge pull request #659 from moisseev/patch-1Vsevolod Stakhov2016-06-151-0/+3
|\ \ | | | | | | [Minor] Add includes for `classifier "bayes"`
| * | [Minor] Add includes for `classifier "bayes"`Alexander Moisseev2016-06-131-0/+3
| | | | | | | | | to avoid redefining everything in the classifier configuration.
* | | Merge pull request #664 from moisseev/patch-2Vsevolod Stakhov2016-06-151-1/+4
|\ \ \ | | | | | | | | [Minor] Add `application/octet-stream` mime type for `pdf` extension
| * | | [Minor] Add `application/octet-stream` mime type for `pdf` extensionAlexander Moisseev2016-06-151-1/+4
| | | | | | | | | | | | The `application/octet-stream` mime type is commonly used for `pdf` files by variety of automated mailing systems.
* | | | [Feature] Add ESMTPSA received typeVsevolod Stakhov2016-06-154-1/+9
| | | |
* | | | [Fix] Fix stack growingVsevolod Stakhov2016-06-151-1/+2
| | | |
* | | | [Feature] Further relax parserVsevolod Stakhov2016-06-152-4/+6
| | | |
* | | | [Fix] Fix parsing of nested braces in SMTP commentsVsevolod Stakhov2016-06-153-5/+24
|/ / /
* | | [Fix] Fix parserVsevolod Stakhov2016-06-152-3/+11
| | |
* | | [Feature] Parse received timestampVsevolod Stakhov2016-06-153-5/+10
| | |
* | | [Feature] Parse received date and ESMTPA protoVsevolod Stakhov2016-06-154-6/+35
| | |
* | | [Minor] Add some more statsVsevolod Stakhov2016-06-141-2/+25
| | |
* | | [Minor] Fix memory allocationVsevolod Stakhov2016-06-141-1/+1
| | |
* | | [Minor] Add a simple received parser benchmark routineVsevolod Stakhov2016-06-144-3/+108
| | |