From 759a711dc575028005594f6aa606f57015d5920c Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 12 Mar 2022 10:08:04 +0100 Subject: [PATCH] bundles/rspamd: remove from_name from dmarc reporting config --- bundles/rspamd/files/local.d/dmarc.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/rspamd/files/local.d/dmarc.conf b/bundles/rspamd/files/local.d/dmarc.conf index 318bef3..fa42ec0 100644 --- a/bundles/rspamd/files/local.d/dmarc.conf +++ b/bundles/rspamd/files/local.d/dmarc.conf @@ -5,5 +5,4 @@ reporting { org_name = 'kunbox.net'; smtp = '127.0.0.1'; smtp_port = 25; - from_name = 'rspamd @ ${node.metadata.get('hostname')}'; }