Control: reopen -1
Tags: jessie
Version: 3.4.0-6
Ahem, this little annoying bug is still here in jessie.
Attached current patch for jessie.
--- /tmp/spamassassin 2015-01-31 00:00:00.000000000 +0100
+++ /etc/cron.daily/spamassassin 2017-01-04 09:40:08.701957763 +0100
@@ -36,7 +36,7 @@
if [ -x /usr/bin/re2c -a -x /usr/bin/sa-compile ]; then
env -i LANG="$LANG" PATH="$PATH" start-stop-daemon \
--chuid debian-spamd:debian-spamd --start \
- --exec /usr/bin/sa-compile -- --quiet
+ --exec /usr/bin/sa-compile -- --quiet > /dev/null 2>&1
# Fixup perms -- group and other should be able to
# read and execute, but never write. Works around
@@ -78,7 +78,7 @@
# got updates!
env -i LANG="$LANG" PATH="$PATH" start-stop-daemon \
--chuid debian-spamd:debian-spamd --start \
- --exec /usr/bin/spamassassin -- --lint 2>&1 || die_with_lint
+ --exec /usr/bin/spamassassin -- --lint > /dev/null 2>&1 || die_with_lint
do_compile
reload
;;