aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add log_usec option to the default config as an exampleVsevolod Stakhov2018-10-161-1/+4
|
* [Conf] Extend BAD_POLICIES compositeVsevolod Stakhov2018-10-151-2/+2
|
* add HAS_ONION_URI to HAS_ANON_DOMAINheraklit2562018-10-131-1/+1
|
* [Conf] Log forced action by defaultVsevolod Stakhov2018-10-111-1/+1
|
* [Minor] Fixes for the previous projectVsevolod Stakhov2018-10-091-2/+1
|
* [Conf] Add composite to negate policies when fuzzy/bayes foundVsevolod Stakhov2018-10-091-0/+6
|
* [Conf] Increase default bayes scoreVsevolod Stakhov2018-10-091-1/+1
|
* [Conf] Add dkim checks for some surbl rulesVsevolod Stakhov2018-10-091-0/+4
|
* Merge pull request #2543 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-10-081-2/+5
|\ | | | | leaving original symbols if DNSWL composite rules are triggered
| * lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0heraklit2562018-10-081-1/+1
| |
| * lower weight for RCVD_DKIM_ARC_DNSWL_MED and RCVD_DKIM_ARC_DNSWL_HIGHheraklit2562018-10-041-2/+2
| | | | | | | | | | | | | | These were too high as other symbols - such as ARC_ALLOW - already introduce some negative scores. Thanks to @moisseev for reporting this.
| * leaving original symbols if DNSWL composite rules are triggeredheraklit2562018-09-271-0/+3
| | | | | | | | | | | | Without policy = "leave", rspamd replaces the original symbols in log and message header (if enabled), which makes debugging more hard and is not used in this case.
* | [Conf] Use new dmarc whitelistVsevolod Stakhov2018-09-291-1/+1
| |
* | [Conf] Specify whitelist symbols groupVsevolod Stakhov2018-09-293-5/+65
| |
* | Merge pull request #2544 from heraklit256/composites-cleanupVsevolod Stakhov2018-09-281-1/+1
|\ \ | | | | | | Fix description for composite rule RBL_SPAMHAUS_XBL_ANY
| * | Fix description for composite rule RBL_SPAMHAUS_XBL_ANYheraklit2562018-09-271-1/+1
| | |
* | | [Minor] Antivirus - configureable mime_part scanningCarsten Rosenberg2018-09-261-2/+6
| | |
* | | [Minor] DCC Upstreams supportCarsten Rosenberg2018-09-261-4/+8
|/ /
* | [Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMYAlexander Moisseev2018-09-251-5/+0
| |
* | [CritFix] Increase default words_decayVsevolod Stakhov2018-09-251-1/+1
| |
* | [Conf] Restore ability to disable phishtankAlexander Moisseev2018-09-251-1/+1
| |
* | [Conf] Add maximum group score for phishingVsevolod Stakhov2018-09-231-0/+2
| |
* | [Conf] Slashing change: add settings configuration to the vanilla setVsevolod Stakhov2018-09-182-0/+67
| |
* | Merge pull request #2486 from heraklit256/rbl-blocklistVsevolod Stakhov2018-09-151-0/+1
|\ \ | | | | | | make sure blocklist.de-rule for Received IPs only triggers once
| * | make sure blocklist.de-rule for Received IPs only triggers onceheraklit2562018-09-141-0/+1
| | |
* | | Merge pull request #2471 from heraklit256/rbl-blocklistVsevolod Stakhov2018-09-122-0/+25
|\| | | | | | | | Add blocklist.de RBL
| * | add blocklist.de RBL for from and received addressesheraklit2562018-09-082-0/+25
| | |
* | | add rule for domains trying to stay anonymousheraklit2562018-09-091-0/+5
| | |
* | | improve composite rules for phish messagesheraklit2562018-09-091-2/+2
| | |
* | | add some missing composite rule descriptionheraklit2562018-09-091-0/+2
| | |
* | | add rule for spammy mails with detailled sender but generic recipientsheraklit2562018-09-081-0/+6
| | |
* | | add rule for phish messages containing emotional subjectsheraklit2562018-09-081-0/+5
| | |
* | | add rule for spammy PHP generated mailsheraklit2562018-09-081-2/+7
|/ /
* | Merge pull request #2446 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-08-291-6/+6
|\| | | | | also trigger DNSWL score rule in case mails are properly ARC signed
| * also trigger DNSWL score rule in case mails are properly ARC signedheraklit2562018-08-271-6/+6
| |
* | [Conf] Fix whitelist.confAlexander Moisseev2018-08-281-2/+0
| | | | | | Reported by @bjo81 via Telegram group
* | Merge pull request #2445 from heraklit256/rbl_groupnameVsevolod Stakhov2018-08-271-1/+1
|\ \ | | | | | | adjust Spamhaus group name for received IPs
| * | adjust Spamhaus group name for received IPsheraklit2562018-08-271-1/+1
| | |
* | | Merge pull request #2403 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-08-113-7/+16
|\ \ \ | | |/ | |/| Add negative weight on DNSWL entries
| * | adjust DNSWL scores to -0.1/-0.2/-0.5heraklit2562018-08-111-2/+2
| | |
| * | Revert "mark PKCS7 mime types as good"heraklit2562018-08-071-2/+2
| | | | | | | | | | | | This reverts commit 19b524dc47f1465db7329be57c02f27e7aca215b.
| * | add negative weight to DNSWL entriesheraklit2562018-08-072-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | However, a message must be correctly DKIM signed to get some more negative weight in case an received IP is listed with medium or high trust at DNSWL. This supersedes a first patch without the DKIM condition.
* | | [Minor] Remove phishtank map ..dehnli2018-08-111-1/+0
| | | | | | | | | .. in favour of DNS based service
* | | Merge pull request #2404 from heraklit256/rbl-nixspamVsevolod Stakhov2018-08-092-5/+16
|\ \ \ | |/ / |/| | add NiX spam RBL
| * | add NiX Spam RBL (http://www.dnsbl.manitu.net/)heraklit2562018-08-072-5/+16
| |/
* / mark PKCS7 mime types as goodheraklit2562018-08-071-2/+2
|/
* Fix typo for ARC_REJECTEmerson Veenstra2018-08-021-2/+2
|
* Clickhouse tables retentionMikhail Galanin2018-07-261-0/+12
|
* [Conf] Add reputation module configuration placeholderVsevolod Stakhov2018-07-231-0/+35
|
* [Minor] Fix local variable in scriptVsevolod Stakhov2018-07-201-1/+1
|