Skip to content

Commit 52adda3

Browse files
author
Marius Burkard
committed
Merge branch 'jnorell-develop-patch-24455' into 'develop'
rspamd: fix remove-headers See merge request ispconfig/ispconfig3!1483
2 parents a429409 + 62a3381 commit 52adda3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
use = ["x-spamd-bar", "x-spam-level", "x-spam-status", "authentication-results"];
1+
use = ["x-spamd-bar", "x-spam-level", "x-spam-status", "authentication-results", "remove-headers"];
22
authenticated_headers = ["authentication-results"];
33
routines {
44
remove-headers {
5-
"X-Spam" = 0;
6-
"X-Spamd-Bar" = 0;
7-
"X-Spam-Level" = 0;
8-
"X-Spam-Status" = 0;
9-
"X-Spam-Flag" = 0;
5+
headers {
6+
"X-Spam" = 0;
7+
"X-Spamd-Bar" = 0;
8+
"X-Spam-Level" = 0;
9+
"X-Spam-Status" = 0;
10+
"X-Spam-Flag" = 0;
11+
}
1012
}
1113
}

0 commit comments

Comments
 (0)