summaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-31 10:22:52 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-08-31 10:22:52 +0200
commit28866f60631a43caa580686d11731e51587d2e5a (patch)
tree587be224bc643d859a58c50ef71d87bc259d69eb /conf/metrics.conf
parentdacfdb076ba21ef1c3be5c9d7bb87723f74d952b (diff)
downloadrspamd-28866f60631a43caa580686d11731e51587d2e5a.tar.gz
rspamd-28866f60631a43caa580686d11731e51587d2e5a.zip
[Minor] Finish reworking rules
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf108
1 files changed, 0 insertions, 108 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 1294ca2f1..7ece1c542 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -37,18 +37,6 @@ metric {
weight = 0.30;
description = "Sender is forged (different From: header and smtp MAIL FROM: addresses)";
}
- symbol "MIME_HTML_ONLY" {
- weight = 0.2;
- description = "Messages that have only HTML part";
- }
- symbol "FM_FAKE_HELO_VERIZON" {
- weight = 2.0;
- description = "Fake helo for verizon provider";
- }
- symbol "MISSING_TO" {
- weight = 2.0;
- description = "To header is missing";
- }
symbol "R_MIXED_CHARSET" {
weight = 5.0;
description = "Mixed characters in a message";
@@ -91,15 +79,6 @@ metric {
group "subject" {
max_score = 6.0;
-
- symbol "LONG_SUBJ" {
- weight = 6.0;
- description = "Subject is too long";
- }
- symbol "SUBJ_ALL_CAPS" {
- weight = 3.0;
- description = "No lower case letters in subject";
- }
}
group "mua" {
@@ -109,70 +88,6 @@ metric {
}
}
- group "body" {
- symbol "R_WHITE_ON_WHITE" {
- weight = 4.0;
- description = "White color on white background in HTML messages";
- }
- symbol "HTML_SHORT_LINK_IMG_1" {
- weight = 3.0;
- description = "Short html part with a link to an image";
- }
- symbol "HTML_SHORT_LINK_IMG_2" {
- weight = 1.0;
- description = "Short html part with a link to an image";
- }
- symbol "HTML_SHORT_LINK_IMG_3" {
- weight = 0.5;
- description = "Short html part with a link to an image";
- }
- symbol "R_PARTS_DIFFER" {
- weight = 1.0;
- description = "Text and HTML parts differ";
- }
-
- symbol "R_EMPTY_IMAGE" {
- weight = 2.0;
- description = "Message contains empty parts and image";
- }
- symbol "DRUGS_MANYKINDS" {
- weight = 2.0;
- description = "Drugs patterns inside message";
- }
- symbol "DRUGS_ANXIETY" {
- weight = 2.0;
- description = "";
- }
- symbol "DRUGS_MUSCLE" {
- weight = 2.0;
- description = "";
- }
- symbol "DRUGS_ANXIETY_EREC" {
- weight = 2.0;
- description = "";
- }
- symbol "DRUGS_DIET" {
- weight = 2.0;
- description = "";
- }
- symbol "DRUGS_ERECTILE" {
- weight = 2.0;
- description = "";
- }
- symbol "ADVANCE_FEE_2" {
- weight = 3.300000;
- description = "2 'advance fee' patterns in a message";
- }
- symbol "ADVANCE_FEE_3" {
- weight = 2.120000;
- description = "3 'advance fee' patterns in a message";
- }
- symbol "R_LOTTO" {
- weight = 8.0;
- description = "Lotto signatures";
- }
- }
-
group "rbl" {
symbol "DNSWL_BLOCKED" {
weight = 0.0;
@@ -577,22 +492,6 @@ metric {
}
}
- group "date" {
-
- symbol "DATE_IN_FUTURE" {
- weight = 4.0;
- description = "Message date is in future";
- }
- symbol "DATE_IN_PAST" {
- weight = 1.0;
- description = "Message date is in past";
- }
- symbol "MISSING_DATE" {
- weight = 1.0;
- description = "Message date is missing";
- }
- }
-
group "hfilter" {
symbol "HFILTER_HELO_BAREIP" {
weight = 3.00;
@@ -774,13 +673,6 @@ metric {
one_shot = true;
}
}
- group "url" {
- symbol "R_SUSPICIOUS_URL" {
- weight = 6.0;
- description = "Obfusicated or suspicious URL has been found in a message";
- one_shot = true;
- }
- }
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/metrics.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/metrics.conf"
ackport/47858/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ko.js
blob: fcfb842fdf0a4a037ec6d4de56c4613b8d1a51e0 (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305