summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Attach url reputation selectorVsevolod Stakhov2017-10-161-0/+1
* [Feature] Add urls reputation to the reputation frameworkVsevolod Stakhov2017-10-161-6/+130
* [Minor] Add spairs function to lua libVsevolod Stakhov2017-10-151-0/+34
* [CritFix] Fix memory leak in spf caching logicVsevolod Stakhov2017-10-141-3/+3
* [Fix] Plug memory leak in lua_tcpVsevolod Stakhov2017-10-142-6/+5
* [Minor] Add ip reputation setter logicVsevolod Stakhov2017-10-141-0/+47
* [Rework] Add frame for new reputation based IP score moduleVsevolod Stakhov2017-10-141-8/+151
* [Minor] Avoid out of boundary readsVsevolod Stakhov2017-10-141-2/+2
* [Minor] Plug memory leak in saving statsVsevolod Stakhov2017-10-141-0/+1
* [Feature] Periodically save rspamd stats to diskVsevolod Stakhov2017-10-141-0/+18
* [Feature] Allow to verify signatures from HTTP headers in mapsVsevolod Stakhov2017-10-141-4/+72
* [Minor] Do not pollute logs with strange error messageVsevolod Stakhov2017-10-131-1/+1
* [Fix] Fix processing of idempotent rules when autolearn failsVsevolod Stakhov2017-10-131-4/+10
* Merge pull request #1863 from fatalbanana/reputationVsevolod Stakhov2017-10-131-13/+11
|\
| * [Minor] Silence warningsAndrew Lewis2017-10-131-13/+11
|/
* [Feature] Support Expires header when using HTTP mapsVsevolod Stakhov2017-10-132-9/+82
* [Minor] Use config fieldVsevolod Stakhov2017-10-121-7/+8
* [Minor] Add some generic applicability settings for reputationVsevolod Stakhov2017-10-111-9/+50
* [Fix] SpamAssassin: Fail check_freemail_header if regexp didn't matchAndrew Lewis2017-10-101-0/+1
* [Minor] Save settings table in lua cacheVsevolod Stakhov2017-10-101-1/+7
* Merge pull request #1858 from gaetronik/fix-undefined-symbol-name-preprocessVsevolod Stakhov2017-10-101-4/+4
|\
| * Fix undefined symbol name in webui.Gaƫtan Duchaussois2017-10-101-4/+4
* | {Feature] Treat whitelisted recipients as a map in ratelimitVsevolod Stakhov2017-10-091-10/+24
* | [Minor} Allow to load maps directly from uclVsevolod Stakhov2017-10-091-3/+9
* | [Minor] Allow to add custom maps from ucl in LuaVsevolod Stakhov2017-10-093-0/+61
|/
* [Minor] Slightly optimize hash lookupVsevolod Stakhov2017-10-081-3/+3
* [Feature] Add DKIM trace symbolVsevolod Stakhov2017-10-081-2/+22
* [Minor] Further steps to get rid of metrics supportVsevolod Stakhov2017-10-087-49/+14
* [Minor] Adjust metric score when changing symbol's scoreVsevolod Stakhov2017-10-081-1/+2
* [Minor] Deny symbols adding on idempotent stageVsevolod Stakhov2017-10-081-0/+7
* [Minor] Remove multiple metrics support when adding resultsVsevolod Stakhov2017-10-081-16/+2
* [Minor] Start moving of ip reputation to the new frameworkVsevolod Stakhov2017-10-071-0/+5
* [Minor] Add redis backendVsevolod Stakhov2017-10-071-9/+87
* [Minor] Add basic DNS backend to the reputation pluginVsevolod Stakhov2017-10-071-4/+104
* [Feature] Add framing for the new reputation generic pluginVsevolod Stakhov2017-10-071-0/+254
* [Minor] Accept tables in lua_set_mempool_variableVsevolod Stakhov2017-10-071-2/+18
* [Minor] Allow to store buckets of numbers in lua mempoolVsevolod Stakhov2017-10-071-1/+71
* [Minor] Inject filename and scan time to json outputVsevolod Stakhov2017-10-061-0/+13
* [Fix] Fix obscured url in format user@@example.comVsevolod Stakhov2017-10-051-2/+9
* [Fix] Erase unknown HTML entitiesVsevolod Stakhov2017-10-051-2/+1
* [Minor] Filter NaN values when storing training dataVsevolod Stakhov2017-10-041-10/+17
* [Conf] Disable fann_redis module by defaultVsevolod Stakhov2017-10-031-0/+2
* [Fix] Authentication Results: Fix SPF smtp.mail_fromAndrew Lewis2017-10-031-2/+2
* Merge pull request #1854 from moisseev/testAndrew Lewis2017-10-032-0/+13
|\
| * [Test] Add test for next-to-last double bad extensionAlexander Moisseev2017-10-032-0/+13
|/
* [Fix] Fix DKIM forgeries via multiple headersVsevolod Stakhov2017-10-021-0/+16
* [Feature] Implement headers flags in mime parserVsevolod Stakhov2017-10-022-17/+28
* Merge pull request #1852 from moisseev/mime-typesVsevolod Stakhov2017-10-021-15/+26
|\
| * [Feature] Catch next-to-last bad extensionAlexander Moisseev2017-10-021-15/+26
|/
* [Minor] Skip non-needed attributes in 7zVsevolod Stakhov2017-10-011-41/+6