summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1710 from moisseev/spellingVsevolod Stakhov2017-06-2739-57/+57
|\ | | | | [Minor] Massive spelling correction
| * [Minor] Massive spelling correctionAlexander Moisseev2017-06-2739-57/+57
| | | | | | | | by a bot https://github.com/ka7/misspell_fixer
* | [Minor] Remove ragel versionVsevolod Stakhov2017-06-271-170/+0
| |
* | [CritFix] Switch from ragel to C for Content-Type parsingVsevolod Stakhov2017-06-275-43/+310
|/
* [Fix] Fix comparision logicVsevolod Stakhov2017-06-261-1/+1
|
* [Fix] Fix folding for arc headers when milter interface is usedVsevolod Stakhov2017-06-252-5/+10
|
* [Minor] Add milter flag when using milter protocolVsevolod Stakhov2017-06-251-0/+1
|
* [Minor] Allow to check for milter flag in a taskVsevolod Stakhov2017-06-251-0/+7
|
* [Minor] Allow to fold header in a different way using Lua APIVsevolod Stakhov2017-06-241-3/+22
|
* [Fix] Use `\n` to fold headers for milterVsevolod Stakhov2017-06-243-2/+31
|
* [Minor] Add ability to get symbols dynamic stats from LuaVsevolod Stakhov2017-06-241-0/+49
|
* [Feature] Add short_text_direct_hash for fuzzy check moduleVsevolod Stakhov2017-06-241-64/+175
|
* [Minor] Milter headers: remove x-spam; fix misprintAndrew Lewis2017-06-241-11/+1
|
* [Feature] Allow to customize spam header, remove existing spam headersVsevolod Stakhov2017-06-241-44/+107
|
* [Minor] Allow to use numeric database when parsing redis paramsVsevolod Stakhov2017-06-241-1/+6
|
* [Feature] Milter headers: remove-header routineAndrew Lewis2017-06-241-0/+10
|
* [Minor] Milter headers: s/x-spam-flag/x-spam/Andrew Lewis2017-06-231-5/+5
|
* [Minor] Lua_redis: Try clarify docs for :exec()Andrew Lewis2017-06-231-1/+1
|
* [Feature] Allow to use HTTPS when connecting to ClickhouseVsevolod Stakhov2017-06-221-6/+12
|
* [Feature] Allow to store symbols data in ClickhouseVsevolod Stakhov2017-06-221-1/+74
|
* [Minor] Fix element addedVsevolod Stakhov2017-06-221-4/+4
|
* [Feature] Add text_part:get_stats functionVsevolod Stakhov2017-06-213-3/+65
|
* [Minor] Add some more data to the spaces strip algorithmVsevolod Stakhov2017-06-212-0/+14
|
* [Feature] Store more data when stripping newlinesVsevolod Stakhov2017-06-212-25/+74
|
* [Minor] Remove dead codeAndrew Lewis2017-06-211-14/+0
|
* [Feature] Milter headers: Add X-Spam-Flag to rmilter-compatibility headersAndrew Lewis2017-06-211-4/+32
|
* [Feature] Rework newlines strip parser one more timeVsevolod Stakhov2017-06-214-91/+146
| | | | Issue: #1687
* [Minor] Return number of hits for a symbol when queryingVsevolod Stakhov2017-06-203-9/+9
|
* [Feature] Multimap: received filters for extracting TLDs from hostnamesAndrew Lewis2017-06-191-0/+8
|
* [Minor] Convert from rspamd_textVsevolod Stakhov2017-06-191-2/+2
|
* [Feature] Allow to disable specific workers in the configVsevolod Stakhov2017-06-194-0/+16
|
* [Minor] Add default values for dkim plugin confighelpVsevolod Stakhov2017-06-181-14/+14
|
* [Feature] Split long DKIM public keysVsevolod Stakhov2017-06-171-5/+28
| | | | Issue: #1676
* [Minor] Fix minor style issueVsevolod Stakhov2017-06-171-2/+4
|
* [Fix] Try to deal with brain-damaged milter behaviourVsevolod Stakhov2017-06-171-0/+18
|
* [Feature] milter_headers: add `extended_headers_rcpt` optionAlexander Moisseev2017-06-161-0/+51
| | | | | | | | Milter_headers module adds extended headers to messages if EVERY envelope recipient matches `extended_headers_rcpt` list. ``` extended_headers_rcpt = ["user1", "@example1.com", "user2@example2.com"]; ```
* [Fix] Fix rspamc detection in greylist moduleVsevolod Stakhov2017-06-151-5/+11
|
* [Feature] Support suppressing DMARC reports for some domainsAndrew Lewis2017-06-151-0/+9
|
* [Minor] Relax content type params values parserVsevolod Stakhov2017-06-141-1/+1
| | | | Issue: #1682
* [Fix] Milter: Don't defer on "greylist" actionAndrew Lewis2017-06-141-2/+2
|
* [Fix] Fix abstract context layoutVsevolod Stakhov2017-06-149-29/+53
|
* [Fix] Fix parsing IPv6 nameservers in resolv.confVsevolod Stakhov2017-06-144-11/+51
|
* [Minor] Pass rspamd_config to taskless TCP requestsVsevolod Stakhov2017-06-132-0/+2
|
* [Minor] Allow to specify config when doing TCP requestVsevolod Stakhov2017-06-131-10/+26
|
* [Fix] Allow to init resolver without rspamd_configVsevolod Stakhov2017-06-131-46/+42
|
* [Minor] Milter headers: fix extended_spam_headersAndrew Lewis2017-06-121-15/+22
|
* [Minor] Milter headers x-spamd-result: format numbers, remove spacesAndrew Lewis2017-06-121-2/+2
|
* [Feature] Milter headers: better controls for local/authenticatedAndrew Lewis2017-06-121-8/+35
|
* [Fix] Fix queue id macro in milterVsevolod Stakhov2017-06-121-2/+2
|
* [Fix] Fix logic of cached passwords checkVsevolod Stakhov2017-06-121-4/+25
| | | | Issue: #913