summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Clickhouse: Try to deal with clock skew in retention logicVsevolod Stakhov2021-10-271-13/+25
|
* [Minor] Unify set_pre_result invocationsVsevolod Stakhov2021-10-261-8/+8
|
* [Fix] Correctly check numeric URLs in URL DNS listsVsevolod Stakhov2021-10-251-5/+21
| | | | Issue: #3948
* [Fix] Dmarc: Always lowercase domainVsevolod Stakhov2021-10-181-1/+3
| | | | Issue: #3940
* [Feature] S3: Allow to store structured data in messagepackVsevolod Stakhov2021-10-151-39/+97
|
* [Minor] Mid: Try to fix composites insertionVsevolod Stakhov2021-10-131-6/+20
|
* [Minor] satisfy luacheckAndrew Lewis2021-10-111-1/+0
|
* [Minor] external_relay: use real_ipAndrew Lewis2021-10-111-18/+12
|
* [Minor] Arc: Specify explicit order for the headers addedVsevolod Stakhov2021-10-071-1/+3
|
* [Feature] Ratelimit: Add per bucket configurationsVsevolod Stakhov2021-10-011-14/+40
| | | | | | | This change add custom per bucket configuration - symbol: for custom symbol - message: for custom message - skip_soft_reject: to disable soft rejection logic for this bucket
* [Feature] Antivirus: Allow to set fake eicar patterns for testing AV enginesVsevolod Stakhov2021-09-171-1/+23
|
* [Minor] Store obfuscated subjects in RedisVsevolod Stakhov2021-09-091-4/+2
| | | | Issue: #3886
* [Minor] Add content type to MIME_BAD_ATTACHMET symbolVsevolod Stakhov2021-09-091-1/+2
|
* [Minor] Another PUC-Rio Lua compatibility fixAndrew Lewis2021-09-061-2/+2
| | | | - Reported by @mebourne
* [Fix] Plug memory leak in http settings reloadVsevolod Stakhov2021-09-021-5/+21
| | | | Reverts: d9180d3ac0fac6d0aa12cd33117cb7efc731e2a2
* [Minor] Mime_types: Allow application/octet-stream for all extensionsVsevolod Stakhov2021-08-271-2/+2
|
* fix compatibility with lua-5.4Tomohiro "Tomo-p" KATO2021-08-202-3/+3
|
* Merge pull request #3846 from yoshimo/AugustVsevolod Stakhov2021-08-141-0/+5
|\ | | | | [Minor] Add bz2, egg, alz,xz and lz as additional archive extensions
| * - add bz2, egg, alz,xz and lz as additional archive extensionsYoshimo2021-08-131-0/+5
| |
* | [Feature] Aws_s3: Allow to compress data storedVsevolod Stakhov2021-08-131-4/+18
|/
* [Minor] Aws_s3: Allow to set action on failureVsevolod Stakhov2021-08-121-2/+14
|
* [Feature] Add preliminary exporter to AWS S3Vsevolod Stakhov2021-08-121-0/+105
|
* [Minor] Dmarc: Store reports for esld and not for the specific domainVsevolod Stakhov2021-08-091-1/+1
|
* Merge pull request #3840 from foron/patch-1Vsevolod Stakhov2021-08-071-2/+2
|\ | | | | Escape redis+selector
| * Escape redis+selectorforon2021-08-061-2/+2
| | | | | | I believe it would be better to have the "redis+selector" pattern escaped as "redis%+selector". This would make it easier for string.find to match the documented map string.
* | [Minor] Mx_check: Fix issue with multiple IPs per MX nameVsevolod Stakhov2021-08-061-15/+14
| | | | | | | | Issue: #3839
* | [Minor] Add lua_util.shuffleVsevolod Stakhov2021-08-061-0/+1
|/
* [Feature] Allow to save and show attachment name when inserting AV scan resultsVsevolod Stakhov2021-08-062-3/+4
|
* [Minor] Url_redirector: Fix zset trimmingVsevolod Stakhov2021-08-031-1/+1
|
* [Rework] Dmarc: Move check policy function to the common utilsVsevolod Stakhov2021-08-031-119/+1
|
* [Rework] Move common and rarely used dmarc code to the libraryVsevolod Stakhov2021-08-021-212/+13
|
* [Minor] Refactor module name variableVsevolod Stakhov2021-07-311-4/+4
|
* [Rework] Dmarc: Rework reports keys structureVsevolod Stakhov2021-07-301-11/+26
|
* [Minor] Dmarc: Relax grammar to allow elements with no semicolonsVsevolod Stakhov2021-07-301-2/+2
|
* [Project] Dmarc: Use zlists for dmarc reportsVsevolod Stakhov2021-07-301-3/+17
|
* [Rework] Reorganize dmarc plugin and remove unsupported reporting codeVsevolod Stakhov2021-07-291-781/+113
|
* [Fix] ASN: fix _FAIL symbol for when main symbol is disabledAnton Yuzhaninov2021-07-281-9/+16
| | | | | | | | | | | Fix error: lua_dns_resolver_callback: call to dns callback failed: /usr/share/rspamd/plugins/asn.lua:74: attempt to concatenate field 'symbol' (a boolean value); trace: [1]:{/usr/share/rspamd/plugins/asn.lua:74 - <unknown> [Lua]}; Which happen when the main asn symbol is disabled in asn.conf using symbol = false; While here add nostat flag for ASN symbols (we cannot use them as spam/ham signs).
* [Minor] Fix confusionVsevolod Stakhov2021-07-121-1/+1
|
* [FIX]: ASN: register symbol & minor change suggested by vstakhovJan-Philipp Benecke2021-07-111-1/+8
|
* [Fix]: ASN: dns cb func should also return in case of an errorJan-Philipp Benecke2021-07-111-0/+2
|
* [Feature] Milter_headers: Add x-rspamd-pre-result headerVsevolod Stakhov2021-06-151-0/+20
|
* [Minor] Use cached regexps for multimapVsevolod Stakhov2021-06-151-19/+19
|
* [Minor] Fix misprintVsevolod Stakhov2021-06-111-1/+1
|
* [Minor] Multimap use limits when parsing email addressesVsevolod Stakhov2021-06-111-6/+6
|
* Merge pull request #3772 from fatalbanana/external_relayVsevolod Stakhov2021-06-101-0/+250
|\ | | | | [Feature] external_relay plugin
| * [Feature] external_relay pluginAndrew Lewis2021-06-071-0/+250
| |
* | domain match should be case insensitiveJesse Norell2021-06-091-2/+2
| | | | | | domain match should be case insensitive - see https://github.com/rspamd/rspamd/issues/3749#issuecomment-858013193
* | [Minor] multimap - add match debug / fix typoCarsten Rosenberg2021-06-041-1/+3
|/
* [Minor] Dmarc: Slightly refactor functionVsevolod Stakhov2021-05-171-32/+38
|
* [Fix] Try to fix some broken code in DMARC reporting pluginVsevolod Stakhov2021-05-161-18/+8
| | | | Issue: #2499