Your message dated Wed, 3 May 2023 19:44:48 +0200
with message-id <[email protected]>
and subject line Re: Bug#1034639: unblock: spamassassin/4.0.0-5
has caused the Debian Bug report #1034639,
regarding unblock: spamassassin/4.0.0-5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1034639: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034639
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:spamassassin
Please unblock package spamassassin
This is a targeted change that addresses #1034347, in which spamd can
sometimes be started with incorrect DNS server configuration. This happens
because spamd startup happened too early in the boot process, and services
responsible for populating resolv.conf had not necessarily run yet. The
solution was to order spamd.service After=network-online.target, as shown in
the attached debdiff.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034347
[ Reason ]
Spamd needs a valid DNS configuration for complete operation.
[ Impact ]
Without working DNS, spamd is unable to make use of many of its core mail
validation services, which diminishes its usefulness.
[ Tests ]
Manual validation by myself and the bug submitter.
[ Risks ]
It's a trivial change to the boot order and should not impact anything that
depends on spamd.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock spamassassin/4.0.0-5
diff -Nru spamassassin-4.0.0/debian/changelog
spamassassin-4.0.0/debian/changelog
--- spamassassin-4.0.0/debian/changelog 2023-01-06 13:05:09.000000000 -0800
+++ spamassassin-4.0.0/debian/changelog 2023-04-16 13:28:05.000000000 -0700
@@ -1,3 +1,9 @@
+spamassassin (4.0.0-5) unstable; urgency=medium
+
+ * Update spamd.service to order after network-online.target (Closes:
#1034347)
+
+ -- Noah Meyerhans <[email protected]> Sun, 16 Apr 2023 13:28:05 -0700
+
spamassassin (4.0.0-4) unstable; urgency=medium
* Revert "drop unused params from Makefile.PL"
diff -Nru spamassassin-4.0.0/debian/spamd.service
spamassassin-4.0.0/debian/spamd.service
--- spamassassin-4.0.0/debian/spamd.service 2023-01-06 12:32:43.000000000
-0800
+++ spamassassin-4.0.0/debian/spamd.service 2023-04-16 13:04:49.000000000
-0700
@@ -1,6 +1,6 @@
[Unit]
Description=Perl-based spam filter using text analysis
-After=network.target
+After=syslog.target network-online.target
[Service]
Type=simple
--- End Message ---
--- Begin Message ---
Hi,
Unblocked -6 several days ago, should migrate tonight.
Paul
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---