Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
52adda3f
Commit
52adda3f
authored
May 21, 2021
by
Marius Burkard
Browse files
Merge branch 'jnorell-develop-patch-24455' into 'develop'
rspamd: fix remove-headers See merge request
ispconfig/ispconfig3!1483
parents
a429409c
62a3381b
Pipeline
#8694
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/rspamd_milter_headers.conf.master
View file @
52adda3f
use = ["x-spamd-bar", "x-spam-level", "x-spam-status", "authentication-results"];
use = ["x-spamd-bar", "x-spam-level", "x-spam-status", "authentication-results"
, "remove-headers"
];
authenticated_headers = ["authentication-results"];
routines {
remove-headers {
"X-Spam" = 0;
"X-Spamd-Bar" = 0;
"X-Spam-Level" = 0;
"X-Spam-Status" = 0;
"X-Spam-Flag" = 0;
headers {
"X-Spam" = 0;
"X-Spamd-Bar" = 0;
"X-Spam-Level" = 0;
"X-Spam-Status" = 0;
"X-Spam-Flag" = 0;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment