Skip to content
Snippets Groups Projects
Commit 62a3381b authored by Jesse Norell's avatar Jesse Norell
Browse files

rspamd: fix remove-headers

parent a429409c
No related branches found
No related tags found
No related merge requests found
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;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment