Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Another paths rework | Vsevolod Stakhov | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | [Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedir | Vsevolod Stakhov | 2018-12-26 | 3 | -4/+5 |
| | |||||
* | Oops, fix score for PKCS7 MIME types | heraklit256 | 2018-12-19 | 1 | -2/+2 |
| | |||||
* | [Conf] Rbl: DWL is actually special whitelist | Vsevolod Stakhov | 2018-12-15 | 1 | -0/+1 |
| | |||||
* | Added message/rfc822 to mime_types.inc | Michael Kliewe | 2018-12-09 | 1 | -0/+1 |
| | | | message/rfc822 is the mimetype if you forward an email as attachment (.eml) | ||||
* | [Feature] Core: allow to emit soft reject on task timeout | Vsevolod Stakhov | 2018-12-08 | 1 | -0/+3 |
| | |||||
* | [Conf] Move to options | Vsevolod Stakhov | 2018-12-06 | 2 | -1/+3 |
| | |||||
* | [Conf] Fix configuration sample for ratelimit | Vsevolod Stakhov | 2018-11-18 | 1 | -13/+16 |
| | |||||
* | [Conf] Disable rspamd_update by default (again) | Vsevolod Stakhov | 2018-11-16 | 1 | -0/+1 |
| | |||||
* | [Minor] Allow to have bulk learn in the default config | Vsevolod Stakhov | 2018-11-16 | 1 | -14/+18 |
| | |||||
* | [Minor] Clickhouse - adjust .conf to follow db scheme v2 | Carsten Rosenberg | 2018-11-12 | 1 | -8/+0 |
| | |||||
* | [Minor] Ops, fix symbol name | Vsevolod Stakhov | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | [Conf] Add DWL support in the default configuration | Vsevolod Stakhov | 2018-10-29 | 2 | -1/+44 |
| | |||||
* | Merge pull request #2566 from heraklit256/composites-leave | Vsevolod Stakhov | 2018-10-18 | 1 | -5/+10 |
|\ | | | | | Minor Composite rule cleanup | ||||
| * | lower score for PHISH_EMOTION to 1.0 | heraklit256 | 2018-10-17 | 1 | -1/+1 |
| | | |||||
| * | lower score for HAS_ANON_DOMAIN to 0.1 | heraklit256 | 2018-10-17 | 1 | -1/+1 |
| | | |||||
| * | Include ARC into AUTH_NA rule | heraklit256 | 2018-10-04 | 1 | -2/+2 |
| | | |||||
| * | Composite rules: Minor cleanups | heraklit256 | 2018-10-04 | 1 | -1/+3 |
| | | | | | | | | Added descriptions to some rules and unified AND operator. | ||||
| * | leave original symbols for composite rules | heraklit256 | 2018-10-04 | 1 | -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 example | Vsevolod Stakhov | 2018-10-16 | 1 | -1/+4 |
| | | |||||
* | | [Conf] Extend BAD_POLICIES composite | Vsevolod Stakhov | 2018-10-15 | 1 | -2/+2 |
| | | |||||
* | | add HAS_ONION_URI to HAS_ANON_DOMAIN | heraklit256 | 2018-10-13 | 1 | -1/+1 |
| | | |||||
* | | [Conf] Log forced action by default | Vsevolod Stakhov | 2018-10-11 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Fixes for the previous project | Vsevolod Stakhov | 2018-10-09 | 1 | -2/+1 |
| | | |||||
* | | [Conf] Add composite to negate policies when fuzzy/bayes found | Vsevolod Stakhov | 2018-10-09 | 1 | -0/+6 |
| | | |||||
* | | [Conf] Increase default bayes score | Vsevolod Stakhov | 2018-10-09 | 1 | -1/+1 |
| | | |||||
* | | [Conf] Add dkim checks for some surbl rules | Vsevolod Stakhov | 2018-10-09 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2543 from heraklit256/extended-dnswl-scores | Vsevolod Stakhov | 2018-10-08 | 1 | -2/+5 |
|\ \ | |/ |/| | leaving original symbols if DNSWL composite rules are triggered | ||||
| * | lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0 | heraklit256 | 2018-10-08 | 1 | -1/+1 |
| | | |||||
| * | lower weight for RCVD_DKIM_ARC_DNSWL_MED and RCVD_DKIM_ARC_DNSWL_HIGH | heraklit256 | 2018-10-04 | 1 | -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 triggered | heraklit256 | 2018-09-27 | 1 | -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 whitelist | Vsevolod Stakhov | 2018-09-29 | 1 | -1/+1 |
| | | |||||
* | | [Conf] Specify whitelist symbols group | Vsevolod Stakhov | 2018-09-29 | 3 | -5/+65 |
| | | |||||
* | | Merge pull request #2544 from heraklit256/composites-cleanup | Vsevolod Stakhov | 2018-09-28 | 1 | -1/+1 |
|\ \ | | | | | | | Fix description for composite rule RBL_SPAMHAUS_XBL_ANY | ||||
| * | | Fix description for composite rule RBL_SPAMHAUS_XBL_ANY | heraklit256 | 2018-09-27 | 1 | -1/+1 |
| | | | |||||
* | | | [Minor] Antivirus - configureable mime_part scanning | Carsten Rosenberg | 2018-09-26 | 1 | -2/+6 |
| | | | |||||
* | | | [Minor] DCC Upstreams support | Carsten Rosenberg | 2018-09-26 | 1 | -4/+8 |
|/ / | |||||
* | | [Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMY | Alexander Moisseev | 2018-09-25 | 1 | -5/+0 |
| | | |||||
* | | [CritFix] Increase default words_decay | Vsevolod Stakhov | 2018-09-25 | 1 | -1/+1 |
| | | |||||
* | | [Conf] Restore ability to disable phishtank | Alexander Moisseev | 2018-09-25 | 1 | -1/+1 |
| | | |||||
* | | [Conf] Add maximum group score for phishing | Vsevolod Stakhov | 2018-09-23 | 1 | -0/+2 |
| | | |||||
* | | [Conf] Slashing change: add settings configuration to the vanilla set | Vsevolod Stakhov | 2018-09-18 | 2 | -0/+67 |
| | | |||||
* | | Merge pull request #2486 from heraklit256/rbl-blocklist | Vsevolod Stakhov | 2018-09-15 | 1 | -0/+1 |
|\ \ | | | | | | | make sure blocklist.de-rule for Received IPs only triggers once | ||||
| * | | make sure blocklist.de-rule for Received IPs only triggers once | heraklit256 | 2018-09-14 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #2471 from heraklit256/rbl-blocklist | Vsevolod Stakhov | 2018-09-12 | 2 | -0/+25 |
|\| | | | | | | | | Add blocklist.de RBL | ||||
| * | | add blocklist.de RBL for from and received addresses | heraklit256 | 2018-09-08 | 2 | -0/+25 |
| | | | |||||
* | | | add rule for domains trying to stay anonymous | heraklit256 | 2018-09-09 | 1 | -0/+5 |
| | | | |||||
* | | | improve composite rules for phish messages | heraklit256 | 2018-09-09 | 1 | -2/+2 |
| | | | |||||
* | | | add some missing composite rule description | heraklit256 | 2018-09-09 | 1 | -0/+2 |
| | | | |||||
* | | | add rule for spammy mails with detailled sender but generic recipients | heraklit256 | 2018-09-08 | 1 | -0/+6 |
| | | |