public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Rspamd] Adjust default values for (perm) failures of DKIM and SPF
42fe1625
data/conf/rspamd/local.d/policies_group.conf | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
Diff
diff --git a/data/conf/rspamd/local.d/policies_group.conf b/data/conf/rspamd/local.d/policies_group.conf
index deaf3f0f..5b92d925 100644
--- a/data/conf/rspamd/local.d/policies_group.conf
+++ b/data/conf/rspamd/local.d/policies_group.conf
@@ -3,6 +3,15 @@ symbols = {
score = 0.0;
}
"R_SPF_FAIL" {
- score = 4.0;
+ score = 7.0;
+ }
+ "R_SPF_PERMFAIL" {
+ score = 7.0;
+ }
+ "R_DKIM_REJECT" {
+ score = 7.0;
+ }
+ "R_DKIM_PERMFAIL" {
+ score = 7.0;
}
}