Public bug reported:
The docs describe how to run Postorius via Django, which restricts to
localhost by default.
You are able to run Django to be publicly accessible via:
$ python manage.py runserver
However, Florian mentioned the proper way to run Postorius in production
will be through Apache. Updating the docs to include steps on running
Postorius via Apache would be helpful.
** Affects: postorius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is the registrant for Postorius.
https://bugs.launchpad.net/bugs/1004055
Title:
tutorial on running Postorius via Apache
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/1004055/+subscriptions
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 contributed (by me) file in mailman-2.1.14 contrib/courier-to-
mailman.py is written to be auto-configured with proper path names by
the configure script, a task which must be done manually if not done
automatically in configure. This should be done just as it is for the
qmail-to-mailman.py script which is properly re-written and deposited in
the build subdir.
The attached patch will modify configure and configure.in appropriately
so that this happens (only a mod to configure.in is required if autoconf
is to be rerun).
This patch also fixes a minor spelling error in
contrib/README.courier_to_mailman. Run patch with -p0
I understand that courier-MTA is a relatively little-known MTA, as
compared to qmail. Courier is nonetheless a highly regarded full-
featured MTA, is under active developent, fully GPL licensed, and has an
active worldwide online support community. Qmail has a much larger
installed base, but is relatively ancient in design and is almost
entirely unsupported by the author. Most qmail installations these days
are legacy installations.
If courier-to-mailman.py is to be included in the Mailman 2
distribution, please fully support it by allowing it to be fully set up
by the Mailman configure script.
** Affects: mailman
Importance: Undecided
Status: New
** Tags: contrib courier
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/999250
Title:
Minor fixes in to mailman 2 re. courier-to-mailman.py
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/999250/+subscriptions
Public bug reported:
If a list's preferred_language or depending on context a user's language
selection has been removed from the LC_DESCRIPTIONS table, the web UI
can crash.
** 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/966565
Title:
Web UI crashes on list with 'removed' language.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions
Public bug reported:
In creating the List-Archive: header, CookHeaders.py strips a trailing
slash from the URL returned by mlist.GetBaseArchiveURL(). It has always
(in 2.1) done this, but it is wrong.
Consider a list's archive TOC page which has entries like the following:
<tr>
<td>March 2012:</td>
<td>
<A href="2012-March/thread.html">[ Thread ]</a>
<A href="2012-March/subject.html">[ Subject ]</a>
<A href="2012-March/author.html">[ Author ]</a>
<A href="2012-March/date.html">[ Date ]</a>
</td>
<td><A href="2012-March.txt">[ Text 766 KB ]</a></td>
</tr>
If the base archive URL is http://www.example.com/private/listname/ and
one goes to that URL, the relative hrefs all work fine, but if one goes
to http://www.example.com/private/listname instead, those relative hrefs
become relative to private/ instead of private/listname/, and one gets
'no such list: 2012-march' errors (or 404 errors in the case of public
'pipermail' URLs).
** 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/964190
Title:
Trailing slash is stripped from List-Archive: URL
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/964190/+subscriptions
Public bug reported:
In the "GNU Mailman - List Administration Manual Release 2.1", under:
2 The List Configuration Pages
+ 2.1 The General Options Category
+ 2.1.1 General list personality
+ real_name
"The real name can differ from the posting name by case only. For
example, if the posting name is mylist, the real name can be Posting."
Suggest:
The real name can differ from the posting name by case only. For
example, if the posting name is mylist, the real name can be MyList.
** Affects: mailman
Importance: Undecided
Status: New
** Tags: doc
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/919479
Title:
incorrect example in List Administration Manual 2.1
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/919479/+subscriptions