Public bug reported:
In RFC1153Digester.finish(), we have this comment:
# This is not strictly conformant RFC 1153. The trailer is only
# supposed to contain two lines, i.e. the "End of ... Digest" line
# and the row of asterisks. If this screws up MUAs, the solution
# is to add the footer as the last message in the RFC 1153 digest.
# I just hate the way that VM does that and I think it's confusing
# to users, so don't do it unless there's a clamor.
It is bogus that Mailman works around VM this way, so the code should be fixed to fully conform to RFC 1153. While this bug report is specifically targeted to Mailman 3, it also affects MM2.1, but I'll let Mark decide the priority of that bugtask.
** Affects: mailman
Importance: Medium
Status: Triaged
** Tags: mailman3
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/887610
Title:
RFC 1153 digests should not work around VM bug
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/887610/+subscriptions
Public bug reported:
FAQ 2.3 describes problems with Outlook's ugly display of Sender "on
behalf of" From, giving the example as "From listname-
bounces(a)mailman.server.com On behalf of fred(a)poster.domain.com". But
Outlook prefers to show the real name and hide the Internet address,
when a real name is present. Most commonly the From would be "From:
Fred Example <fred(a)poster.domain.com>" and as a result Outlook would
display "From listname-bounces(a)mailman.server.com On behalf of Fred
Example".
If Mailman wrote the Sender header with a real name Outlook would show
the name there too. For example, if the list name (local part) were
inserted, thus "Sender: listname <listname-bounces(a)mailman.server.com>",
then Outlook would display "From listname on behalf of Fred Example"
which is much better in appearance and still complies with using a
Sender header.
RFC 2822 allows Sender to contain a real name.
sender = "Sender:" mailbox CRLF
mailbox = name-addr / addr-spec
name-addr = [display-name] angle-addr
** Affects: mailman
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/736849
Title:
Sender header change to improve Outlook
Public bug reported:
There is a misspelled word in the german translation file of the
invitation text.
Fix:
sed -i 's/einzutragenn/einzutragen/' /usr/share/mailman/de/invite.txt
** Affects: mailman
Importance: Undecided
Status: New
** Affects: mailman (Debian)
Importance: Unknown
Status: Unknown
** Bug watch added: Debian Bug tracker #627429
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627429
** Also affects: mailman (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627429
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/815444
Title:
typo in german invite.txt 'einzutragenn'
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/815444/+subscriptions
Public bug reported:
Most of the templates use a DOCTYPE of HTML 4.01 Transitional, but the
AST templates use HTML 3.2.
The patch updates the DOCTYPES for the AST templates.
** Affects: mailman
Importance: Undecided
Status: New
--
Templates for AST use inconsistent DOCTYPE
https://bugs.launchpad.net/bugs/500955
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
Public bug reported:
The DOCTYPE header for 2 files in the sk templates contain extra escape
characters around the quote marks.
** Affects: mailman
Importance: Undecided
Status: New
--
Extra escape characters in DOCTYPE
https://bugs.launchpad.net/bugs/500952
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
Public bug reported:
If posting to a list is secured by requiring an Approved: or X-Approved:
header for a post to be accepted without moderation, the list admin or
moderator password can be compromised by sending it in the headers of an
email message.
There should be a 'poster' password for this purpose only so the
consequences of compromise would be less severe.
** Affects: mailman
Importance: Wishlist
Assignee: Mark Sapiro (msapiro)
Status: In Progress
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/770581
Title:
The list admin or moderator password can be compromised by sending in
an Approved: header
Public bug reported:
mailman Makefile should respect the LDFLAGS variable. See attached
patch.
** Affects: mailman
Importance: Undecided
Status: New
--
mailman should respect LDFLAGS
https://bugs.launchpad.net/bugs/637652
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
Public bug reported:
A message in the moderation queue has had an empty sender address
("From: foobar <>").
This leads to the folowing traceback:
admin(9230): [----- Mailman Version: 2.1.14 -----]
admin(9230): [----- Traceback ------]
admin(9230): Traceback (most recent call last):
admin(9230): File "/home/.internal/mailman/scripts/driver", line 112, in run_main
admin(9230): main()
admin(9230): File "/home/.internal/mailman/Mailman/Cgi/admindb.py", line 167, in main
admin(9230): process_form(mlist, doc, cgidata)
admin(9230): File "/home/.internal/mailman/Mailman/Cgi/admindb.py", line 718, in process_form
admin(9230): if id not in senderactions[sender]['message_ids']:
admin(9230): KeyError: 'message_ids'
** Affects: mailman
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/897103
Title:
Crash when moderating messages with empty sender address
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/897103/+subscriptions
Public bug reported:
In Handlers/CookHeaders.py, the regex to match a "Re" line is not
liberal enough. French MUAs often use a "Re :" tag, with a space before
the colon. I suggest that instead of '((RE|AW|SV|VS)(\[\d+\])?:\s*)+',
it should be '((RE|AW|SV|VS)\s*(\[\d+\])?\s*:\s*)+'.
** Affects: mailman
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/893290
Title:
"Re:" matching not liberal enough
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/893290/+subscriptions
Public bug reported:
The daily "nn LISTNAME moderator requests" mail counts unsubscribe
requests in the total, but doesn't list them.
** Affects: mailman
Importance: Low
Assignee: Mark Sapiro (msapiro)
Status: Triaged
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/873821
Title:
cron/checkdbs doesn't report unsubscribe requests
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/873821/+subscriptions