mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
authenticated_headers = ["authentication-results"];
|
|
skip_local = false;
|
|
skip_authenticated = false;
|
|
|
|
use = ["x-spamd-bar", "x-spam-level", "x-virus", "authentication-results"];
|
|
|
|
routines {
|
|
x-virus {
|
|
symbols = ["CLAM_VIRUS", "FPROT_VIRUS", "JUST_EICAR"];
|
|
}
|
|
}
|