From 5b0137bc905318351e3cd6c348d6c3e5fe4e03a5 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Tue, 25 Jun 2019 00:32:38 -0400 Subject: [PATCH 1/1] New config for bionic (18.04) --- 65_debian.cf | 7 +++++++ sa-update-hooks.d/spampd | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100755 sa-update-hooks.d/spampd 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 + -- 2.34.1