From: Alex Dehnert Date: Tue, 25 Jun 2019 04:32:38 +0000 (-0400) Subject: New config for bionic (18.04) X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=5b0137bc905318351e3cd6c348d6c3e5fe4e03a5;hp=bc8092b253778f3765bc902208ca36d02d1457da;p=sysconfig%2Fspamassassin.git New config for bionic (18.04) --- diff --git a/65_debian.cf b/65_debian.cf index f0848e7..c92da6f 100644 --- a/65_debian.cf +++ b/65_debian.cf @@ -25,3 +25,10 @@ header __CRON_HEADER X-Cron-Env =~ /./ meta D_SENT_BY_CRON __CRON_FROM && __CRON_HEADER score D_SENT_BY_CRON -5.0 describe D_SENT_BY_CRON Sent by Cron Daemon + +# As documented in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861671, +# the bb.barracudacentral.org blacklist requires users to register, making it +# unsuitable for use in the default configuration. If you've registered your +# use of this blacklist, remove the following line in order to re-activate +# this service: +score RCVD_IN_BRBL_LASTEXT 0 diff --git a/sa-update-hooks.d/spampd b/sa-update-hooks.d/spampd new file mode 100755 index 0000000..4ea8b06 --- /dev/null +++ b/sa-update-hooks.d/spampd @@ -0,0 +1,6 @@ +#!/bin/sh + +service spampd restart + +exit 0 +