Public bug reported:
When the original message has a Date header, ArchiveRunner._dispose()
will check to see if the date should be trusted or clobbered. This code
still references the out of date [archiver.pipermail]clobber_date_policy
value. The config var needs to be moved or renamed and the
functionality re-implemented (and tested!). For now, I'm going to
disable this bit of code but it should be re-addressed for beta2.
** Affects: mailman
Importance: Medium
Status: Confirmed
** 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/963612
Title:
ArchiveRunner has Pipermail artifacts
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/963612/+subscriptions
Public bug reported:
In src/mailman/runners/news.py, prepare_message() is ported to mm3 and
tested, however ArchiveRunner is not.
We also need some unittests, and this probably means that we'll pull in
mock as a test dependency. It beats requiring a real NNTP server.
** Affects: mailman
Importance: Undecided
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/967409
Title:
NewsRunner needs to be ported to Mailman 3
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/967409/+subscriptions
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:
I've downloaded Mailman 3.0.0b1 on a Mac with OS X 10.7.3 and Python
2.7.1.
When executing the installation commands, I got the following error
message:
cardhu:mailman-3.0.0b1 rauch$ python bootstrap.py
cardhu:mailman-3.0.0b1 rauch$ bin/buildout
Develop: '/Users/rauch/Applications/mailman-3.0.0b1/.'
warning: no files found matching '*.rc'
warning: no files found matching '*' under directory '.buildout'
warning: no files found matching '*' under directory 'contrib'
warning: no previously-included files matching '*.egg-info' found anywhere in distribution
no previously-included directories found matching 'src/attic'
no previously-included directories found matching 'src/web'
no previously-included directories found matching 'parts'
Updating interpreter.
While:
Updating interpreter.
Error: There is a version conflict.
We already have: zope.interface 3.5.1
but zope.component 3.12.1 requires 'zope.interface>=3.8.0'.
** 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/1004000
Title:
Version conflict of zone.interface on installation of Mailman 3.0b1
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1004000/+subscriptions
Public bug reported:
The URL mail-archive.dev is in the mailman code. Time to use the real
thing.
** Affects: mailman
Importance: Undecided
Status: New
** Tags: mailman3
** Tags added: 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/987020
Title:
remove mail-archive.dev from configs
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/987020/+subscriptions
Public bug reported:
I frequently find myself subscribing to a list for the sole purpose of
ensuring I can post to that list, since it only allows posting from
members. I often read those (high-volume) lists via the archives only,
as well as threads that CC me. Thus, I want to set the nomail flag.
Often I end up doing so for multiple subscriptions to the same list with
a few different email addresses.
Currently, the process for doing that looks something like this: Type in
my name and email address, hit subscribe, wait for confirmation mail,
confirm subscription, wait for subscription confirmation mail, go back
to web form, copy/paste password, log in, check nomail, delete the
handful of unwanted emails that arrived in the meantime. Repeat for
every list I want to subscribe to, and every email address I want to
post from.
I'd like to have a way to set the "nomail" flag right from the
subscription form. That would simplify the process significantly; I'd
still have to confirm the subscription, but I wouldn't need to bother
logging in and setting the flag, and I wouldn't receive unwanted emails
from high-volume lists.
** 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/899344
Title:
Ability to set nomail on initial subscription
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/899344/+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:
Mailman 3.0.0b1+ (hg checkout of two days ago) throws the following
error in the log
Apr 18 12:53:57 2012 (23857) Uncaught runner exception: Expected unicode, found <type 'datetime.datetime'>: datetime.datetime(2012, 4, 18, 10, 53, 56, 403336)
Apr 18 12:53:58 2012 (23857) Traceback (most recent call last):
File "/usr/local/mailman/src/mailman/core/runner.py", line 138, in _one_iteration
self._process_one_file(msg, msgdata)
File "/usr/local/mailman/src/mailman/core/runner.py", line 220, in _process_one_file
keepqueued = self._dispose(mlist, msg, msgdata)
File "/usr/local/mailman/src/mailman/runners/incoming.py", line 67, in _dispose
process(mlist, msg, msgdata, start_chain)
File "/usr/local/mailman/src/mailman/core/chains.py", line 90, in process
link.function(mlist, msg, msgdata)
File "/usr/local/mailman/src/mailman/chains/hold.py", line 146, in _process
request_id = hold_message(mlist, msg, msgdata, None)
File "/usr/local/mailman/src/mailman/app/moderator.py", line 105, in hold_message
RequestType.held_message, message_id, msgdata)
File "/usr/local/mailman/src/mailman/model/requests.py", line 87, in hold_request
token = getUtility(IPendings).add(pendable, timedelta(days=5000))
File "/usr/local/mailman/src/mailman/model/pending.py", line 130, in add
keyval = PendedKeyValue(key=key, value=value)
File "/usr/local/mailman/src/mailman/model/pending.py", line 54, in __init__
self.value = value
File "/usr/lib/python2.7/dist-packages/storm/properties.py", line 67, in __set__
obj_info.variables[column].set(value)
File "/usr/lib/python2.7/dist-packages/storm/variables.py", line 396, in parse_set
% (type(value), value))
TypeError: Expected unicode, found <type 'datetime.datetime'>: datetime.datetime(2012, 4, 18, 10, 53, 56, 403336)
Apr 18 12:53:58 2012 (23857) SHUNTING: 1334746438.043432+d81b75cc8924fd572477ebc0358bde18bf755fd9
** 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/984765
Title:
MM3: Expected unicode, found <type 'datetime.datetime'>:
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/984765/+subscriptions
Public bug reported:
The postorius trunk branch should contain ONLY the postorius app as it
might get included in a real website.
The sample website should be separate branch that demonstrates the
incorporation of the postorius app, (and hyper kitty, etc.) into a
functioning website.
** 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/996624
Title:
dev_setup website needs to be a separate branch
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/996624/+subscriptions
Public bug reported:
Postorius could use a page showing the list members.
** 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/1004053
Title:
list members view
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/1004053/+subscriptions