aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in RCVD_UNAUTH_PBLheraklit2562019-02-131-1/+1
|
* [Conf] Remove abuse.chVsevolod Stakhov2019-02-052-9/+0
| | | | | Issue: #2744 Closes: #2744
* keys from config and http arrayizedJohn McKay2019-02-021-4/+11
|
* [Feature] Mime_types: Add MIME_BAD_UNICODE ruleVsevolod Stakhov2019-01-181-0/+5
|
* Merge pull request #2718 from HeinleinSupport/symbol_failVsevolod Stakhov2019-01-181-0/+4
|\ | | | | [Minor] lua_scanners - use pattern for FAIL symbol
| * [Minor] lua_scanners - use pattern for FAIL symbolCarsten Rosenberg2019-01-181-0/+4
| |
* | [Conf] Add missing includesVsevolod Stakhov2019-01-181-0/+4
|/
* Merge pull request #2711 from HeinleinSupport/masterVsevolod Stakhov2019-01-172-1/+102
|\ | | | | Oletools,ICAP support / lua_scanners enhancements
| * [Fix] groups.conf - filename typoCarsten Rosenberg2019-01-141-2/+2
| |
| * [Minor] external_services config + groupsCarsten Rosenberg2019-01-132-1/+102
| |
* | [Rules] Add VIOLATED_DIRECT_SPF compositeVsevolod Stakhov2019-01-151-113/+120
|/
* [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
| |