aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Allow to print IP and port from Lua...Vsevolod Stakhov2017-12-221-3/+9
|
* [Minor] Deal with broken params encoded in quotesVsevolod Stakhov2017-12-211-1/+1
| | | | Issue: #1969 (partially)
* [Minor] Add missing tabs for X-Spam-Result headerChristian Roessner2017-12-211-1/+1
|
* [Feature] Add 'composites' debug moduleVsevolod Stakhov2017-12-204-3/+48
|
* [Minor] Store composite expression in composite structureVsevolod Stakhov2017-12-204-40/+5
|
* [Minor] Couple of minor fixesVsevolod Stakhov2017-12-192-8/+7
|
* [Fix] Do not expose spamtrap messages to SMTP replyVsevolod Stakhov2017-12-181-3/+15
| | | | Issue: #1964
* [Fix] RBL: received: deal with missing data (#1965)Andrew Lewis2017-12-181-1/+2
|
* Merge pull request #1962 from fatalbanana/rbl_rcvdVsevolod Stakhov2017-12-161-13/+79
|\ | | | | [Feature] RBL: received: filtering by position & flags
| * [Feature] RBL: received: filtering by position & flagsAndrew Lewis2017-12-121-13/+79
| | | | | | | | - Also filter artificial header always
* | [Minor] Rework fann_redis to use redis scripts frameworkVsevolod Stakhov2017-12-161-205/+49
| |
* | [Minor] Allow to get all upstreams from the list in LuaVsevolod Stakhov2017-12-161-0/+35
| |
* | [Minor] Set pointer to NULL after usage to avoid confusionVsevolod Stakhov2017-12-151-3/+4
| |
* | [Minor] Add some sanity checks when doing simple canonicalizationVsevolod Stakhov2017-12-151-5/+8
| |
* | [Fix] Handle proxy copy errorsVsevolod Stakhov2017-12-143-7/+38
| |
* | [Minor] Add some tags limit to avoid HTML parser DoSVsevolod Stakhov2017-12-132-17/+36
| |
* | [CritFix] Add sanity guards for badly broken HTMLVsevolod Stakhov2017-12-131-2/+11
| |
* | Merge pull request #1961 from fatalbanana/url_parenVsevolod Stakhov2017-12-121-0/+2
|\ \ | | | | | | [Fix] Deal with URLs wrapped in [] in text parts
| * | [Fix] Deal with URLs wrapped in [] in text partsAndrew Lewis2017-12-121-0/+2
| |/
* / [Fix] Multimap: received: filtering of artificial headerAndrew Lewis2017-12-121-1/+1
|/
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2017-12-114-4/+4
|
* [Minor] Reformat and fix minor style issues in rescoreVsevolod Stakhov2017-12-111-103/+101
|
* [Feature] Allow to generate DKIM keys from rspamadm APIVsevolod Stakhov2017-12-091-28/+95
|
* [Minor] Do not free empty errorVsevolod Stakhov2017-12-092-2/+3
|
* [Minor] Avoid double scheduling for mapsVsevolod Stakhov2017-12-092-1/+9
|
* [Minor] Use jemalloc hinting to select the appropriate pool sizeVsevolod Stakhov2017-12-091-5/+13
|
* [Fix] Optimize rspamd_fstring_t reallocationsVsevolod Stakhov2017-12-092-29/+10
|
* [Feature] Support etag for HTTP mapsVsevolod Stakhov2017-12-092-39/+83
|
* Merge pull request #1950 from moisseev/mime_typesVsevolod Stakhov2017-12-081-3/+3
|\ | | | | [Fix] mime_types: fix next-to-last extension length check
| * [Fix] mime_types: fix next-to-last extension length checkAlexander Moisseev2017-12-081-3/+3
| |
* | Merge pull request #1951 from fatalbanana/exim_rcvdVsevolod Stakhov2017-12-081-5/+5
|\ \ | |/ |/| Fix Exim Received header protocol parsing
| * [Fix] Exim Received header protocol parsingAndrew Lewis2017-12-081-5/+5
| | | | | | | | - MFH: rspamd-1.6
* | Merge pull request #1946 from cpragadeesh/rescore-filterVsevolod Stakhov2017-12-074-0/+268
|\ \ | | | | | | [Feature] added corpus_test, rescore commands
| * | 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 check
| * | [Fix] Once more (#1879) fix bad extension checkAlexander Moisseev2017-12-061-13/+14
| | | | | | | | | | | | when next-to-last extension is a number or date, e.g. 06.12.2017.scr
* | | [Fix] Use decoded values when parsing mime addressesVsevolod Stakhov2017-12-061-4/+4
| | | | | | | | | | | | Not MFH, needs testing...
* | | [Fix] Check decoded headers sanity (e.g. by excluding \0)Vsevolod Stakhov2017-12-061-0/+15
|/ / | | | | | | MFH: rspamd-1.6
* | Merge pull request #1944 from fatalbanana/fcwVsevolod Stakhov2017-12-061-0/+28
|\ \ | | | | | | [Feature] Hash whitelist for fuzzy_check
| * | [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
|