Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Spamassassin: Fix caching logic | Vsevolod Stakhov | 2020-05-28 | 1 | -11/+16 |
| | |||||
* | [Minor] Penalize EXE files in RAR archives | moisseev | 2020-05-28 | 1 | -2/+19 |
| | | | | that have generic split file extensions (e.g. .001) | ||||
* | [Fix] Spamassassin: Rework metas processing | Vsevolod Stakhov | 2020-05-27 | 1 | -43/+83 |
| | |||||
* | [Minor] Mime_types: Fix bad archive extension check if there are many files ↵ | Vsevolod Stakhov | 2020-05-26 | 1 | -5/+5 |
| | | | | in an archive | ||||
* | [Minor] Mime_types: Fix FP with double dots | Vsevolod Stakhov | 2020-05-26 | 1 | -2/+2 |
| | |||||
* | [Minor] Properly register callback symbols | Vsevolod Stakhov | 2020-05-26 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix spamtrap map description | Beat Jörg | 2020-05-25 | 1 | -1/+1 |
| | | | String is not correctly interpolated. Shows %s in WebUI. | ||||
* | [Minor] Trim array instead of skipping checks | Vsevolod Stakhov | 2020-05-21 | 1 | -1/+3 |
| | |||||
* | [Minor] Clickhouse: Allow to have explicit order of extra columns | Vsevolod Stakhov | 2020-05-21 | 1 | -11/+17 |
| | |||||
* | [Fix] Fix aliases in forged recipients and limit number of iterations | Vsevolod Stakhov | 2020-05-21 | 1 | -1/+9 |
| | |||||
* | Merge pull request #3363 from membero/fix/rbl-email-lowercase | Vsevolod Stakhov | 2020-05-16 | 1 | -1/+2 |
|\ | | | | | [Fix] lowercase for emails checked on RBLs | ||||
| * | Fix lowercase for emails checked on RBLs | Oliver Dick | 2020-05-05 | 1 | -1/+2 |
| | | |||||
* | | [Minor] Replies: Make var local | Vsevolod Stakhov | 2020-05-15 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Improve replies plugin logs | Anton Yuzhaninov | 2020-05-15 | 1 | -12/+15 |
| | | |||||
* | | [Minor] Rbl: Add aliases to avoid users confusion | Vsevolod Stakhov | 2020-05-08 | 1 | -3/+12 |
| | | |||||
* | | [Minor] Get rid of numeric string:match in honor of tonumber | Vsevolod Stakhov | 2020-05-07 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Rbl: Add `content_urls` attribute | Vsevolod Stakhov | 2020-05-05 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #3355 from gauthierc/fixES7support | Vsevolod Stakhov | 2020-05-03 | 1 | -1/+1 |
|\ | | | | | [fix] add support ElasticSearch>=7 for elastic module | ||||
| * | [fix] add support ElasticSearch>=7 for elastic module | Gauthier C | 2020-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Since version 7.x of ElasticSearch, logs type is not supported. Close #3324 | ||||
* | | [Minor] Add limit for number of files processed in archives | Vsevolod Stakhov | 2020-04-28 | 2 | -2/+2 |
| | | |||||
* | | [Minor] Reduce priority of replies to avoid interference with settings | Vsevolod Stakhov | 2020-04-27 | 1 | -1/+1 |
| | | |||||
* | | [Fix] Distinguish type from flags in register_symbol | Vsevolod Stakhov | 2020-04-27 | 9 | -18/+28 |
| | | |||||
* | | [Minor] Replies: Fix predicate | Vsevolod Stakhov | 2020-04-27 | 1 | -2/+2 |
|/ | |||||
* | [Minor] Replies: Check all recipients | Vsevolod Stakhov | 2020-04-24 | 1 | -6/+12 |
| | |||||
* | [Minor] Replies: Use milliseconds resolution for expiration | Vsevolod Stakhov | 2020-04-24 | 1 | -2/+2 |
| | |||||
* | [Fix] #3249 | Jan Smutny | 2020-04-21 | 1 | -2/+2 |
| | |||||
* | [Minor] Rbl: Adjust whitelisting one more time | Vsevolod Stakhov | 2020-04-20 | 1 | -2/+3 |
| | |||||
* | [Fix] Rbl: Fix ignore_defaults in conjunction with ignore_whitelists | Vsevolod Stakhov | 2020-04-20 | 1 | -3/+3 |
| | |||||
* | [Minor] Erm, forgot one more place to debug | Vsevolod Stakhov | 2020-04-20 | 1 | -0/+4 |
| | |||||
* | [Minor] Add more whitelists debugging | Vsevolod Stakhov | 2020-04-20 | 1 | -1/+10 |
| | |||||
* | [Minor] Pet luacheck | Gregor Dschung | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3336 from rm-minus-rf/master | Vsevolod Stakhov | 2020-04-18 | 1 | -1/+27 |
|\ | | | | | [Feature] allow variables in force_actions messages | ||||
| * | [Minor] selectors: cleaner symbol extractor | rm-minus-rf | 2020-04-18 | 1 | -1/+0 |
| | | | | | | | | | | 'symbol' extractor returns a table 'to_ascii' transform can handle tables | ||||
| * | [Fix] add missing selector_cache declaration | rm-minus-rf | 2020-04-17 | 1 | -0/+1 |
| | | |||||
| * | [Feature] add queueid, uid, messageid and specific symbols to selectors | rm-minus-rf | 2020-04-17 | 1 | -54/+17 |
| | | | | | | | | [Minor] use only selectors to fill vars in force_actions message | ||||
| * | [Feature] allow variables in force_actions messages | rm-minus-rf | 2020-04-14 | 1 | -0/+63 |
| | | | | | | | | See https://github.com/rspamd/rspamd/issues/3335 for details. | ||||
* | | Merge pull request #3341 from jendis/fix_lua_api | Vsevolod Stakhov | 2020-04-17 | 1 | -2/+2 |
|\ \ | | | | | | | [Minor] Improve lua api | ||||
| * | | [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, ↵ | Jan Smutny | 2020-04-17 | 1 | -2/+2 |
| | | | | | | | | | | | | replace where used | ||||
* | | | [Minor] Rbl: Fix log message | Vsevolod Stakhov | 2020-04-17 | 1 | -2/+2 |
| | | | |||||
* | | | [Minor] Rbl: Add whitelisting indication to the symbol's options | Vsevolod Stakhov | 2020-04-17 | 1 | -6/+14 |
|/ / | |||||
* / | [Minor] Clickhouse: Rework schema upload to make it more resilent | Vsevolod Stakhov | 2020-04-16 | 1 | -14/+39 |
|/ | |||||
* | [Minor] Remove whitespaces | Alexander Moisseev | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Fix Helo Check | Oliver Dick | 2020-04-07 | 1 | -0/+2 |
| | |||||
* | [Minor] Clickhouse: Fix extra columns that are arrays | Vsevolod Stakhov | 2020-04-07 | 1 | -2/+8 |
| | |||||
* | [Minor] dkim_signing - fix log messages | Carsten Rosenberg | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | [Minor] Settings: Fix parsing of the settings map | Vsevolod Stakhov | 2020-03-26 | 1 | -1/+8 |
| | |||||
* | [Feature] Arc: Add whitelisted_signers_map option | Vsevolod Stakhov | 2020-03-25 | 1 | -1/+29 |
| | | | | Issue: #3308 | ||||
* | [Minor] Arc: Improve symbols options format | Vsevolod Stakhov | 2020-03-25 | 1 | -20/+23 |
| | |||||
* | [Minor] Neural: Fix vectors lengths checking | Vsevolod Stakhov | 2020-03-16 | 1 | -1/+2 |
| | |||||
* | [Minor] Fix table unpacking | Vsevolod Stakhov | 2020-03-16 | 1 | -2/+1 |
| |