forked from wurzel/fruitbasket
mail: rename header x-spam to x-spam-flag
This commit is contained in:
parent
04e983deb1
commit
de6c5b4abf
1 changed files with 5 additions and 1 deletions
|
@ -221,6 +221,10 @@ in
|
||||||
read_servers = "127.0.0.1";
|
read_servers = "127.0.0.1";
|
||||||
write_servers = "127.0.0.1";
|
write_servers = "127.0.0.1";
|
||||||
'';
|
'';
|
||||||
|
# headers in spamassasin style to not break old sieve scripts
|
||||||
|
"worker-proxy.inc".text = ''
|
||||||
|
spam_header = "X-Spam-Flag";
|
||||||
|
'';
|
||||||
"milter_headers.conf".text = ''
|
"milter_headers.conf".text = ''
|
||||||
use = ["x-spam-level", "x-spam-status"];
|
use = ["x-spam-level", "x-spam-status"];
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue