7 lines
221 B
Text
7 lines
221 B
Text
# Managed by Ansible
|
|
|
|
# Remove external mail processing headers
|
|
/^X-Spam-.*: .*$/ IGNORE
|
|
/^X-Amavis-.*: .*$/ IGNORE
|
|
/^X-Virus-.*: .*$/ IGNORE
|
|
/^X-Rc-(Spam|Virus)+: .*$/ IGNORE
|