mailcow/data/conf/rspamd/local.d/groups.conf

57 lines
850 B
Plaintext
Raw Normal View History

2020-01-05 18:24:13 +08:00
symbols {
2020-01-07 01:47:51 +08:00
"MAILCOW_AUTH" {
2020-01-05 18:24:13 +08:00
description = "mailcow authenticated";
score = -20.0;
}
2020-01-07 01:47:51 +08:00
"CTYPE_MIXED_BOGUS" {
2020-01-05 18:24:13 +08:00
score = 0.0;
}
2020-01-07 01:47:51 +08:00
"BAD_REP_POLICIES" {
score = 2.0;
2020-01-05 18:24:13 +08:00
}
2021-05-24 05:12:07 +08:00
"BAD_HEADER" {
score = 10.0;
}
2020-03-22 03:19:58 +08:00
"BULK_HEADER" {
2020-04-14 16:34:09 +08:00
score = 4.0;
}
2021-07-09 15:19:06 +08:00
"ENCRYPTED_CHAT" {
score = -20.0;
}
}
group "MX" {
2020-01-07 01:47:51 +08:00
"MX_INVALID" {
score = 0.5;
description = "No connectable MX";
one_shot = true;
}
2020-01-07 01:47:51 +08:00
"MX_MISSING" {
score = 2.0;
description = "No MX record";
one_shot = true;
}
2020-01-07 01:47:51 +08:00
"MX_GOOD" {
score = -0.01;
description = "MX was ok";
one_shot = true;
}
}
group "reputation" {
symbols = {
"IP_REPUTATION_HAM" {
weight = 1.0;
}
"IP_REPUTATION_SPAM" {
weight = 4.0;
}
"SENDER_REP_HAM" {
weight = 1.0;
}
"SENDER_REP_SPAM" {
weight = 2.0;
}
}
}