From 86c2be6e87f37cc52038cafbefba3dffe9955487 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 30 Jan 2014 15:53:39 +0000 Subject: [PATCH] Reduce noise for dkim signing. --- src/rmilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rmilter.c b/src/rmilter.c index 2757625..2361186 100644 --- a/src/rmilter.c +++ b/src/rmilter.c @@ -760,7 +760,7 @@ mlfi_envfrom(SMFICTX *ctx, char **envfrom) } else { priv->dkim = NULL; - msg_info ("do not add dkim signature for unauthorized user"); + msg_debug ("do not add dkim signature for unauthorized user"); } } CFG_UNLOCK();