aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* 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
| |
* | Merge pull request #4914 from twesterhever/temp-rework-injector-compositeVsevolod Stakhov2024-04-261-3/+12
|\ \ | | | | | | Rework composites for spam injected into compromised accounts
| * | [Minor] Also respect HAS_XOIP for authenticated messagestwesterhever2024-04-091-1/+1
| | |
| * | [Minor] Add some missing groups to existing composite rulestwesterhever2024-04-091-0/+3
| | |
| * | [Minor] Rework composites for spam injected into compromised accountstwesterhever2024-04-091-3/+9
| |/
* / [Minor] Increase RDNS_NONE score to 2.0twesterhever2024-04-091-1/+1
|/
* 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-312-0/+14
|
* [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
|
* Merge pull request #4683 from twesterhever/temp-improve-freemail-affVsevolod Stakhov2023-11-031-1/+1
|\ | | | | [Minor] Improve FREEMAIL_AFF capture rates
| * [Minor] Improve FREEMAIL_AFF capture ratestwesterhever2023-11-031-1/+1
| |
* | [Enhancement] Add composite rule for suspicious URLs in suspicious messagestwesterhever2023-11-031-0/+6
|/