mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
Let the milter add to headers the reason for tagging a message as spam
This commit is contained in:
parent
642a15fbf7
commit
05bb5518ad
@ -41,6 +41,14 @@ in
|
||||
}
|
||||
'');
|
||||
|
||||
overrides = {
|
||||
"milter_headers.conf" = {
|
||||
text = ''
|
||||
extended_spam_headers = true;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
workers.rspamd_proxy = {
|
||||
type = "rspamd_proxy";
|
||||
bindSockets = [{
|
||||
|
Loading…
Reference in New Issue
Block a user