You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Remove the username from the milter_headers
Rspamd adds the name of the authenticated user by default. Setting add_smtp_user to false prevents the login to be leaked.
This commit is contained in:
@@ -5,6 +5,9 @@ skip_authenticated = false;
|
|||||||
use = ["x-spamd-bar", "x-spam-level", "x-virus", "authentication-results"];
|
use = ["x-spamd-bar", "x-spam-level", "x-virus", "authentication-results"];
|
||||||
|
|
||||||
routines {
|
routines {
|
||||||
|
authentication-results {
|
||||||
|
add_smtp_user = false;
|
||||||
|
}
|
||||||
x-virus {
|
x-virus {
|
||||||
symbols = ["CLAM_VIRUS", "FPROT_VIRUS", "JUST_EICAR"];
|
symbols = ["CLAM_VIRUS", "FPROT_VIRUS", "JUST_EICAR"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user