Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | symbols { |
| 2 | "MAILCOW_AUTH" { |
| 3 | description = "mailcow authenticated"; |
| 4 | score = -20.0; |
| 5 | } |
| 6 | "CTYPE_MIXED_BOGUS" { |
| 7 | score = 0.0; |
| 8 | } |
| 9 | "BAD_REP_POLICIES" { |
| 10 | score = 2.0; |
| 11 | } |
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 12 | "BAD_HEADER" { |
| 13 | score = 10.0; |
| 14 | } |
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 15 | "BULK_HEADER" { |
| 16 | score = 4.0; |
| 17 | } |
Matthias Andreas Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 18 | "ENCRYPTED_CHAT" { |
| 19 | score = -20.0; |
| 20 | } |
Matthias Andreas Benkard | 1ba5381 | 2022-12-27 17:32:58 +0100 | [diff] [blame] | 21 | "SOGO_CONTACT" { |
| 22 | score = -99.0; |
| 23 | } |
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 24 | } |
| 25 | |
| 26 | group "MX" { |
| 27 | "MX_INVALID" { |
| 28 | score = 0.5; |
| 29 | description = "No connectable MX"; |
| 30 | one_shot = true; |
| 31 | } |
| 32 | "MX_MISSING" { |
| 33 | score = 2.0; |
| 34 | description = "No MX record"; |
| 35 | one_shot = true; |
| 36 | } |
| 37 | "MX_GOOD" { |
| 38 | score = -0.01; |
| 39 | description = "MX was ok"; |
| 40 | one_shot = true; |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | group "reputation" { |
| 45 | symbols = { |
| 46 | "IP_REPUTATION_HAM" { |
| 47 | weight = 1.0; |
| 48 | } |
| 49 | "IP_REPUTATION_SPAM" { |
| 50 | weight = 4.0; |
| 51 | } |
| 52 | "SENDER_REP_HAM" { |
| 53 | weight = 1.0; |
| 54 | } |
| 55 | "SENDER_REP_SPAM" { |
| 56 | weight = 2.0; |
| 57 | } |
| 58 | } |
| 59 | } |