aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
Commit message (Collapse)AuthorAgeFilesLines
* [Conf] Fix comments in elastic.confAlexander Moisseev2024-11-111-13/+13
|
* Merge pull request #5186 from dragoangel/actualize-elastic-moduleVsevolod Stakhov2024-11-111-16/+90
|\ | | | | [Rework] Breaking: Actualize elastic module
| * * add more validation on empty strings, required to not face errors in ↵Dmitriy Alekseev2024-11-031-3/+2
| | | | | | | | | | | | | | 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
| * do not allow empty headers, fix stripping of headers by limit of symbols ↵Dmitriy Alekseev2024-10-211-1/+2
| | | | | | | | count and add headers count limit
| * do not retry on errors in body as it will create duplicated logsDmitriy Alekseev2024-10-151-1/+1
| |
| * [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch ↵Dmitriy Alekseev2024-10-141-16/+90
| | | | | | | | | | | | 2, add index policy with logs retention and many more Signed-off-by: Dmytro Alieksieiev <1865999+dragoangel@users.noreply.github.com>
* | [Conf] Use full hostnames for SURBLvstakhov-surbl-conf-fixVsevolod Stakhov2024-11-061-0/+1
|/
* Remove proxy from url_redirector.conf as it not the optionDmitriy Alekseev2024-09-301-1/+0
|
* [Rework] Resolve rdns in a separate functionVsevolod Stakhov2024-08-061-2/+1
| | | | | | | Historically, it was done in `once_received` module, however, that check must be done early, even before settings (as they could rely on hostname). Hence, it was discussed to move this code to a separate rule.
* [Conf] Add SenderScore Reputationlist RBLmoisseev2024-07-311-0/+26
|
* Rename unrecognized SenderScore RBL result symbolmoisseev2024-07-291-1/+1
|
* [Conf] Add SenderScore RPBL return codesmoisseev2024-07-281-0/+20
|
* [Minor] Use gpt-4o-mini by defaultVsevolod Stakhov2024-07-221-1/+1
|
* [Minor] Remove top_p reduce temperature to 0Vsevolod Stakhov2024-07-221-3/+1
|
* Update comments in ratelimit.conf examplemoisseev2024-07-121-2/+2
|
* [Minor] Adjust configurationVsevolod Stakhov2024-06-281-1/+10
|
* [Minor] Disable module by defaultVsevolod Stakhov2024-06-281-0/+3
|
* [Project] Add GPT pluginVsevolod Stakhov2024-06-271-0/+43
|
* Update bayes_expiry.confDmitriy Alekseev2024-05-161-7/+0
|
* Create bayes_expiry.confDmitriy Alekseev2024-05-161-0/+25
|
* [Minor] Properly make use of selectors for checking MID RHSs against DNSBLstwesterhever2024-05-061-3/+9
| | | | Related to: https://github.com/rspamd/rspamd/pull/4888
* Merge pull request #4888 from twesterhever/temp-rbl-midVsevolod Stakhov2024-05-021-0/+3
|\ | | | | Implement DNSBL checks for Message-ID RHS
| * [Minor] Query MID RHS FQDNs against popular DNSBL using selectorstwesterhever2024-04-281-0/+3
| | | | | | | | | | See https://github.com/rspamd/rspamd/pull/4888 for the related discussion.
| * Revert "[Enhancement] Check Message-ID RHS against popular DNSBLs by default"twesterhever2024-04-281-3/+3
| | | | | | | | This reverts commit c78c70c76bb7ae8e714ed773037ccce1012dd20f.
| * [Enhancement] Check Message-ID RHS against popular DNSBLs by defaulttwesterhever2024-04-281-3/+3
| |
* | [Enhancement] Detect freemail and disposable e-mail usage for MDNtwesterhever2024-04-091-0/+20
|/
* Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates"Vsevolod Stakhov2024-02-211-1/+1
|
* [Fix] Fix history key, as we use `{=` and not `{{` in templatesVsevolod Stakhov2024-02-211-1/+1
|
* [Minor] Add more returnbits to surbl configurationAndrew Lewis2024-01-311-0/+2
|
* [Feature] Allow to add templates to redis history prefixVsevolod Stakhov2024-01-291-1/+1
| | | | | Issue: #4793 Closes: #4793
* [Feature] rbl: support disabling or replacing url_whitelist per RBLAndrew Lewis2023-12-121-0/+2
|
* [Minor] Reiterate on the previous changesAndrew Lewis2023-10-261-3/+3
| | | | | - Demote message to info level - Name it returncodes_matcher for better specificity
* [Minor] rbl: support use of different matchers for return codesAndrew Lewis2023-10-241-0/+3
|
* [Fix] Prevent DNSWL sabotageMarc Dierksen2023-10-051-10/+10
| | | | | | | | | | | | | | | | When exceeding the query limit for DNSWL it can happen that instead of the returncode 127.0.0.255, that according to documentation (https://www.dnswl.org/?page_id=15) indicates a block, the returncode 127.0.10.3 is returned for all queries. According to documentation (https://www.dnswl.org/?page_id=15) the 127.0.10.3 returncode indicates the highest level of trustworthiness that should never be blocked and a category of 'some special cases'. As it turns out that documentation is a lie and that 127.0.10.3 returncode is used by DNSWL to intentionally sabotage email security by marking all sending servers as highly trustworthy (https://www.dnswl.org/?p=120).
* [Minor] Move configuration to proper locationAndrew Lewis2023-10-021-0/+0
|
* [Minor] Fix copypasta (#4469)Andrew Lewis2023-10-021-3/+3
|
* [Conf] Add new plugin default configurationVsevolod Stakhov2023-09-241-0/+31
|
* Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusionsVsevolod Stakhov2023-08-221-0/+6
|\ | | | | [Feature] Support feed exclusions in phishing module
| * Update phishing.confDmitriy Alekseev2023-08-161-0/+6
| |
* | Added support for Redis 6 ACL (username/password)laodc2023-08-211-0/+1
|/
* [Conf] Add `one_shot` to some specific multimap rulesVsevolod Stakhov2023-04-231-0/+7
|
* fix incorrect asn references in bimi.confMehmet Tolga Avcioglu2023-02-231-3/+4
|
* Merge pull request #4351 from korgoth1/masterVsevolod Stakhov2023-02-221-0/+9
|\ | | | | Checking for redirector url in mail
| * Update conf/modules.d/multimap.confkorgoth12022-11-271-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * Checking for redirector url in mailkorgoth12022-11-271-0/+9
| |
* | [Minor] Add newline at EOF where missingtwesterhever2023-02-175-5/+3
| |
* | [Minor] Improve readability of RBL module configuration filetwesterhever2023-02-171-5/+4
| |
* | [Minor] Remove orphaned SARBL directivestwesterhever2023-02-171-6/+0
| |
* | conf/modules.d/arc.conf: fix parameter nameJan Smutny2023-01-311-1/+1
| | | | | | | | rename symbol_sign -> sign_symbol
* | [Conf] Fix hashblVsevolod Stakhov2022-12-211-1/+1
| |