Do not add milter headers for authenticated users

master
andryyy 2017-06-13 07:41:00 +02:00
parent fcfc119805
commit 44197c410e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use = ["spam-header", "x-spamd-result", "x-rspamd-queue-id", "authentication-results"]; use = ["spam-header", "x-spamd-result", "x-rspamd-queue-id", "authentication-results"];
skip_local = false; skip_local = false;
skip_authenticated = false; skip_authenticated = true;
routines { routines {
spam-header { spam-header {
header = "X-Spam-Flag"; header = "X-Spam-Flag";