Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Allow named fuzzy rules | Vsevolod Stakhov | 2016-06-18 | 1 | -9/+63 |
| | |||||
* | [Fix] Fix timeout setup on learning | Vsevolod Stakhov | 2016-06-18 | 1 | -6/+1 |
| | |||||
* | [Fix] Fix redis timeouts processing logic | Vsevolod Stakhov | 2016-06-17 | 1 | -2/+7 |
| | |||||
* | [Fix] Check copy result when sending message to mirrors | Vsevolod Stakhov | 2016-06-17 | 1 | -0/+7 |
| | |||||
* | [Fix] Do not die if shmem_mkstemp fails | Vsevolod Stakhov | 2016-06-17 | 1 | -1/+4 |
| | |||||
* | Merge pull request #668 from andrejzverev/fuzzydoc | Vsevolod Stakhov | 2016-06-17 | 0 | -0/+0 |
|\ | | | | | [Doc] describe more `fuzzy` worker's options | ||||
| * | [Doc] describe more `fuzzy` worker's options | Andrej Zverev | 2016-06-17 | 1 | -3/+13 |
| | | |||||
* | | Merge pull request #667 from andrejzverev/master | Vsevolod Stakhov | 2016-06-17 | 3 | -13/+21 |
|\ \ | | | | | | | [Doc] Accent about `command options` help | ||||
| * \ | Merge branch 'master' of https://github.com/andrejzverev/rspamd | Andrej Zverev | 2016-06-17 | 1 | -3/+13 |
| |\ \ | |||||
| | * | | Update fuzzy_storage.md | Andrej Z | 2016-06-17 | 1 | -3/+13 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/vstakhov/rspamd | Andrej Zverev | 2016-06-17 | 1 | -140/+84 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| * | | [Doc] Accent about `command options` help | Andrej Zverev | 2016-06-17 | 2 | -10/+8 |
| | | | | | | | | | | | | [Minor] Correct rspamadm -v to display actual version intead of help | ||||
* | | | [Feature] Add different timeouts for proxy connections | Vsevolod Stakhov | 2016-06-17 | 1 | -7/+29 |
| | | | |||||
* | | | [Fix] Try to avoid recursive events deletions | Vsevolod Stakhov | 2016-06-17 | 1 | -4/+14 |
| |/ |/| | |||||
* | | [Fix] Finally rework and simplify redis backend for statistics | Vsevolod Stakhov | 2016-06-17 | 1 | -140/+84 |
|/ | |||||
* | [Fix] Restore redis runtime state | Vsevolod Stakhov | 2016-06-17 | 1 | -3/+2 |
| | |||||
* | [Minor] Add merge strategy for local metric configuration | Vsevolod Stakhov | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #666 from larryhynes/configuration | Vsevolod Stakhov | 2016-06-17 | 3 | -68/+39 |
|\ | | | | | [Doc] Initial corrections to configuration section | ||||
| * | [Doc] Correct configuration/settings.md | Larry Hynes | 2016-06-16 | 1 | -18/+12 |
| | | |||||
| * | [Doc] Correct configuration/logging.md | Larry Hynes | 2016-06-16 | 1 | -19/+15 |
| | | |||||
| * | [Doc] Correct configuration/index.md | Larry Hynes | 2016-06-16 | 1 | -31/+12 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Larry Hynes | 2016-06-16 | 99 | -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 parts | Vsevolod Stakhov | 2016-06-16 | 4 | -19/+86 |
| | | |||||
* | | [Fix] Strip '\r\n' properly | Vsevolod Stakhov | 2016-06-16 | 1 | -0/+4 |
| | | |||||
* | | [Fix] More fixes about shared memory in proxy | Vsevolod Stakhov | 2016-06-16 | 1 | -12/+13 |
| | | |||||
* | | [Fix] One more try to fix redis | Vsevolod Stakhov | 2016-06-16 | 1 | -2/+2 |
| | | |||||
* | | [Feature] Use one pass to remove newlines and store their positions | Vsevolod Stakhov | 2016-06-16 | 2 | -19/+27 |
| | | |||||
* | | [Fix] Fix descriptors leak on shmem detaching | Vsevolod Stakhov | 2016-06-16 | 1 | -0/+6 |
| | | |||||
* | | [Fix] More and more fixes to redis states | Vsevolod Stakhov | 2016-06-16 | 1 | -2/+9 |
| | | |||||
* | | [Fix] Another try to fix redis states | Vsevolod Stakhov | 2016-06-16 | 1 | -17/+23 |
| | | |||||
* | | [Fix] Set terminated state before calling of async free | Vsevolod Stakhov | 2016-06-16 | 1 | -8/+5 |
| | | |||||
* | | [Fix] Fix state on timeout | Vsevolod Stakhov | 2016-06-16 | 1 | -1/+1 |
| | | |||||
* | | [Fix] Another try to fix redis mess | Vsevolod Stakhov | 2016-06-16 | 1 | -12/+13 |
| | | |||||
* | | [Fix] Fix redis timeout events handling | Vsevolod Stakhov | 2016-06-16 | 1 | -1/+7 |
| | | |||||
* | | [Minor] Add some more tests | Vsevolod Stakhov | 2016-06-16 | 1 | -3/+5 |
| | | |||||
* | | [Feature] Try to read on fuzzy timeout to avoid fake timeouts | Vsevolod Stakhov | 2016-06-16 | 1 | -59/+104 |
| | | |||||
* | | Merge pull request #659 from moisseev/patch-1 | Vsevolod Stakhov | 2016-06-15 | 1 | -0/+3 |
|\ \ | | | | | | | [Minor] Add includes for `classifier "bayes"` | ||||
| * | | [Minor] Add includes for `classifier "bayes"` | Alexander Moisseev | 2016-06-13 | 1 | -0/+3 |
| | | | | | | | | | to avoid redefining everything in the classifier configuration. | ||||
* | | | Merge pull request #664 from moisseev/patch-2 | Vsevolod Stakhov | 2016-06-15 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | [Minor] Add `application/octet-stream` mime type for `pdf` extension | ||||
| * | | | [Minor] Add `application/octet-stream` mime type for `pdf` extension | Alexander Moisseev | 2016-06-15 | 1 | -1/+4 |
| | | | | | | | | | | | | The `application/octet-stream` mime type is commonly used for `pdf` files by variety of automated mailing systems. | ||||
* | | | | [Feature] Add ESMTPSA received type | Vsevolod Stakhov | 2016-06-15 | 4 | -1/+9 |
| | | | | |||||
* | | | | [Fix] Fix stack growing | Vsevolod Stakhov | 2016-06-15 | 1 | -1/+2 |
| | | | | |||||
* | | | | [Feature] Further relax parser | Vsevolod Stakhov | 2016-06-15 | 2 | -4/+6 |
| | | | | |||||
* | | | | [Fix] Fix parsing of nested braces in SMTP comments | Vsevolod Stakhov | 2016-06-15 | 3 | -5/+24 |
|/ / / | |||||
* | | | [Fix] Fix parser | Vsevolod Stakhov | 2016-06-15 | 2 | -3/+11 |
| | | | |||||
* | | | [Feature] Parse received timestamp | Vsevolod Stakhov | 2016-06-15 | 3 | -5/+10 |
| | | | |||||
* | | | [Feature] Parse received date and ESMTPA proto | Vsevolod Stakhov | 2016-06-15 | 4 | -6/+35 |
| | | | |||||
* | | | [Minor] Add some more stats | Vsevolod Stakhov | 2016-06-14 | 1 | -2/+25 |
| | | | |||||
* | | | [Minor] Fix memory allocation | Vsevolod Stakhov | 2016-06-14 | 1 | -1/+1 |
| | | | |||||
* | | | [Minor] Add a simple received parser benchmark routine | Vsevolod Stakhov | 2016-06-14 | 4 | -3/+108 |
| | | |