diff options
| author | 2021-02-06 13:45:07 +0200 | |
|---|---|---|
| committer | 2021-02-06 13:45:07 +0200 | |
| commit | 84a46c9ab27f0a593c413f5ee09ba19cf5fb1d1b (patch) | |
| tree | ecd4fc7e58d41fd487163655c4228f55e63da0b0 /config-default.yml | |
| parent | Ignore attachment-only messages for duplicates antispam rule (diff) | |
Lower max attachments per 10 seconds to 3
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config-default.yml b/config-default.yml index d3b267159..d323a946d 100644 --- a/config-default.yml +++ b/config-default.yml @@ -367,7 +367,7 @@ anti_spam:      rules:          attachments:              interval: 10 -            max: 9 +            max: 3          burst:              interval: 10 | 
