New config for bionic (18.04)
authorAlex Dehnert <alex@dehnerts.com>
Tue, 25 Jun 2019 04:32:38 +0000 (00:32 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Tue, 25 Jun 2019 04:32:38 +0000 (00:32 -0400)
65_debian.cf
sa-update-hooks.d/spampd [new file with mode: 0755]

index f0848e7079e2f775711e823b3354b09313e07fd6..c92da6f7534b069295b82d96a0bbc1ec6f1b8be9 100644 (file)
@@ -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 (executable)
index 0000000..4ea8b06
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+service spampd restart
+
+exit 0
+