Control: tags -1 + pending

On Thu, Jun 15, 2017 at 04:23:22AM -0400, Norbert Preining wrote:
> It seems that the systemctl service files do not require a working 
> ipv6 setup

It's worse than that. The spamassassin.service unit that we're shipping
doesn't even have a dependency on the network at all. The improvements
to the unit file were committed to git some time ago, but never made it
into an upload.

Specifically, what's missing is "After=syslog.target network.target"

This will be fixed in unstable shortly, and in an update to stable ASAP.

> Also, it seems that the /etc/default/spamassassin file is not used.

That does not seem to be the case:
root@stretch:~# grep OPTIONS /etc/default/spamassassin 
OPTIONS="--create-prefs --max-children 5 --helper-home-dir --min-children 7 
--timeout-child=360"
root@stretch:~# ps auxwwww|grep spamassassin
root       493  4.8  8.2 162060 83924 ?        Ss   17:38   0:00 
/usr/sbin/spamd -d --pidfile=/var/run/spamassassin.pid --create-prefs 
--max-children 5 --helper-home-dir --min-children 7 --timeout-child=360

Thanks for your report.
noah

Reply via email to