[Web] Small adjustments to presets
This commit is contained in:
7
data/web/inc/presets/rspamd/preset_1.yml
Normal file
7
data/web/inc/presets/rspamd/preset_1.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
headline: lang.rsettings_preset_1
|
||||
content: |
|
||||
priority = 10;
|
||||
authenticated = yes;
|
||||
apply "default" {
|
||||
symbols_enabled = ["DKIM_SIGNED", "RATELIMITED", "RATELIMIT_UPDATE", "RATELIMIT_CHECK", "DYN_RL_CHECK", "HISTORY_SAVE", "MILTER_HEADERS", "ARC_SIGNED"];
|
||||
}
|
5
data/web/inc/presets/rspamd/preset_2.yml
Normal file
5
data/web/inc/presets/rspamd/preset_2.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
headline: lang.rsettings_preset_2
|
||||
content: |
|
||||
priority = 10;
|
||||
rcpt = "/postmaster@.*/";
|
||||
want_spam = yes;
|
Reference in New Issue
Block a user