[Rspamd] Remove deprecated attachments_only in AV module
[Rspamd] Remove old symbol score
This commit is contained in:
parent
40888a713a
commit
73b48fc13e
@ -1,5 +1,5 @@
|
|||||||
clamav {
|
clamav {
|
||||||
attachments_only = true;
|
scan_mime_parts = true;
|
||||||
symbol = "CLAM_VIRUS";
|
symbol = "CLAM_VIRUS";
|
||||||
type = "clamav";
|
type = "clamav";
|
||||||
log_clean = true;
|
log_clean = true;
|
||||||
|
@ -26,12 +26,6 @@ group "MX" {
|
|||||||
one_shot = "true";
|
one_shot = "true";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
symbol "SPOOFED_SENDER" {
|
|
||||||
description = "Sender is not authenticated but part of mailcow managed domains";
|
|
||||||
score = 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
symbol "CTYPE_MIXED_BOGUS" {
|
symbol "CTYPE_MIXED_BOGUS" {
|
||||||
score = 0.0;
|
score = 0.0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user