Your message dated Sat, 13 Jul 2013 18:15:20 +0200
with message-id
<[email protected]>
and subject line Re: mailman: On moderation bad message sent to sender.
has caused the Debian Bug report #644940,
regarding mailman: On moderation bad message sent to sender.
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.)
--
644940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644940
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mailman
Version: 1:2.1.14-3
Severity: normal
Tags: patch
Dear Maintainer,
When a user sends a mail and it is moderated, there are two separate messages
to be sent. One, reason, is to be sent to the moderator. The second, rejection,
should be sent to the author of the message, I think. But the reason is sent
also to the sender, instead.
This patch may be applied on /usr/lib/mailman/Mailman/Handlers/Hold.py to fix
the issue.
229c229
< 'reason' : _(reason),
---
> 'reason' : _(msgdata['rejection_notice']),
Yours sincerely
Jan Moskyto Matejka
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mailman depends on:
ii apache2 2.2.21-1
ii apache2-mpm-prefork [httpd] 2.2.21-1
ii cron 3.0pl1-120
ii debconf [debconf-2.0] 1.5.40
ii libc6 2.13-21
ii logrotate 3.7.8-6
ii lsb-base 3.2-28
ii pwgen 2.06-1+b1
ii python 2.7.2-8
ii ucf 3.0025+nmu2
Versions of packages mailman recommends:
ii postfix [mail-transport-agent] 2.8.3-1
Versions of packages mailman suggests:
ii listadmin 2.40-4
ii lynx 2.8.8dev.9-2
ii spamassassin 3.3.2-2
-- debconf information:
* mailman/site_languages: en
* mailman/used_languages: en
* mailman/create_site_list:
* mailman/queue_files_present: continue regardless
* mailman/default_server_language: en
mailman/gate_news: false
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi Jan,
> When a user sends a mail and it is moderated, there are two separate
> messages to be sent. One, reason, is to be sent to the moderator. The
> second, rejection, should be sent to the author of the message, I think.
> But the reason is sent also to the sender, instead.
Thanks for the patch. However, I'm not including it as I received the
following rationale against it from upstream:
"I disagree with the premise of this bug/patch which is that the
notification of a held message sent to the sender should contain the
'rejection notice' rather than the 'hold reason'. While in some cases,
it may seem that the rejection notice is more informative, these notices
are designed to apply only if the post is rejected and are not
appropriate as 'hold reasons' for a post which may later be accepted."
Cheers,
Thijs
--- End Message ---