Your message dated Thu, 30 Jul 2026 05:04:39 +0000
with message-id <[email protected]>
and subject line Bug#1142520: fixed in email-reminder 1.2.0-1
has caused the Debian Bug report #1142520,
regarding email-reminder: email don't seems to be collected
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.)
--
1142520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1142520
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: email-reminder
Version: 1.1.0-2+b1
Severity: normal
Dear Maintainer,
I cannot catch when it start but it looks like if email are no more collected.
What I try as root
1) using systemd services
~# systemctl start email-reminder-collect.service
~# systemctl status email-reminder-collect.service
○ email-reminder-collect.service - Collect email reminders
Loaded: loaded (/usr/lib/systemd/system/email-reminder-collect.service;
static)
Active: inactive (dead) since Tue 2026-07-21 09:10:14 CEST; 2s ago
Invocation: 4a36a3f0dce847f8aac13229bc357be5
Process: 842083 ExecStart=/usr/sbin/collect-reminders (code=exited,
status=0/SUCCESS)
Process: 842089 ExecStartPost=/usr/bin/find /var/spool/email-reminder/
-name .* -prune -o -type f -exec /usr/bin/chown email-reminder {} +
(code=exited, status=0/SUCCESS)
Main PID: 842083 (code=exited, status=0/SUCCESS)
Mem peak: 7.8M
CPU: 77ms
juil. 21 09:10:14 nomade systemd[1]: Starting email-reminder-collect.service -
Collect email reminders...
juil. 21 09:10:14 nomade systemd[1]: email-reminder-collect.service:
Deactivated successfully.
juil. 21 09:10:14 nomade systemd[1]: Finished email-reminder-collect.service -
Collect email reminders.
~# ll /var/spool/email-reminder/
total 0
--> service has run but nothing was collected. Spool is empty
~# systemctl start email-reminder.service
~# systemctl status email-reminder.service
○ email-reminder.service - Send email reminders
Loaded: loaded (/usr/lib/systemd/system/email-reminder.service; static)
Active: inactive (dead) since Tue 2026-07-21 09:10:36 CEST; 7s ago
Invocation: 81eb4e62b0ba4a47a4f591f7a85963f0
TriggeredBy: ● email-reminder.timer
Process: 846423 ExecStart=/usr/bin/send-reminders (code=exited,
status=0/SUCCESS)
Main PID: 846423 (code=exited, status=0/SUCCESS)
Mem peak: 4.4M
CPU: 35ms
juil. 21 09:10:36 nomade systemd[1]: Starting email-reminder.service - Send
email reminders...
juil. 21 09:10:36 nomade systemd[1]: email-reminder.service: Deactivated
successfully.
juil. 21 09:10:36 nomade systemd[1]: Finished email-reminder.service - Send
email reminders.
~# ll /var/spool/email-reminder/
total 0
I did not get any email even if I have a daily email programmed through
email-reminder-editor
2) doing it manually
~# /usr/sbin/collect-reminders
~# ll /var/spool/email-reminder/
total 8
-rw-rw-r-- 1 root root 8191 21 juil. 09:11 1000
--> collect works
~# /usr/bin/send-reminders
Warning: for security reasons, this script should not be run as root.
~# ll /var/spool/email-reminder/
total 0
--> spool has been processed and I got email.
I try to make dpkg-reconfigure email-reminder but get the same result.
/home/my_user/.email-reminders mode is 100644 with my_user:my_user_group.
Could it be a permission issue?
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 7.1.3+deb14-amd64 (SMP w/20 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages email-reminder depends on:
ii adduser 3.157
ii debconf [debconf-2.0] 1.5.92
ii libc6 2.42-17
ii python3 3.13.9-3+b1
ii python3-defusedxml 0.7.1-3
ii python3-pyside6.qtcore 6.10.3-2
ii python3-pyside6.qtgui 6.10.3-2
ii python3-pyside6.qtwidgets 6.10.3-2
ii systemd 261.1-3
Versions of packages email-reminder recommends:
ii exim4-daemon-light [mail-transport-agent] 4.99.4-1
email-reminder suggests no packages.
-- debconf information:
* email-reminder/smtp_server: smtp.free.fr
* email-reminder/mail_from: [email protected]
* email-reminder/smtp_ssl: false
* email-reminder/smtp_username: [email protected]
* email-reminder/send_reminders: true
--- End Message ---
--- Begin Message ---
Source: email-reminder
Source-Version: 1.2.0-1
Done: Francois Marier <[email protected]>
We believe that the bug you reported is fixed in the latest version of
email-reminder, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Francois Marier <[email protected]> (supplier of updated email-reminder
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 29 Jul 2026 16:30:16 -0700
Source: email-reminder
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Francois Marier <[email protected]>
Changed-By: Francois Marier <[email protected]>
Closes: 1142520
Changes:
email-reminder (1.2.0-1) unstable; urgency=medium
.
* New upstream release
- fix for restricted home directories (closes: #1142520)
* Stop removing email-reminder user on purge
* Bump Standards-Version up to 4.7.4
* Bump debhelper-compat to 14
* Remove unnecessary Priority field in debian/control
* Add dh-sequence-single-binary build depends
* Fix quoting issues in debian/postinst
Checksums-Sha1:
4a95a0f1e4433672ef4e6c4a3282a8973fb11b35 2419 email-reminder_1.2.0-1.dsc
fdf557e5d49fe6f6b24ec10f76c0bc8553561e13 61249 email-reminder_1.2.0.orig.tar.gz
33b730a41e652550341c0daddcf9a3ac73e9e487 963
email-reminder_1.2.0.orig.tar.gz.asc
d800406b3e1f30b07723505b0e4d7fb9b21efd84 25944
email-reminder_1.2.0-1.debian.tar.xz
894f4af566b4dfe4468ac60cd1d480edfa35aab8 6242
email-reminder_1.2.0-1_source.buildinfo
Checksums-Sha256:
b21020a324ddbdf40ae436b71b1bd4d1ae7a01ec51586d7765b6f2bd40338dae 2419
email-reminder_1.2.0-1.dsc
74d15aa157bbeb20cc246b2c20fcc1de665e5ff3a7ee2dfdf8f40e581dc1f2b8 61249
email-reminder_1.2.0.orig.tar.gz
113632e63b20340ea641111fa0f305a21cb944432700c76ebd68b6f330c9a3c0 963
email-reminder_1.2.0.orig.tar.gz.asc
a32dbd3d6faaf7665017261e8a79079a335fd6b916a85339a3efdb47dbca1268 25944
email-reminder_1.2.0-1.debian.tar.xz
5d147c28ff14c49ef56a3ae8b046c9d7fe0773bef42428eb9d2d87f2af8fa502 6242
email-reminder_1.2.0-1_source.buildinfo
Files:
148c721ab208df788e12b4bbf6592fef 2419 mail optional email-reminder_1.2.0-1.dsc
8daf253f9785a9e9fabe1535074d68a8 61249 mail optional
email-reminder_1.2.0.orig.tar.gz
e62974b9fe36f0f08af570d0bdc2a59e 963 mail optional
email-reminder_1.2.0.orig.tar.gz.asc
e3691c7595a1cfe8c886f90446a1ca71 25944 mail optional
email-reminder_1.2.0-1.debian.tar.xz
f37832ac274511bba5c1e113035c6b4e 6242 mail optional
email-reminder_1.2.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEEjEcLKgsxVo4RDUMlFigfLgB8mNEFAmpq1upfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDhD
NDcwQjJBMEIzMTU2OEUxMTBENDMyNTE2MjgxRjJFMDA3Qzk4RDEACgkQFigfLgB8
mNHJwg//X1I3vZDyQSjmS0XDI//Dv1TxmCgOL1d05gZtH0spU+GyWCxhthcy7OlS
/bEbDqblQTOvBktMCmXpZAc5gkGe2VtpWWUPxmbv4Av6klOdyHFvkN8A1xmN0QQF
5Uvu7hejNjqL/izdPldlZW40Bj2/OFSqhSqXrIIPYxUASHHo2q8XgHGk7p7Qz+yI
3s2M+1QcGPj5vq/qzoAkQhHPlFoEtQ9YyZbV6dgYHnVrv3ejg9zce8Z6+9c2+lFZ
Dqv2KdqhW+9dg0Jbbimpa6nU7jTqZwaNlTyC1kubnhHA4hTH4j+NIC9OIwcXuHhk
6hKLw8sk9YP3sgu8kUSCO8hvl+5IA5DoRLaBQKqjkOnMq53l8fkdjCuYhvX0eBim
QndMqBHSTP0+4GZT3WWutt/DNO4QCRALwyJSXOWLIxPo28AdmJ07UB4YLmY2V85D
V4PMfC8IdZGo3eR8f8i4EHiPiIqxBaC7yYrVNxI7PRn4ZUUuAoK6KMsb3o108Pas
7yENXiz4HnVRNLLTunwlwnlTysISMwbhc/Z8c91SedEa9jJaSgRAdV/ZY2wQGx2+
TX60YkBWy5iLYYpZegA4cXY70/V1iIlKz84rezTtL+DxDErlkRSSb4NIKNpL/TKt
AnLlp/tNb0lWYVoR9NjfAgvW9et5+1PuwLqScHEIzbNRSYfD7vY=
=W7vY
-----END PGP SIGNATURE-----
pgpKHr3Xc28uD.pgp
Description: PGP signature
--- End Message ---