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:
The qrunners implement a cache of list objects to save reloading the
list from the file system when not necessary. This cache is implemented
via a weakref dictionary which is intended to free cached objects when
they are no longer referenced. However, there is a self reference in the
default MemberAdaptor (OldStyleMemberships) that prevents cached list
objects from ever being freed. Thus, the qrunners grow until they have a
cached copy of every list. This can be quite large in an installation
with many lists and/or multiple large lists.
** Affects: mailman
Importance: Low
Assignee: Mark Sapiro (msapiro)
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/862683
Title:
List caching in the qrunners can cause the processes to grow unduly
large.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/862683/+subscriptions
Public bug reported:
The help for bin/export.py says the PASSWORD_SCHEME option is case
insensitive, but it isn't.
** Affects: mailman
Importance: Low
Assignee: Mark Sapiro (msapiro)
Status: Confirmed
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/833134
Title:
The password scheme for bin/export.py is case sensitive.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/833134/+subscriptions
Public bug reported:
It would be good to identify the affected members in the warning.
** Affects: mailman
Importance: Low
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/761232
Title:
Warnings when setting a list with digest members digestable=No or with
non-digest members nondigestable=No do not identify affected members.
Public bug reported:
If an address is entered on the web listinfo subscribe form with a
leading or trailing space, it is rejected with the message "The email
address you supplied is not valid. (E.g. it must contain an '@'.)". This
is confusing to the user who looks at the address and sees it does
contain an '@' and appears valid.
Leading and trailing whitespace should be stripped from the address
entry.
** Affects: mailman
Importance: Low
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/745432
Title:
Email address with leading or trailing space is not accepted by web
subscribe.
Public bug reported:
Mailman/Utils.py has: 'who': (0, 2),
This matches subject and start-of-line with many ordinary-language sentences or headings like 'who are you?' or 'Who is affected:'. I suggest dialing it back to (0, 1) which would have far fewer false positives, or even (0, 0) as it once was.
** 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/739524
Title:
Administrivia 'who' matches too much