blob: 8799db1cf3a4a9244c39df41b5828c2cc24d77b0 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001symbols = {
2 "ARC_REJECT" {
3 score = 0.01;
4 }
5 "R_SPF_FAIL" {
6 score = 8.0;
7 }
8 "R_SPF_PERMFAIL" {
9 score = 8.0;
10 }
11 "R_DKIM_REJECT" {
12 score = 8.0;
13 }
14 "DMARC_POLICY_REJECT" {
15 weight = 16.0;
16 }
17 "DMARC_POLICY_QUARANTINE" {
18 weight = 8.0;
19 }
20 "DMARC_POLICY_SOFTFAIL" {
21 weight = 0.0;
22 }
23}