aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Spamassassin: Fix caching logicVsevolod Stakhov2020-05-281-11/+16
|
* [Minor] Penalize EXE files in RAR archivesmoisseev2020-05-281-2/+19
| | | | that have generic split file extensions (e.g. .001)
* [Fix] Spamassassin: Rework metas processingVsevolod Stakhov2020-05-271-43/+83
|
* [Minor] Mime_types: Fix bad archive extension check if there are many files ↵Vsevolod Stakhov2020-05-261-5/+5
| | | | in an archive
* [Minor] Mime_types: Fix FP with double dotsVsevolod Stakhov2020-05-261-2/+2
|
* [Minor] Properly register callback symbolsVsevolod Stakhov2020-05-261-2/+2
|
* [Minor] Fix spamtrap map descriptionBeat Jörg2020-05-251-1/+1
| | | String is not correctly interpolated. Shows %s in WebUI.
* [Minor] Trim array instead of skipping checksVsevolod Stakhov2020-05-211-1/+3
|
* [Minor] Clickhouse: Allow to have explicit order of extra columnsVsevolod Stakhov2020-05-211-11/+17
|
* [Fix] Fix aliases in forged recipients and limit number of iterationsVsevolod Stakhov2020-05-211-1/+9
|
* Merge pull request #3363 from membero/fix/rbl-email-lowercaseVsevolod Stakhov2020-05-161-1/+2
|\ | | | | [Fix] lowercase for emails checked on RBLs
| * Fix lowercase for emails checked on RBLsOliver Dick2020-05-051-1/+2
| |
* | [Minor] Replies: Make var localVsevolod Stakhov2020-05-151-1/+1
| |
* | [Minor] Improve replies plugin logsAnton Yuzhaninov2020-05-151-12/+15
| |
* | [Minor] Rbl: Add aliases to avoid users confusionVsevolod Stakhov2020-05-081-3/+12
| |
* | [Minor] Get rid of numeric string:match in honor of tonumberVsevolod Stakhov2020-05-071-1/+1
| |
* | [Minor] Rbl: Add `content_urls` attributeVsevolod Stakhov2020-05-051-0/+2
|/
* Merge pull request #3355 from gauthierc/fixES7supportVsevolod Stakhov2020-05-031-1/+1
|\ | | | | [fix] add support ElasticSearch>=7 for elastic module
| * [fix] add support ElasticSearch>=7 for elastic moduleGauthier C2020-04-271-1/+1
| | | | | | | | | | | | Since version 7.x of ElasticSearch, logs type is not supported. Close #3324
* | [Minor] Add limit for number of files processed in archivesVsevolod Stakhov2020-04-282-2/+2
| |
* | [Minor] Reduce priority of replies to avoid interference with settingsVsevolod Stakhov2020-04-271-1/+1
| |
* | [Fix] Distinguish type from flags in register_symbolVsevolod Stakhov2020-04-279-18/+28
| |
* | [Minor] Replies: Fix predicateVsevolod Stakhov2020-04-271-2/+2
|/
* [Minor] Replies: Check all recipientsVsevolod Stakhov2020-04-241-6/+12
|
* [Minor] Replies: Use milliseconds resolution for expirationVsevolod Stakhov2020-04-241-2/+2
|
* [Fix] #3249Jan Smutny2020-04-211-2/+2
|
* [Minor] Rbl: Adjust whitelisting one more timeVsevolod Stakhov2020-04-201-2/+3
|
* [Fix] Rbl: Fix ignore_defaults in conjunction with ignore_whitelistsVsevolod Stakhov2020-04-201-3/+3
|
* [Minor] Erm, forgot one more place to debugVsevolod Stakhov2020-04-201-0/+4
|
* [Minor] Add more whitelists debuggingVsevolod Stakhov2020-04-201-1/+10
|
* [Minor] Pet luacheckGregor Dschung2020-04-191-1/+1
|
* Merge pull request #3336 from rm-minus-rf/masterVsevolod Stakhov2020-04-181-1/+27
|\ | | | | [Feature] allow variables in force_actions messages
| * [Minor] selectors: cleaner symbol extractorrm-minus-rf2020-04-181-1/+0
| | | | | | | | | | 'symbol' extractor returns a table 'to_ascii' transform can handle tables
| * [Fix] add missing selector_cache declarationrm-minus-rf2020-04-171-0/+1
| |
| * [Feature] add queueid, uid, messageid and specific symbols to selectorsrm-minus-rf2020-04-171-54/+17
| | | | | | | | [Minor] use only selectors to fill vars in force_actions message
| * [Feature] allow variables in force_actions messagesrm-minus-rf2020-04-141-0/+63
| | | | | | | | See https://github.com/rspamd/rspamd/issues/3335 for details.
* | Merge pull request #3341 from jendis/fix_lua_apiVsevolod Stakhov2020-04-171-2/+2
|\ \ | | | | | | [Minor] Improve lua api
| * | [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, ↵Jan Smutny2020-04-171-2/+2
| | | | | | | | | | | | replace where used
* | | [Minor] Rbl: Fix log messageVsevolod Stakhov2020-04-171-2/+2
| | |
* | | [Minor] Rbl: Add whitelisting indication to the symbol's optionsVsevolod Stakhov2020-04-171-6/+14
|/ /
* / [Minor] Clickhouse: Rework schema upload to make it more resilentVsevolod Stakhov2020-04-161-14/+39
|/
* [Minor] Remove whitespacesAlexander Moisseev2020-04-081-1/+1
|
* Fix Helo CheckOliver Dick2020-04-071-0/+2
|
* [Minor] Clickhouse: Fix extra columns that are arraysVsevolod Stakhov2020-04-071-2/+8
|
* [Minor] dkim_signing - fix log messagesCarsten Rosenberg2020-04-031-2/+2
|
* [Minor] Settings: Fix parsing of the settings mapVsevolod Stakhov2020-03-261-1/+8
|
* [Feature] Arc: Add whitelisted_signers_map optionVsevolod Stakhov2020-03-251-1/+29
| | | | Issue: #3308
* [Minor] Arc: Improve symbols options formatVsevolod Stakhov2020-03-251-20/+23
|
* [Minor] Neural: Fix vectors lengths checkingVsevolod Stakhov2020-03-161-1/+2
|
* [Minor] Fix table unpackingVsevolod Stakhov2020-03-161-2/+1
|