aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Catch next-to-last bad extensionAlexander Moisseev2017-10-021-15/+26
| | | | | | | e.g. .scr.xz This technique is commonly used by spammers as xz and bzip2 strip out extension on decompression. Also it catches xz and bzip2 compressed files with faked extensions like .scr.gz .scr.lzh .scr.uue.
* [Minor] Skip non-needed attributes in 7zVsevolod Stakhov2017-10-011-41/+6
|
* [Minor] Fix utf16 conversionVsevolod Stakhov2017-10-011-27/+7
|
* [Feature] Finalize 7zip files supportVsevolod Stakhov2017-10-011-13/+61
|
* [Minor] Add 7z files parsingVsevolod Stakhov2017-09-301-17/+189
|
* [Minor] Another useless 7zip section parserVsevolod Stakhov2017-09-301-0/+87
|
* [Minor] Further additions to 7zip parserVsevolod Stakhov2017-09-301-51/+273
|
* [Minor] More 7zip format support knobsVsevolod Stakhov2017-09-301-6/+303
|
* [Rework] Use floating point arithmetics in Rspamd expressionsVsevolod Stakhov2017-09-305-31/+32
|
* [Fix] Deal with zero scores symbolsVsevolod Stakhov2017-09-301-0/+4
|
* [Fix] Do not allow garbadge when checking url domainVsevolod Stakhov2017-09-291-1/+9
|
* [Fix] Milter headers: X-Spamd-Result header if X-Virus ran firstAndrew Lewis2017-09-281-14/+18
| | | | | | - Fixes: #1851 - Reported by: @iflyhigh - MFH: rspamd-1.6
* [Fix] Milter headers: skip_local / skip_authenticated settingsAndrew Lewis2017-09-281-4/+4
| | | | | | - Fixes: #1850 - Reported by: @iflyhigh - MFH: rspamd-1.6
* [Fix] Check for magic when checking for an archiveVsevolod Stakhov2017-09-271-1/+23
| | | | | | Issue: #1848 Closes: #1848 MFH: 1.6
* Merge pull request #1847 from fatalbanana/arVsevolod Stakhov2017-09-261-1/+4
|\ | | | | [Minor] Insert Authentication-Results at top of headers
| * [Minor] Insert Authentication-Results at top of headersAndrew Lewis2017-09-261-1/+4
| |
* | [Feature] Allow to adjust symbols scores from LuaVsevolod Stakhov2017-09-251-0/+75
| |
* | [Minor] Try to deal with idempotent symbols processingVsevolod Stakhov2017-09-241-0/+4
| | | | | | | | Issue: #1846
* | [Fix] Fix loading of per-user redis backend for statisticsVsevolod Stakhov2017-09-231-35/+33
|/ | | | | Issue: #1843 Closes: #1843
* [Minor] Move DKIM signature after receivedVsevolod Stakhov2017-09-231-1/+1
|
* [Feature] Allow to insert headers into specific positionVsevolod Stakhov2017-09-231-2/+38
|
* [Feature] More metatokensVsevolod Stakhov2017-09-231-1/+7
|
* [Feature] Add more text attributesVsevolod Stakhov2017-09-233-6/+34
|
* [Minor] Support INSHEADER in the milter APIVsevolod Stakhov2017-09-232-0/+2
|
* [Fix] Deal with URLs with no slashes after protocolVsevolod Stakhov2017-09-233-41/+73
|
* [Fix] Select the correct signature when doing simple canonVsevolod Stakhov2017-09-211-3/+7
| | | | | | Issue: #1841 Closes: #1841 MFH: rspamd-1.6
* [Minor] Avoid using allocaVsevolod Stakhov2017-09-191-2/+2
|
* [Minor] Silence warningAndrew Lewis2017-09-191-3/+1
|
* [Minor] Add preliminary 7z supportVsevolod Stakhov2017-09-182-0/+134
|
* [Feature] Improve subprocesses termination handleVsevolod Stakhov2017-09-174-2/+69
|
* [Feature] Allow to specify number of threads for ANN learningVsevolod Stakhov2017-09-171-0/+4
|
* [Fix] Kill spawned processes on terminationVsevolod Stakhov2017-09-171-10/+26
|
* [Fix] Multiple fixes in torch based ANN pluginsVsevolod Stakhov2017-09-171-12/+22
| | | | | | - Fix ANNs load - Fix disabling torch - Remove normalisation as we have tanh on output
* [Minor] Disable threaded mode in openblas by defaultVsevolod Stakhov2017-09-171-0/+4
|
* [Feature] Allow to disable torch and skip train samples for ANNVsevolod Stakhov2017-09-161-2/+12
|
* [Minor] Disable sse4.2 for torch...Vsevolod Stakhov2017-09-161-2/+2
|
* [Minor] Fix some warningsVsevolod Stakhov2017-09-161-5/+5
|
* [Fix] Fix ANN checksVsevolod Stakhov2017-09-161-22/+22
|
* [Fix] Skip nostat tokens when get number of tokensVsevolod Stakhov2017-09-164-5/+9
|
* [Fix] Further fixes to ANN moduleVsevolod Stakhov2017-09-161-15/+25
|
* [Fix] Do not include idempotent/nostat symbols to checksumVsevolod Stakhov2017-09-161-6/+12
|
* [Fix] Various fixes to fann_redis instantiationVsevolod Stakhov2017-09-161-31/+75
|
* [Minor] Improve tags lookup slightlyVsevolod Stakhov2017-09-151-134/+129
|
* [Feature] Improve parsing of DKIM keys: parse algorithmVsevolod Stakhov2017-09-151-31/+84
|
* [Feature] Add preliminary ecdsa keys support in DKIMVsevolod Stakhov2017-09-131-17/+66
|
* [Feature] Support sha512 in DKIM signaturesVsevolod Stakhov2017-09-131-3/+37
|
* [Minor] Use libicu to find uppercase lettersVsevolod Stakhov2017-09-121-15/+10
|
* [Minor] Fix misprintVsevolod Stakhov2017-09-111-2/+2
|
* Merge remote-tracking branch 'origin/master'Vsevolod Stakhov2017-09-112-2/+3
|\
| * [Minor] Fix testsAndrew Lewis2017-09-111-2/+1
| |