summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Use the correct context when dealing with attached messagesVsevolod Stakhov2017-04-051-2/+2
|
* [CritFix] Fix issue when parsing encoded rfc822/messagesVsevolod Stakhov2017-04-051-20/+37
|
* [Feature] Probabilistically skip metatokensVsevolod Stakhov2017-04-051-3/+51
|
* [Fix] Check return values from Lua functions called from CVsevolod Stakhov2017-04-053-47/+64
|
* [Minor] Fix headers_foreach invocationVsevolod Stakhov2017-04-052-2/+2
|
* [Fix] Fix processing of small tokens vectorsVsevolod Stakhov2017-04-041-3/+8
|
* [Feature] Ignore bayes with mostly metatokens or with too few textVsevolod Stakhov2017-04-041-2/+28
|
* [CritFix] Fix classifier learning with Redis backendVsevolod Stakhov2017-04-041-13/+59
|
* [Rework] Set token data as uint64_t instead of chars arrayVsevolod Stakhov2017-04-0411-96/+120
|
* [Fix] Fix parsing of options for workers with the same typeVsevolod Stakhov2017-04-041-1/+1
|
* [Minor] Fix out-of-bound readVsevolod Stakhov2017-04-041-2/+1
|
* [Minor] Allow to iterate mime headers as wellVsevolod Stakhov2017-04-042-0/+97
|
* [Feature] Add task:headers_foreach functionVsevolod Stakhov2017-04-043-50/+161
|
* [Minor] Explicitly set queue to NULL for top partVsevolod Stakhov2017-04-042-1/+4
|
* Merge pull request #1576 from humbapa/masterVsevolod Stakhov2017-04-041-1/+3
|\ | | | | Handle for ACC and OK messages from sophos
| * The same with 'OK SSSP' messagesMB2017-04-031-1/+1
| |
| * Handling ACC messages for sophosMB2017-04-031-1/+3
| |
* | [Feature] Store headers orderVsevolod Stakhov2017-04-036-16/+37
| |
* | [Minor] Do not ignore Lua metatokensVsevolod Stakhov2017-04-031-0/+2
| |
* | [Feature] Rework classifiers lua metatokensVsevolod Stakhov2017-04-031-33/+48
| |
* | [Minor] Add images shingles keys cachingVsevolod Stakhov2017-04-031-23/+2
| |
* | [Feature] Use cached shingles keysVsevolod Stakhov2017-04-031-20/+95
| |
* | [Minor] Use memcpyVsevolod Stakhov2017-04-031-4/+1
|/
* [Fix] Fix parsing of non-RFC compatible Exim receivedVsevolod Stakhov2017-04-023-52/+48
| | | | Issue: #1575
* Merge pull request #1570 from cpragadeesh/dmarc_sampled_outAndrew Lewis2017-04-011-4/+13
|\ | | | | added sampled_out dmarc report
| * added dmarc sampled_out reportingcpragadeesh2017-04-011-4/+13
| |
* | [Fix] Do not count sending and loading time in rspamcVsevolod Stakhov2017-04-013-20/+37
| |
* | [Minor] Delay freeing of tokens arrays when classifyingVsevolod Stakhov2017-03-311-2/+5
| |
* | [Minor] Some fixes for displaying tokens infoVsevolod Stakhov2017-03-312-11/+27
| |
* | [Feature] Store text tokens inside bayes tokensVsevolod Stakhov2017-03-313-11/+25
| |
* | [Minor] Some fixes for static buildVsevolod Stakhov2017-03-313-2/+7
| |
* | [Minor] Fix bad zero terminated assumptionVsevolod Stakhov2017-03-301-1/+2
| |
* | [Minor] Fix out-of-bound access issuesVsevolod Stakhov2017-03-301-4/+4
| |
* | [Fix] More fixes for inplace decodingVsevolod Stakhov2017-03-301-21/+38
| |
* | [Fix] Avoid lookup in absent hashVsevolod Stakhov2017-03-301-1/+1
|/ | | | Issue: #1569
* [Fix] Try to avoid modifications of the original dataVsevolod Stakhov2017-03-301-5/+16
|
* [Fix] URL redirector: Fix call to is_redirectorAndrew Lewis2017-03-301-1/+1
| | | | - Reported by: @dehnli
* [Fix] Fix typoAndrew Lewis2017-03-301-1/+1
| | | | | - Issue: #1567 - Reported by: @athanp
* [Minor] Fix some corner cases of foldingVsevolod Stakhov2017-03-301-3/+7
|
* [Minor] Properly deal with content type parameterVsevolod Stakhov2017-03-292-3/+5
|
* [Feature] Allow to process filenames from content typeVsevolod Stakhov2017-03-292-5/+25
|
* [Minor] Silence warningAndrew Lewis2017-03-291-1/+1
|
* [Fix] Fix archive scans for savapiChristian Roessner2017-03-291-4/+15
|
* [Fix] Add missing score normalisation for HFILTER_URL_ONLYAndrew Lewis2017-03-291-2/+3
| | | | | - Issue: #1565 - Reported by: @moisseev
* [Fix] Fix ip_score map configurationAndrew Lewis2017-03-291-3/+3
| | | | | - Issue: #1563 - Reported by: @Dmitry55
* [Minor] Improve style of enum definitionVsevolod Stakhov2017-03-281-10/+12
|
* [Minor] Force actions: show action in optionsAndrew Lewis2017-03-281-1/+1
|
* [Feature] Allow to get task's subjectVsevolod Stakhov2017-03-281-0/+28
|
* [Feature] Distinguish URLs found in SubjectVsevolod Stakhov2017-03-284-10/+30
|
* [Fix] Further fixes to avoid PHISHING FPVsevolod Stakhov2017-03-283-31/+95
|