Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Use the correct context when dealing with attached messages | Vsevolod Stakhov | 2017-04-05 | 1 | -2/+2 | |
| | ||||||
* | [CritFix] Fix issue when parsing encoded rfc822/messages | Vsevolod Stakhov | 2017-04-05 | 1 | -20/+37 | |
| | ||||||
* | [Feature] Probabilistically skip metatokens | Vsevolod Stakhov | 2017-04-05 | 1 | -3/+51 | |
| | ||||||
* | [Fix] Check return values from Lua functions called from C | Vsevolod Stakhov | 2017-04-05 | 3 | -47/+64 | |
| | ||||||
* | [Minor] Fix headers_foreach invocation | Vsevolod Stakhov | 2017-04-05 | 2 | -2/+2 | |
| | ||||||
* | [Fix] Fix processing of small tokens vectors | Vsevolod Stakhov | 2017-04-04 | 1 | -3/+8 | |
| | ||||||
* | [Feature] Ignore bayes with mostly metatokens or with too few text | Vsevolod Stakhov | 2017-04-04 | 1 | -2/+28 | |
| | ||||||
* | [CritFix] Fix classifier learning with Redis backend | Vsevolod Stakhov | 2017-04-04 | 1 | -13/+59 | |
| | ||||||
* | [Rework] Set token data as uint64_t instead of chars array | Vsevolod Stakhov | 2017-04-04 | 11 | -96/+120 | |
| | ||||||
* | [Fix] Fix parsing of options for workers with the same type | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix out-of-bound read | Vsevolod Stakhov | 2017-04-04 | 1 | -2/+1 | |
| | ||||||
* | [Minor] Allow to iterate mime headers as well | Vsevolod Stakhov | 2017-04-04 | 2 | -0/+97 | |
| | ||||||
* | [Feature] Add task:headers_foreach function | Vsevolod Stakhov | 2017-04-04 | 3 | -50/+161 | |
| | ||||||
* | [Minor] Explicitly set queue to NULL for top part | Vsevolod Stakhov | 2017-04-04 | 2 | -1/+4 | |
| | ||||||
* | Merge pull request #1576 from humbapa/master | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+3 | |
|\ | | | | | Handle for ACC and OK messages from sophos | |||||
| * | The same with 'OK SSSP' messages | MB | 2017-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | Handling ACC messages for sophos | MB | 2017-04-03 | 1 | -1/+3 | |
| | | ||||||
* | | [Feature] Store headers order | Vsevolod Stakhov | 2017-04-03 | 6 | -16/+37 | |
| | | ||||||
* | | [Minor] Do not ignore Lua metatokens | Vsevolod Stakhov | 2017-04-03 | 1 | -0/+2 | |
| | | ||||||
* | | [Feature] Rework classifiers lua metatokens | Vsevolod Stakhov | 2017-04-03 | 1 | -33/+48 | |
| | | ||||||
* | | [Minor] Add images shingles keys caching | Vsevolod Stakhov | 2017-04-03 | 1 | -23/+2 | |
| | | ||||||
* | | [Feature] Use cached shingles keys | Vsevolod Stakhov | 2017-04-03 | 1 | -20/+95 | |
| | | ||||||
* | | [Minor] Use memcpy | Vsevolod Stakhov | 2017-04-03 | 1 | -4/+1 | |
|/ | ||||||
* | [Fix] Fix parsing of non-RFC compatible Exim received | Vsevolod Stakhov | 2017-04-02 | 3 | -52/+48 | |
| | | | | Issue: #1575 | |||||
* | Merge pull request #1570 from cpragadeesh/dmarc_sampled_out | Andrew Lewis | 2017-04-01 | 1 | -4/+13 | |
|\ | | | | | added sampled_out dmarc report | |||||
| * | added dmarc sampled_out reporting | cpragadeesh | 2017-04-01 | 1 | -4/+13 | |
| | | ||||||
* | | [Fix] Do not count sending and loading time in rspamc | Vsevolod Stakhov | 2017-04-01 | 3 | -20/+37 | |
| | | ||||||
* | | [Minor] Delay freeing of tokens arrays when classifying | Vsevolod Stakhov | 2017-03-31 | 1 | -2/+5 | |
| | | ||||||
* | | [Minor] Some fixes for displaying tokens info | Vsevolod Stakhov | 2017-03-31 | 2 | -11/+27 | |
| | | ||||||
* | | [Feature] Store text tokens inside bayes tokens | Vsevolod Stakhov | 2017-03-31 | 3 | -11/+25 | |
| | | ||||||
* | | [Minor] Some fixes for static build | Vsevolod Stakhov | 2017-03-31 | 3 | -2/+7 | |
| | | ||||||
* | | [Minor] Fix bad zero terminated assumption | Vsevolod Stakhov | 2017-03-30 | 1 | -1/+2 | |
| | | ||||||
* | | [Minor] Fix out-of-bound access issues | Vsevolod Stakhov | 2017-03-30 | 1 | -4/+4 | |
| | | ||||||
* | | [Fix] More fixes for inplace decoding | Vsevolod Stakhov | 2017-03-30 | 1 | -21/+38 | |
| | | ||||||
* | | [Fix] Avoid lookup in absent hash | Vsevolod Stakhov | 2017-03-30 | 1 | -1/+1 | |
|/ | | | | Issue: #1569 | |||||
* | [Fix] Try to avoid modifications of the original data | Vsevolod Stakhov | 2017-03-30 | 1 | -5/+16 | |
| | ||||||
* | [Fix] URL redirector: Fix call to is_redirector | Andrew Lewis | 2017-03-30 | 1 | -1/+1 | |
| | | | | - Reported by: @dehnli | |||||
* | [Fix] Fix typo | Andrew Lewis | 2017-03-30 | 1 | -1/+1 | |
| | | | | | - Issue: #1567 - Reported by: @athanp | |||||
* | [Minor] Fix some corner cases of folding | Vsevolod Stakhov | 2017-03-30 | 1 | -3/+7 | |
| | ||||||
* | [Minor] Properly deal with content type parameter | Vsevolod Stakhov | 2017-03-29 | 2 | -3/+5 | |
| | ||||||
* | [Feature] Allow to process filenames from content type | Vsevolod Stakhov | 2017-03-29 | 2 | -5/+25 | |
| | ||||||
* | [Minor] Silence warning | Andrew Lewis | 2017-03-29 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Fix archive scans for savapi | Christian Roessner | 2017-03-29 | 1 | -4/+15 | |
| | ||||||
* | [Fix] Add missing score normalisation for HFILTER_URL_ONLY | Andrew Lewis | 2017-03-29 | 1 | -2/+3 | |
| | | | | | - Issue: #1565 - Reported by: @moisseev | |||||
* | [Fix] Fix ip_score map configuration | Andrew Lewis | 2017-03-29 | 1 | -3/+3 | |
| | | | | | - Issue: #1563 - Reported by: @Dmitry55 | |||||
* | [Minor] Improve style of enum definition | Vsevolod Stakhov | 2017-03-28 | 1 | -10/+12 | |
| | ||||||
* | [Minor] Force actions: show action in options | Andrew Lewis | 2017-03-28 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow to get task's subject | Vsevolod Stakhov | 2017-03-28 | 1 | -0/+28 | |
| | ||||||
* | [Feature] Distinguish URLs found in Subject | Vsevolod Stakhov | 2017-03-28 | 4 | -10/+30 | |
| | ||||||
* | [Fix] Further fixes to avoid PHISHING FP | Vsevolod Stakhov | 2017-03-28 | 3 | -31/+95 | |
| |