First Shot
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
26
Stable2.0/conf/local.d/policies_group.conf
Normal file
26
Stable2.0/conf/local.d/policies_group.conf
Normal file
@ -0,0 +1,26 @@
|
||||
symbols = {
|
||||
"ARC_REJECT" {
|
||||
score = 0.1;
|
||||
}
|
||||
"R_SPF_FAIL" {
|
||||
score = 8.0;
|
||||
}
|
||||
"R_SPF_PERMFAIL" {
|
||||
score = 8.0;
|
||||
}
|
||||
"R_SPF_SOFTFAIL" {
|
||||
score = 0.1;
|
||||
}
|
||||
"R_DKIM_REJECT" {
|
||||
score = 8.0;
|
||||
}
|
||||
"DMARC_POLICY_REJECT" {
|
||||
weight = 16.0;
|
||||
}
|
||||
"DMARC_POLICY_QUARANTINE" {
|
||||
weight = 8.0;
|
||||
}
|
||||
"DMARC_POLICY_SOFTFAIL" {
|
||||
weight = 0.1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user