aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Skip extra RBL checks when Received IP same as From IPMike Teplynin2024-12-131-3/+8
|
* [Minor] Replace rspamd_logger.debugm with proper lua_util.debugmVsevolod Stakhov2024-12-1210-108/+118
|
* [Fix] Phishing: Fix many cases of FP for the same domainsVsevolod Stakhov2024-12-121-16/+34
|
* [Rework] Multimap should use only distinct text parts for content matchingVsevolod Stakhov2024-12-111-3/+4
| | | | Issue: #5248
* [Feature] GPT: Try harder to find JSON in NN replyVsevolod Stakhov2024-12-101-0/+37
|
* [Minor] GPT: use lua_mime routine to select text partVsevolod Stakhov2024-12-101-13/+2
|
* [Minor] GPT: add `allow_passthrough` and `allow_ham` settingsVsevolod Stakhov2024-12-101-2/+8
|
* [Minor] Use `rule.score` when using dynamic symbolsVsevolod Stakhov2024-12-101-2/+3
| | | | Issue: #5247
* Allow set gzip, keepalive and no_ssl_verify in metadata_exporter moduleDmitriy Alekseev2024-12-051-0/+6
|
* [Minor] Try to stringify meta headersVsevolod Stakhov2024-12-021-1/+1
| | | | Issue: #5237
* [Fix] Use `dkim_signing` for `sign_headers` optionVsevolod Stakhov2024-12-021-1/+10
| | | | Issue: #5225
* [Fix] Milter headers: fold before encodingVsevolod Stakhov2024-11-151-4/+5
|
* Merge pull request #5162 from left-try/masterVsevolod Stakhov2024-11-111-1/+4
|\ | | | | Store LRU cache of last filled ratelimit buckets
| * Merge branch 'master' into masterVsevolod Stakhov2024-11-061-0/+1
| |\
| * | [Minor] Small fix upLeftTry2024-09-301-1/+1
| | |
| * | [Minor] Make names more informativeLeftTry2024-09-291-4/+4
| | |
| * | Merge remote-tracking branch 'origin/master'LeftTry2024-09-291-2/+9
| |\ \
| * | | [Feature] Add LRU cache for last filled ratelimit bucketsLeftTry2024-09-291-1/+4
| | | |
* | | | Merge pull request #5186 from dragoangel/actualize-elastic-moduleVsevolod Stakhov2024-11-111-332/+1436
|\ \ \ \ | |_|_|/ |/| | | [Rework] Breaking: Actualize elastic module
| * | | 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 ↵Dmitriy Alekseev2024-11-031-30/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | saving logs to elastic * remove max_size as it was looking to rows elements count, not strings size in total, such check will be too much compute intensive * increase default errors max_fail as usually elastic not recover so quickly and needs a bit more time
| * | | 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 ↵Dmitriy Alekseev2024-10-211-8/+19
| | | | | | | | | | | | | | | | count and add headers count limit
| * | | 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 ↵Dmitriy Alekseev2024-10-141-62/+21
| | | | | | | | | | | | | | | | lua_util.table_cmp
| * | | Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
| | | | | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * | | Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
| | | | | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * | | Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-9/+1
| | | | | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * | | [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch ↵Dmitriy Alekseev2024-10-141-324/+1429
| | |/ | |/| | | | | | | | | | | | | 2, add index policy with logs retention and many more Signed-off-by: Dmytro Alieksieiev <1865999+dragoangel@users.noreply.github.com>
* / | [Minor] Score *.rdp attachments as badtwesterhever2024-11-041-0/+1
|/ / | | | | | | Rationale: https://www.microsoft.com/en-us/security/blog/2024/10/29/midnight-blizzard-conducts-large-scale-spear-phishing-campaign-using-rdp-files/
* | 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-175-158/+103
|\|
| * [Project] Move ratelimit parsing stuff to a common libraryVsevolod Stakhov2024-09-111-138/+5
| |
| * [Feature] Allow differen modes for fuzzy rulesVsevolod Stakhov2024-09-091-15/+43
| |
| * [Fix] Another fix for Redis schemaVsevolod Stakhov2024-09-073-4/+4
| | | | | | | | Issue: #5112