aboutsummaryrefslogtreecommitdiffstats
path: root/conf
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>
* | Merge branch 'master' into vstakhov-conf-reorgvstakhov-conf-reorgVsevolod Stakhov2024-11-101-0/+1
|\ \
| * | [Conf] Use full hostnames for SURBLvstakhov-surbl-conf-fixVsevolod Stakhov2024-11-061-0/+1
| | |
* | | [Minor] Fix optionalityVsevolod Stakhov2024-11-061-1/+1
| | |
* | | [Conf] Add lua.local.d folderVsevolod Stakhov2024-11-061-0/+62
| | |
* | | [Conf] Add more ways to extend Rspamd configurationVsevolod Stakhov2024-11-064-1/+61
|/ / | | | | | | + Add examples of all that we can do
* | Merge pull request #5209 from twesterhever/temp-auth-origin-helo-userVsevolod Stakhov2024-11-051-1/+1
|\ \ | | | | | | [Minor] Add "User" HELO in Received headers to ABUSE_FROM_INJECTOR
| * | [Minor] Add "User" HELO in Received headers to ABUSE_FROM_INJECTORtwesterhever2024-11-041-1/+1
| |/ | | | | | | | | | | This pattern often surfaces in spam (frequently advance fee fraud) disseminated via compromised accounts, adding it to ABUSE_FROM_INJECTOR to increase the likelihood of such spam getting rejected.
* / [Minor] Improve FREEMAIL_AFF catch ratetwesterhever2024-11-041-1/+1
|/ | | | | This "Mail message body" Content-Description header appears to be a common quirk of advance fee fraud e-mails leveraging freemail services.
* Remove proxy from url_redirector.conf as it not the optionDmitriy Alekseev2024-09-301-1/+0
|
* Merge branch 'master' into vstakhov-utf8-mimeVsevolod Stakhov2024-09-0510-19/+226
|\
| * Update surbl_group.confSlavko2024-08-291-2/+2
| |
| * [Rework] Resolve rdns in a separate functionVsevolod Stakhov2024-08-063-10/+9
| | | | | | | | | | | | | | 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-313-0/+94
| |
| * Merge branch 'master' into patch-7Dmitriy Alekseev2024-07-292-3/+113
| |\
| | * Rename unrecognized SenderScore RBL result symbolmoisseev2024-07-292-2/+2
| | |
| | * Set SenderScore RPBL scoresmoisseev2024-07-291-15/+15
| | |
| | * [Conf] Add SenderScore RPBL return codesmoisseev2024-07-282-1/+111
| | |
| * | Update conf/statistic.confDmitriy Alekseev2024-07-291-1/+1
| | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * | Update statistic.confDmitriy Alekseev2024-07-291-2/+1
| | |
| * | Update statistic.confDmitriy Alekseev2024-07-291-0/+2
| |/
| * [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
| |
| * [Conf] Add R_SPF_PLUSALL symbol with some scoreVsevolod Stakhov2024-07-181-0/+5
| |
* | [Minor] Disable mime utf by defaultVsevolod Stakhov2024-07-171-2/+2
| |
* | [Minor] Add flag for mime utf operationsVsevolod Stakhov2024-07-161-0/+3
|/
* 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
|
* Exclude MIME_BAD_UNICODE false positive (#5030)Dmitriy Alekseev2024-06-262-2/+14
| | | | | | | | | | | | | | | * Update composites.conf * Update composites.conf * Update composites.conf * Update composites.conf * Update mime_types_group.conf * Update mime_types_group.conf * Update composites.conf
* [Conf] Add missing symbolVsevolod Stakhov2024-06-191-0/+4
|
* [Rules] Added rules for detecting likely malwareAndrew Lewis2024-05-271-0/+15
|
* 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
| |
* | Merge pull request #4915 from twesterhever/temp-freemail-mdnVsevolod Stakhov2024-04-302-1/+28
|\ \ | |/ |/| Add detection for freemail and disposable e-mail usage for message delivery notification
| * [Minor] Fix typo in rule nametwesterhever2024-04-091-1/+1
| |
| * [Minor] Add composite for suspicios free/disposamail MDN usagetwesterhever2024-04-091-0/+7
| |
| * [Minor] Improve FREEMAIL_AFF detectiontwesterhever2024-04-091-1/+1
| |
| * [Enhancement] Detect freemail and disposable e-mail usage for MDNtwesterhever2024-04-091-0/+20
| |