aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Another paths reworkVsevolod Stakhov2018-12-261-1/+1
|
* [Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedirVsevolod Stakhov2018-12-263-4/+5
|
* Oops, fix score for PKCS7 MIME typesheraklit2562018-12-191-2/+2
|
* [Conf] Rbl: DWL is actually special whitelistVsevolod Stakhov2018-12-151-0/+1
|
* Added message/rfc822 to mime_types.incMichael Kliewe2018-12-091-0/+1
| | | message/rfc822 is the mimetype if you forward an email as attachment (.eml)
* [Feature] Core: allow to emit soft reject on task timeoutVsevolod Stakhov2018-12-081-0/+3
|
* [Conf] Move to optionsVsevolod Stakhov2018-12-062-1/+3
|
* [Conf] Fix configuration sample for ratelimitVsevolod Stakhov2018-11-181-13/+16
|
* [Conf] Disable rspamd_update by default (again)Vsevolod Stakhov2018-11-161-0/+1
|
* [Minor] Allow to have bulk learn in the default configVsevolod Stakhov2018-11-161-14/+18
|
* [Minor] Clickhouse - adjust .conf to follow db scheme v2Carsten Rosenberg2018-11-121-8/+0
|
* [Minor] Ops, fix symbol nameVsevolod Stakhov2018-10-291-1/+1
|
* [Conf] Add DWL support in the default configurationVsevolod Stakhov2018-10-292-1/+44
|
* Merge pull request #2566 from heraklit256/composites-leaveVsevolod Stakhov2018-10-181-5/+10
|\ | | | | Minor Composite rule cleanup
| * lower score for PHISH_EMOTION to 1.0heraklit2562018-10-171-1/+1
| |
| * lower score for HAS_ANON_DOMAIN to 0.1heraklit2562018-10-171-1/+1
| |
| * Include ARC into AUTH_NA ruleheraklit2562018-10-041-2/+2
| |
| * Composite rules: Minor cleanupsheraklit2562018-10-041-1/+3
| | | | | | | | Added descriptions to some rules and unified AND operator.
| * leave original symbols for composite rulesheraklit2562018-10-041-0/+3
| | | | | | | | | | Removing original symbols if a composite rule triggers is kind of confusing and makes debugging harder.
* | [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
| | |