aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5186 from dragoangel/actualize-elastic-moduleVsevolod Stakhov2024-11-111-332/+1436
|\
| * Fix missing non_en false due to fill_empty_strings functionDmitriy Alekseev2024-11-081-0/+2
| * * add more validation on empty strings, required to not face errors in saving...Dmitriy Alekseev2024-11-031-30/+58
| * better check from to exclude cases when its emptyDmitriy Alekseev2024-10-221-9/+22
| * use rspamd_ip object in sender_ip to avoid posting ipv4:portDmitriy Alekseev2024-10-211-1/+1
| * strip also port from sender_ipDmitriy Alekseev2024-10-211-1/+1
| * do not allow empty headers, fix stripping of headers by limit of symbols coun...Dmitriy Alekseev2024-10-211-8/+19
| * do not allow empty fromDmitriy Alekseev2024-10-211-8/+8
| * round scores and weightDmitriy Alekseev2024-10-171-4/+10
| * fix variables for ucl errorsDmitriy Alekseev2024-10-171-2/+2
| * return item status and reasons on bulk push errorDmitriy Alekseev2024-10-161-1/+11
| * Fix from and rcptDmitriy Alekseev2024-10-151-3/+3
| * do not retry on errors in body as it will create duplicated logsDmitriy Alekseev2024-10-151-24/+6
| * We need take 2nd hopDmitriy Alekseev2024-10-141-2/+3
| * Use received for all logs, fix directionDmitriy Alekseev2024-10-141-15/+22
| * round time_diff to seconds on interval check, improve log message readabilityDmitriy Alekseev2024-10-141-3/+4
| * reuse http_request dataDmitriy Alekseev2024-10-141-35/+20
| * fix tabulationDmitriy Alekseev2024-10-141-2/+1
| * align conf and module settings in luaDmitriy Alekseev2024-10-141-1/+1
| * add missing change in configured state when no update is needed on index_policyDmitriy Alekseev2024-10-141-1/+4
| * resolve linter issues and remove custom deep_compare function in favor of lua...Dmitriy Alekseev2024-10-141-62/+21
| * Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
| * Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
| * Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-9/+1
| * [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch 2...Dmitriy Alekseev2024-10-141-324/+1429
* | [Minor] Score *.rdp attachments as badtwesterhever2024-11-041-0/+1
|/
* Merge branch 'master' into vstakhov-utf8-mimevstakhov-utf8-mimeVsevolod Stakhov2024-09-241-0/+12
|\
| * [Feature] DMARC: Implement reporting.only_domains settingAndrew Lewis2024-09-181-0/+12
* | Merge branch 'master' into vstakhov-utf8-mimeVsevolod Stakhov2024-09-174-142/+9
|\|
| * [Project] Move ratelimit parsing stuff to a common libraryVsevolod Stakhov2024-09-111-138/+5
| * [Fix] Another fix for Redis schemaVsevolod Stakhov2024-09-073-4/+4
* | Merge branch 'master' into vstakhov-utf8-mimeVsevolod Stakhov2024-09-056-90/+76
|\|
| * Update history_redis.luaDmitriy Alekseev2024-08-241-1/+1
| * Set expiration for history_redis to 5 days by defaultDmitriy Alekseev2024-08-241-1/+1
| * [Rework] Resolve rdns in a separate functionVsevolod Stakhov2024-08-061-71/+32
| * [Minor] Fix known senders to work with empty mime recipientsVsevolod Stakhov2024-07-261-1/+2
| * Merge pull request #4960 from JasonStephenson/bugfix/arc-regex-fixVsevolod Stakhov2024-07-251-1/+11
| |\
| | * linter fixJason Stephenson2024-07-251-1/+0
| | * Use pattern to get all methodspecs + reasonspecs, and return the value of the...Jason Stephenson2024-07-231-1/+12
| | * Fix regex to no longer match on dmarc=Jason Stephenson2024-05-131-1/+1
| * | [Fix] GPT: Fix bug in condition checkVsevolod Stakhov2024-07-251-2/+2
| * | [Minor] Use gpt-4o-mini by defaultVsevolod Stakhov2024-07-221-2/+2
| * | [Minor] Improve prompt and add some conversion heursiticsVsevolod Stakhov2024-07-221-2/+14
| * | [Minor] Ensure some safety when checking weightsVsevolod Stakhov2024-07-221-3/+5
| * | [Minor] Set response_formatVsevolod Stakhov2024-07-221-0/+1
| * | [Minor] Remove top_p reduce temperature to 0Vsevolod Stakhov2024-07-221-6/+2
| * | [Minor] Fix several issues with flag propagationVsevolod Stakhov2024-07-181-0/+2
| * | [Feature] Treat SPF +all in a special wayVsevolod Stakhov2024-07-171-0/+1
* | | [Fix] Encode headers that we send to milter add headerVsevolod Stakhov2024-07-171-2/+9
|/ /
* | [Fix] Do not apply tableshape for known sendersVsevolod Stakhov2024-07-111-23/+30