浏览代码

Do not add milter headers for authenticated users

andryyy 8 年之前
父节点
当前提交
44197c410e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/conf/rspamd/local.d/milter_headers.conf

+ 1 - 1
data/conf/rspamd/local.d/milter_headers.conf

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