Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Sort error ips by number of errors | Vsevolod Stakhov | 2022-03-29 | 1 | -6/+10 |
| | |||||
* | [Minor] Use a more neat approach | Vsevolod Stakhov | 2022-03-28 | 1 | -14/+13 |
| | |||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 74 | -76/+76 |
| | |||||
* | [Minor] lua_scanner - spamassassin - another try to match all spamd returns | Carsten Rosenberg | 2022-03-17 | 1 | -11/+10 |
| | | | | fix #4088 | ||||
* | [Minor] Fix detection for some csv cases | Vsevolod Stakhov | 2022-03-13 | 1 | -0/+6 |
| | |||||
* | [Minor] Fix use of task:get_symbol | Vsevolod Stakhov | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4093 from citrin/str_endswith | Vsevolod Stakhov | 2022-02-28 | 1 | -1/+1 |
|\ | | | | | [Minor] Microoptimize lua_util.str_endswith | ||||
| * | [Minor] Microoptimize lua_util.str_endswith | Anton Yuzhaninov | 2022-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Use find to check string suffix instead of sub (which involves string interning of a returned string). Benchmarks with LuaJIT 2.1.0 shows that an option with find is significantly faster. While here added unit test for this function. | ||||
* | | [Minor] lua_scanners - icap - lua linting | Carsten Rosenberg | 2022-02-27 | 1 | -8/+10 |
| | | |||||
* | | [Minor] lua_scanners - icap - adjust threat_table function | Carsten Rosenberg | 2022-02-27 | 1 | -41/+34 |
| | | |||||
* | | [Minor] lua_scanners - icap - update compatibility | Carsten Rosenberg | 2022-02-27 | 1 | -3/+7 |
| | | |||||
* | | [Minor] lua_scanners - icap - add another variant of icap return | Carsten Rosenberg | 2022-02-27 | 1 | -13/+25 |
|/ | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 19 | -46/+46 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Disable Received tokens | moisseev | 2022-02-10 | 1 | -0/+6 |
| | |||||
* | [Rework] Make `rspamadm dmarc_report` default behaviour more sane | Vsevolod Stakhov | 2022-02-06 | 1 | -13/+27 |
| | | | | Issue: #4062 | ||||
* | [Minor] Fix for random monitored | Vsevolod Stakhov | 2022-01-16 | 1 | -0/+1 |
| | | | | Reported by: @moisseev | ||||
* | [Minor] Add authentication results parser function | Vsevolod Stakhov | 2022-01-08 | 1 | -0/+24 |
| | |||||
* | [Fix] Avoid overwriting whitelisted_signers_map | Reto Kupferschmid | 2021-12-24 | 1 | -0/+2 |
| | |||||
* | [Minor] Use unhex utility | Vsevolod Stakhov | 2021-12-21 | 1 | -5/+2 |
| | |||||
* | [Minor] Add unhex utility | Vsevolod Stakhov | 2021-12-21 | 1 | -0/+15 |
| | |||||
* | [Minor] Enable redis periodics for the fuzzy worker | Vsevolod Stakhov | 2021-12-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Antivirus: Improve parts selection | Vsevolod Stakhov | 2021-12-15 | 1 | -2/+3 |
| | |||||
* | [Minor] Dmarc: Fold header using specific newline type | Vsevolod Stakhov | 2021-12-14 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix schema and add size in all cases | Vsevolod Stakhov | 2021-12-09 | 1 | -1/+3 |
| | |||||
* | [Fix] Output service parts as well | Vsevolod Stakhov | 2021-12-09 | 1 | -4/+16 |
| | |||||
* | [Minor] Dmarc_report: Fix automatic dates filling | Vsevolod Stakhov | 2021-12-07 | 1 | -5/+9 |
| | |||||
* | [Feature] Lua_magic: Add a sane CSV heuristic | Vsevolod Stakhov | 2021-12-03 | 1 | -1/+65 |
| | |||||
* | [Minor] Fix ip validity check | Vsevolod Stakhov | 2021-12-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove unused function | Vsevolod Stakhov | 2021-11-29 | 1 | -15/+2 |
| | |||||
* | [Feature] Lua_mime: Add schema for message transfer | Vsevolod Stakhov | 2021-11-27 | 1 | -0/+72 |
| | |||||
* | [Minor] Lua_mime: Flatten headers array | Vsevolod Stakhov | 2021-11-27 | 1 | -2/+15 |
| | |||||
* | [Minor] Pet luacheck temporarily | Vsevolod Stakhov | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | [Feature] Add public suffic compilation utility | Vsevolod Stakhov | 2021-11-25 | 1 | -0/+83 |
| | | | | Issue: #3984 | ||||
* | [Test] Add unit test for message to ucl function | Vsevolod Stakhov | 2021-11-24 | 1 | -3/+6 |
| | |||||
* | [Minor] Slightly rework the table filling | Vsevolod Stakhov | 2021-11-24 | 1 | -23/+35 |
| | |||||
* | [Minor] Remove redundent MIME from/recipients. Add from_ip. | bradleydoherty59 | 2021-11-23 | 1 | -5/+1 |
| | |||||
* | [Minor] Store Envelope (SMTP) information on structured task as task.envelope. | bradleydoherty59 | 2021-11-23 | 1 | -0/+13 |
| | |||||
* | [Test] Fix neural plugin tests | Pragadeesh Chandiran | 2021-11-22 | 1 | -4/+4 |
| | |||||
* | [Minor] Mx check: Emit quit command | Vsevolod Stakhov | 2021-11-21 | 1 | -2/+2 |
| | | | | Issue: #3966 | ||||
* | [Minor] Rbl: Add url_full_hostname option | Vsevolod Stakhov | 2021-11-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3980 from cpragadeesh/roc_implementation | Vsevolod Stakhov | 2021-11-15 | 1 | -5/+156 |
|\ | | | | | [Feature] Add ROC based threshold estimation for neural network plugin | ||||
| * | [Feature] Add ROC feature to neural network plugin | Pragadeesh Chandiran | 2021-11-15 | 1 | -5/+156 |
| | | |||||
* | | [Minor] Allow headers addition if configured | Vsevolod Stakhov | 2021-11-12 | 1 | -0/+13 |
| | | |||||
* | | [Minor] Add analysis logging | Vsevolod Stakhov | 2021-11-12 | 1 | -1/+6 |
| | | |||||
* | | [Minor] Allow to get the maximum message size | Vsevolod Stakhov | 2021-11-12 | 1 | -21/+67 |
| | | |||||
* | | [Minor] Add default score for cloudmark | Vsevolod Stakhov | 2021-11-12 | 1 | -1/+1 |
| | | |||||
* | | [Feature] Add support of Cloudmark | moisseev | 2021-11-12 | 2 | -0/+305 |
| | | | | | | | | in the external services plugin | ||||
* | | [Minor] Fix signing with `skip_process` flag | Vsevolod Stakhov | 2021-11-11 | 1 | -4/+0 |
|/ | |||||
* | Merge pull request #3969 from HeinleinSupport/fix/lua_cfg_transform | Vsevolod Stakhov | 2021-11-09 | 1 | -4/+10 |
|\ | | | | | [Fix] lua_cfg_transform - silly break breaks actions |