aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2020-08-10 16:04:10 +0100
committerAnton Yuzhaninov <citrin+git@citrin.ru>2020-08-10 19:27:16 +0100
commit228161c45cb2443ff942dd5886a82e43862fa9d3 (patch)
tree66e1316707ca8bfd642130ab3d719fe96df76145 /conf
parent006a79bca4f2dd186a23334fd118bb3a2f0ff359 (diff)
downloadrspamd-228161c45cb2443ff942dd5886a82e43862fa9d3.tar.gz
rspamd-228161c45cb2443ff942dd5886a82e43862fa9d3.zip
[Feature] Add BOUNCE rule
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/headers_group.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/scores.d/headers_group.conf b/conf/scores.d/headers_group.conf
index c82c3a752..83048ea28 100644
--- a/conf/scores.d/headers_group.conf
+++ b/conf/scores.d/headers_group.conf
@@ -68,4 +68,8 @@ symbols = {
weight = -0.2;
description = "Message seems to be from maillist";
}
+ "BOUNCE" {
+ weight = -0.1;
+ description = "(Non) Delivery Status Notification";
+ }
}
rt/43025/stable30'>backport/43025/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/tests/Unit/Controller/SettingsControllerTest.php
blob: 0f4b12eae5fd0e59a8d50e855de0491500d321da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87