summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix some more issues with HTTP mapsVsevolod Stakhov2017-07-081-0/+6
|
* [Minor] Download updated data even if cache is still availableVsevolod Stakhov2017-07-071-6/+12
|
* [Fix] Fix emails module configurationVsevolod Stakhov2017-07-071-27/+23
|
* [Feature] Allow to specify custom delimiter in emails pluginVsevolod Stakhov2017-07-071-7/+8
|
* [Minor] Leave the real url request instead of Lua processedVsevolod Stakhov2017-07-071-1/+1
|
* [Feature] Improve maps checking frequencyVsevolod Stakhov2017-07-078-17/+36
|
* [Feature] Reload file maps more frequentlyAndrew Lewis2017-07-074-1/+24
|
* [Minor] RBL: don't register duplicate monitoringAndrew Lewis2017-07-071-1/+3
|
* [Feature] Allow to add custom processing script for surblVsevolod Stakhov2017-07-072-6/+82
|
* [Feature] Improve maps cached data lifetimeVsevolod Stakhov2017-07-072-48/+73
|
* [Minor] Further fixes to the monitored logicVsevolod Stakhov2017-07-064-14/+20
|
* [Feature] Improve monitored timeouts logicVsevolod Stakhov2017-07-061-7/+42
| | | | | | | We now reduce timeout on the first error when a monitored object is used and reduce it when we have subsequent errors when a monitored object is dead. In conjunction with the previous changes, it should make monitoring really clever and responsive.
* [Rework] Send health checks from a single workerVsevolod Stakhov2017-07-066-4/+61
|
* [Rework] Further steps towards one process monitoringVsevolod Stakhov2017-07-065-9/+129
|
* [Rework] Allow to use custom callback for monitored checksVsevolod Stakhov2017-07-063-3/+41
|
* [Feature] Add `-e` option for lua_replVsevolod Stakhov2017-07-061-22/+35
|
* [Feature] Implement per-line mode in lua_repl (like `perl -p`)Vsevolod Stakhov2017-07-061-23/+82
|
* [Minor] Reduce hfilter log noiseVsevolod Stakhov2017-07-051-1/+2
|
* [Feature] Allow to discard messages instead of rejectionVsevolod Stakhov2017-07-053-13/+32
| | | | Issue: #1723
* [Minor] Add /ping path to the controllerVsevolod Stakhov2017-07-051-0/+32
|
* [Fix] Milter sessions can live foreverVsevolod Stakhov2017-07-051-1/+1
|
* [Fix] Plug memory leakVsevolod Stakhov2017-07-052-3/+4
| | | | Issue: #1697
* [Minor] Tweaks for sessions cacheVsevolod Stakhov2017-07-044-7/+7
|
* [Feature] Enable sessions cache tracking for milter connectionsVsevolod Stakhov2017-07-045-13/+50
|
* [Feature] Add sessions cache to debug dangling sessionsVsevolod Stakhov2017-07-042-0/+134
|
* [Minor] Add configuration knobs for sessions cacheVsevolod Stakhov2017-07-043-0/+16
|
* [Minor] Do not overwrite score occasionallyVsevolod Stakhov2017-07-031-1/+7
|
* [Fix] Do not cache SPF records with macrosVsevolod Stakhov2017-07-032-1/+10
|
* [Feature] Support SPF macros transformationsVsevolod Stakhov2017-07-031-237/+326
|
* [Fix] Allow modifiers in SPF macrosVsevolod Stakhov2017-07-021-13/+8
|
* [Fix] Add missing `break` statementVsevolod Stakhov2017-07-011-0/+1
|
* [Feature] Allow to specify custom User-Agent for rspamcVsevolod Stakhov2017-07-011-2/+7
|
* [Fix] Normalize fuzzy probability betterVsevolod Stakhov2017-07-011-2/+1
|
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-015-7/+14
| | | | | | | | | | | | Rationale: controller worker is not designed to perform scan jobs, hence, we check for `Password` header or check `User-Agent` for `rspamc` and skip some of rules parts: - DMARC reports - Greylisting - Ratelimits - Ip score update - Clickhouse export
* [Minor] Reduce logger levelVsevolod Stakhov2017-06-301-1/+1
|
* [Fix] Do not overwrite score when setting pre-actionVsevolod Stakhov2017-06-301-4/+9
|
* [Minor] Clickhouse: add missing commaAndrew Lewis2017-06-301-1/+1
|
* [Minor] Lowercase email addressesVsevolod Stakhov2017-06-291-3/+3
|
* [Minor] Allow base32 encoding for emails requestVsevolod Stakhov2017-06-291-1/+7
|
* Merge pull request #1714 from fatalbanana/emailsVsevolod Stakhov2017-06-291-29/+23
|\ | | | | [Minor] Fix emails plugin
| * [Minor] Fix emails pluginAndrew Lewis2017-06-291-29/+23
| |
* | Merge pull request #1711 from moisseev/spellingVsevolod Stakhov2017-06-294-6/+6
|\ \ | |/ |/| [Refactor] Correct misspellings in program code
| * [Refactor] Correct misspelled variable name in lua_redisAlexander Moisseev2017-06-281-3/+3
| |
| * [Refactor] Correct misspelled `rspamd_smtp_recieved_parse`Alexander Moisseev2017-06-283-3/+3
| |
* | [Feature] Allow to check reply-to emailVsevolod Stakhov2017-06-291-1/+21
| |
* | [Feature] Normalize email aliases in emails moduleVsevolod Stakhov2017-06-291-9/+18
| |
* | [Minor] Allow to cut hashes when checking emailsVsevolod Stakhov2017-06-291-0/+6
| |
* | [Fix] Fix DKIM base64 folding for milter flagged messagesVsevolod Stakhov2017-06-281-2/+9
| |
* | [Fix] RBL: Fixed hashed email address lookupsAndrew Lewis2017-06-281-1/+1
| |
* | [Minor] Filter NaNs from ANN training vectorsVsevolod Stakhov2017-06-281-0/+1
|/