Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Conf] Fix comments in elastic.conf | Alexander Moisseev | 2024-11-11 | 1 | -13/+13 |
| | |||||
* | Merge pull request #5186 from dragoangel/actualize-elastic-module | Vsevolod Stakhov | 2024-11-11 | 1 | -16/+90 |
|\ | | | | | [Rework] Breaking: Actualize elastic module | ||||
| * | * add more validation on empty strings, required to not face errors in ↵ | Dmitriy Alekseev | 2024-11-03 | 1 | -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 Alekseev | 2024-10-21 | 1 | -1/+2 |
| | | | | | | | | count and add headers count limit | ||||
| * | do not retry on errors in body as it will create duplicated logs | Dmitriy Alekseev | 2024-10-15 | 1 | -1/+1 |
| | | |||||
| * | [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch ↵ | Dmitriy Alekseev | 2024-10-14 | 1 | -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-reorg | Vsevolod Stakhov | 2024-11-10 | 1 | -0/+1 |
|\ \ | |||||
| * | | [Conf] Use full hostnames for SURBLvstakhov-surbl-conf-fix | Vsevolod Stakhov | 2024-11-06 | 1 | -0/+1 |
| | | | |||||
* | | | [Minor] Fix optionality | Vsevolod Stakhov | 2024-11-06 | 1 | -1/+1 |
| | | | |||||
* | | | [Conf] Add lua.local.d folder | Vsevolod Stakhov | 2024-11-06 | 1 | -0/+62 |
| | | | |||||
* | | | [Conf] Add more ways to extend Rspamd configuration | Vsevolod Stakhov | 2024-11-06 | 4 | -1/+61 |
|/ / | | | | | | | + Add examples of all that we can do | ||||
* | | Merge pull request #5209 from twesterhever/temp-auth-origin-helo-user | Vsevolod Stakhov | 2024-11-05 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] Add "User" HELO in Received headers to ABUSE_FROM_INJECTOR | ||||
| * | | [Minor] Add "User" HELO in Received headers to ABUSE_FROM_INJECTOR | twesterhever | 2024-11-04 | 1 | -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 rate | twesterhever | 2024-11-04 | 1 | -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 option | Dmitriy Alekseev | 2024-09-30 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into vstakhov-utf8-mime | Vsevolod Stakhov | 2024-09-05 | 10 | -19/+226 |
|\ | |||||
| * | Update surbl_group.conf | Slavko | 2024-08-29 | 1 | -2/+2 |
| | | |||||
| * | [Rework] Resolve rdns in a separate function | Vsevolod Stakhov | 2024-08-06 | 3 | -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 RBL | moisseev | 2024-07-31 | 3 | -0/+94 |
| | | |||||
| * | Merge branch 'master' into patch-7 | Dmitriy Alekseev | 2024-07-29 | 2 | -3/+113 |
| |\ | |||||
| | * | Rename unrecognized SenderScore RBL result symbol | moisseev | 2024-07-29 | 2 | -2/+2 |
| | | | |||||
| | * | Set SenderScore RPBL scores | moisseev | 2024-07-29 | 1 | -15/+15 |
| | | | |||||
| | * | [Conf] Add SenderScore RPBL return codes | moisseev | 2024-07-28 | 2 | -1/+111 |
| | | | |||||
| * | | Update conf/statistic.conf | Dmitriy Alekseev | 2024-07-29 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | ||||
| * | | Update statistic.conf | Dmitriy Alekseev | 2024-07-29 | 1 | -2/+1 |
| | | | |||||
| * | | Update statistic.conf | Dmitriy Alekseev | 2024-07-29 | 1 | -0/+2 |
| |/ | |||||
| * | [Minor] Use gpt-4o-mini by default | Vsevolod Stakhov | 2024-07-22 | 1 | -1/+1 |
| | | |||||
| * | [Minor] Remove top_p reduce temperature to 0 | Vsevolod Stakhov | 2024-07-22 | 1 | -3/+1 |
| | | |||||
| * | [Conf] Add R_SPF_PLUSALL symbol with some score | Vsevolod Stakhov | 2024-07-18 | 1 | -0/+5 |
| | | |||||
* | | [Minor] Disable mime utf by default | Vsevolod Stakhov | 2024-07-17 | 1 | -2/+2 |
| | | |||||
* | | [Minor] Add flag for mime utf operations | Vsevolod Stakhov | 2024-07-16 | 1 | -0/+3 |
|/ | |||||
* | Update comments in ratelimit.conf example | moisseev | 2024-07-12 | 1 | -2/+2 |
| | |||||
* | [Minor] Adjust configuration | Vsevolod Stakhov | 2024-06-28 | 1 | -1/+10 |
| | |||||
* | [Minor] Disable module by default | Vsevolod Stakhov | 2024-06-28 | 1 | -0/+3 |
| | |||||
* | [Project] Add GPT plugin | Vsevolod Stakhov | 2024-06-27 | 1 | -0/+43 |
| | |||||
* | Exclude MIME_BAD_UNICODE false positive (#5030) | Dmitriy Alekseev | 2024-06-26 | 2 | -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 symbol | Vsevolod Stakhov | 2024-06-19 | 1 | -0/+4 |
| | |||||
* | [Rules] Added rules for detecting likely malware | Andrew Lewis | 2024-05-27 | 1 | -0/+15 |
| | |||||
* | Update bayes_expiry.conf | Dmitriy Alekseev | 2024-05-16 | 1 | -7/+0 |
| | |||||
* | Create bayes_expiry.conf | Dmitriy Alekseev | 2024-05-16 | 1 | -0/+25 |
| | |||||
* | [Minor] Properly make use of selectors for checking MID RHSs against DNSBLs | twesterhever | 2024-05-06 | 1 | -3/+9 |
| | | | | Related to: https://github.com/rspamd/rspamd/pull/4888 | ||||
* | Merge pull request #4888 from twesterhever/temp-rbl-mid | Vsevolod Stakhov | 2024-05-02 | 1 | -0/+3 |
|\ | | | | | Implement DNSBL checks for Message-ID RHS | ||||
| * | [Minor] Query MID RHS FQDNs against popular DNSBL using selectors | twesterhever | 2024-04-28 | 1 | -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" | twesterhever | 2024-04-28 | 1 | -3/+3 |
| | | | | | | | | This reverts commit c78c70c76bb7ae8e714ed773037ccce1012dd20f. | ||||
| * | [Enhancement] Check Message-ID RHS against popular DNSBLs by default | twesterhever | 2024-04-28 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #4915 from twesterhever/temp-freemail-mdn | Vsevolod Stakhov | 2024-04-30 | 2 | -1/+28 |
|\ \ | |/ |/| | Add detection for freemail and disposable e-mail usage for message delivery notification | ||||
| * | [Minor] Fix typo in rule name | twesterhever | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | [Minor] Add composite for suspicios free/disposamail MDN usage | twesterhever | 2024-04-09 | 1 | -0/+7 |
| | | |||||
| * | [Minor] Improve FREEMAIL_AFF detection | twesterhever | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | [Enhancement] Detect freemail and disposable e-mail usage for MDN | twesterhever | 2024-04-09 | 1 | -0/+20 |
| | |