aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* [Conf] Fix hashblVsevolod Stakhov2022-12-211-1/+1
|
* [Conf] RBL: Fix selectorVsevolod Stakhov2022-12-181-1/+2
|
* [Conf] Preliminary try to add SURBL hashbl support (WIP)Vsevolod Stakhov2022-12-171-0/+24
|
* [Conf] Reduce the default timeoutVsevolod Stakhov2022-11-301-1/+1
|
* [Conf] Clarify `timeout` in rspamd_proxyVsevolod Stakhov2022-11-261-1/+8
|
* Merge pull request #4308 from frederikbosch/patch-1Vsevolod Stakhov2022-10-191-1/+11
|\ | | | | [Rules] Penalize bounce spam
| * Update composites.confFrederik Bosch2022-10-171-1/+1
| |
| * Composites should not be recursiveFrederik Bosch2022-10-121-1/+1
| |
| * Protect against bounce spamFrederik Bosch2022-10-121-1/+11
| |
* | [Enhancement] Add composite rule against AFF involving freemailerstwesterhever2022-10-091-0/+7
|/
* [Fix] BAD_REP_POLICIES did not trigger when message was classified as spam ↵Player7012022-08-191-1/+1
| | | | by Bayes
* [Conf] Add missing groups for whitelist module symbolsVsevolod Stakhov2022-05-261-0/+8
| | | | Issue: #4169
* [Minor] Query EBLs for authenticated users as welltwesterhever2022-04-181-0/+2
|
* Merge pull request #4141 from twesterhever/temp-uribl-surbl-queriesVsevolod Stakhov2022-04-111-2/+2
|\ | | | | [Feature] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well
| * [Enhancement] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as welltwesterhever2022-04-091-2/+2
| |
* | Merge pull request #4142 from twesterhever/temp-adjust-sbl-scoresVsevolod Stakhov2022-04-101-2/+2
|\ \ | | | | | | [Enhancement] Adjust scores of Spamhaus SBL hits
| * | [Enhancement] Adjust scores of Spamhaus SBL hitstwesterhever2022-04-091-2/+2
| |/
* | Merge pull request #4144 from twesterhever/temp-enable-uribl-lookups-local-usersVsevolod Stakhov2022-04-091-0/+4
|\ \ | | | | | | [Fix] Do not exclude authenticated users from URIBL lookups
| * | [Fix] Do not exclude authenticated users from URIBL lookupstwesterhever2022-04-091-0/+4
| |/
* / [Fix] Disable IPv6 lookups for Blocklist.de RBLtwesterhever2022-04-091-1/+0
|/
* [Minor] Fix typo in config documentation in statistic.confKamil Sztuke2022-04-061-3/+3
|
* [Minor] Add max scores for some groupsVsevolod Stakhov2022-03-232-0/+4
|
* Spelling (#4086)Josh Soref2022-02-221-1/+1
| | | [Rework] Massive spelling fix from @jsoref
* [Rules] Fix symbol for DKIM temporary failureAnton Yuzhaninov2022-02-151-1/+1
| | | | There is no R_DKIM_DNSFAIL symbol (in default config), but there is R_DKIM_TEMPFAIL.
* [Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL tootwesterhever2022-01-301-1/+1
|
* [Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 pointsVsevolod Stakhov2022-01-131-0/+5
|
* Merge pull request #4013 from dupondje/add_pdf_mappingVsevolod Stakhov2021-12-191-1/+2
|\ | | | | Map application/x-pdf to pdf
| * Map application/x-pdf to pdfJean-Louis Dupond2021-12-171-1/+2
| | | | | | | | | | | | | | Some mails were marked as MIME_BAD_ATTACHMENT (4) [pdf:application/x-pdf] application/x-pdf might be obsolete but still used.
* | Assign weights to Mailspike WhitelistsJean-Louis Dupond2021-12-171-15/+15
|/ | | | | | | Assign a weight to the MAILSPIKE whitelist RBL symbols. Use the same but negative weight as its blacklist counterparts. Also fix some indents in the file
* Uncomment but disable SpamHaus URIBLJean-Louis Dupond2021-11-292-48/+55
| | | | | | | Fix the Spamhaus URIBL and uncomment but disable it. This way it can be easily enabled in local.d without the need to copy the whole block. Symbols are also ignored as this will generate a warning otherwise.
* Add application/pgp-keys to known mime typesKristian Stöckel2021-11-251-0/+1
|
* [Conf] Set one_shot for URIBL rules by defaultmoisseev2021-11-121-6/+34
|
* [Feature] BIMI: Add preliminary version of the BIMI pluginVsevolod Stakhov2021-11-061-0/+29
| | | | Issue: #3935
* [Config] Allow configurable s3 urlsbradleydoherty592021-11-051-0/+1
|
* [Feature] Add junk_threshold for autolearnVictor Nawothnig2021-10-151-2/+3
|
* [Minor] config: remove RBL defaults that re-enforce true defaultsAndrew Lewis2021-10-071-5/+0
|
* [Minor] config: don't lie about antivirus whitelistAndrew Lewis2021-10-071-1/+1
|
* [Minor] Remove unused cfg fieldsVsevolod Stakhov2021-09-101-1/+0
|
* [Feature] Add preliminary exporter to AWS S3Vsevolod Stakhov2021-08-121-0/+26
|
* [Feature] external_relay pluginAndrew Lewis2021-06-071-0/+22
|
* [Minor] Add Windows Metafile MIME types (RFC 7903)moisseev2021-03-231-0/+2
|
* [Conf] Align ARC scores with DKIM scoresVsevolod Stakhov2021-03-131-2/+2
|
* [Test] Fix phishing testsVsevolod Stakhov2021-02-251-1/+1
|
* [Rework] Phishing: Split from redirectors usageVsevolod Stakhov2021-02-252-6/+17
|
* [Conf] Add R_DKIM_PERMFAIL to the metricVsevolod Stakhov2021-01-081-0/+5
|
* [Minor] Move http_headers to pluginAndrew Lewis2020-12-171-0/+22
| | | | | | | | - Support multiple DKIM results - Insert DKIM trace symbols - Always disable callbacks if we got a header - Make the plugin default-disabled - Disable callbacks instead of virtual symbols
* [Minor] Add some missing typesVsevolod Stakhov2020-12-041-0/+1
|
* [Project] Rbl: Migrate to `checks`Vsevolod Stakhov2020-10-201-37/+18
|
* [Rework] Rbl: Rework defaults logicVsevolod Stakhov2020-10-201-11/+24
|
* whitelist_group.conf: Fix typo in descriptionNiklas Hambüchen2020-10-171-1/+1
|