From: Vsevolod Stakhov Date: Tue, 15 Sep 2015 22:20:40 +0000 (+0100) Subject: Fix a stupid mistake in module name. X-Git-Tag: 1.0.0~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=726935dc509f08d29288b597da363b0d6764eea4;p=thirdparty%2Frspamd.git Fix a stupid mistake in module name. --- diff --git a/conf/modules.d/dmarc.conf b/conf/modules.d/dmarc.conf index d53d852be5..df984cfd20 100644 --- a/conf/modules.d/dmarc.conf +++ b/conf/modules.d/dmarc.conf @@ -1,3 +1,3 @@ -phishing { +dmarc { .include(try=true,priority=1) "${DBDIR}/dynamic/dmarc.conf" } \ No newline at end of file