Public bug reported:
I initially connected to Postorius using BrowserID.
I then created a superuser from the command line (in dev_setup -> python
manage.py createsuperuser). It correctly prevented me from using the
existing username, but I was able to use the same email address as my
BrowserID account. The superuser account was created and I could log
into Postorius successfully.
When I then logged back out and logged in via BrowserID I received this
error:
AuthException at /complete/browserid/
Not unique email address.
Request Method: POST
Request URL: http://xxxxxxxxxxxxxxxxxx/complete/browserid/
Django Version: 1.3.1
Exception Type: AuthException
Exception Value:
Not unique email address.
Exception Location: /usr/local/lib/python2.7/dist-packages/django_social_auth-0.6.9-py2.7.egg/social_auth/backends/pipeline/associate.py in associate_by_email, line 22
** 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/1004048
Title:
Able to create superuser with same email as existing BrowserID account
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/1004048/+subscriptions
Public bug reported:
when setting "hold for moderator" in "Message Acceptance" settings of a
list (both cases list member and non list member) the mails get anyway
delivered directly without any investigation.
** Affects: postorius
Importance: Undecided
Status: New
** Tags: list settings
--
You received this bug notification because you are a member of Mailman
Coders, which is the registrant for Postorius.
https://bugs.launchpad.net/bugs/1006356
Title:
message acceptance settings for list ignored
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/1006356/+subscriptions
Public bug reported:
If mailman.client is loaded as a separate module (as instructed), then
mailman cannot exist in the same environment because there are two
"mailman" modules to search.
I found this when I tried to generate sphinx documentation for mailman
after I had installed protorious.
To reproduce:
mkvirtualenv BUG
bzr branch lp:mailman.client
cd mailman.client/
python setup.py develop
easy_install sphinx
cd ..
bzr branch lp:mailman
cd mailman
python bootstrap.py
bin/buildout
python setup.py build_sphinx
Results in:
Running Sphinx v1.1.3
Traceback (most recent call last):
File "setup.py", line 112, in <module>
'zope.testing<4',
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Volumes/UserSpace/rkw/.virtualenvs/BUG/lib/python2.7/site-packages/Sphinx-1.1.3-py2.7.egg/sphinx/setup_command.py", line 140, in run
freshenv=self.fresh_env)
File "/Volumes/UserSpace/rkw/.virtualenvs/BUG/lib/python2.7/site-packages/Sphinx-1.1.3-py2.7.egg/sphinx/application.py", line 102, in __init__
confoverrides or {}, self.tags)
File "/Volumes/UserSpace/rkw/.virtualenvs/BUG/lib/python2.7/site-packages/Sphinx-1.1.3-py2.7.egg/sphinx/config.py", line 216, in __init__
exec code in config
File "/Volumes/UserSpace/rkw/.virtualenvs/BUG/mailman/conf.py", line 54, in <module>
from mailman.version import VERSION
ImportError: No module named version
** Affects: mailman
Importance: Undecided
Status: New
** 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/975668
Title:
mailman.client conflicts with mailman installation
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/975668/+subscriptions
Public bug reported:
The test program reports an error if it detects an existing mailman.cfg:
Failure in test test_current_working_directory (mailman.tests.test_configfile.TestConfigFileSearch)
Traceback (most recent call last):
File "/usr/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/root/mailman/src/mailman/tests/test_configfile.py", line 107, in test_current_working_directory
self.assertEqual(found, config_file)
File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: '/etc/mailman.cfg' != u'/tmp/tmpVfAIyB/home/alex/mailman/hacking/mailman.cfg'
I believe it should not do this. It should either silently ignore the
difference or use the test mailman.cfg or ... but not break.
** Affects: mailman
Importance: Undecided
Status: New
** Tags: 3.0 mailman
--
test breaks if existing mailman.cfg is found
https://bugs.launchpad.net/bugs/543618
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
Public bug reported:
Subject says it all. Mailman 3 requires unique Message-IDs for posts.
** Affects: mailman
Importance: Undecided
Status: New
** Tags: easy 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/967951
Title:
The LMTP runner should reject messages with duplicate Message-IDs
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/967951/+subscriptions
Public bug reported:
In src/mailman/database/sql/postgres.sql, several foreign key
constraints have been commented out because otherwise the test suite, or
other aspects do not work. This is probably because there are cases
where Mailman violates these constraints, but SQLite3 (the default
database) does not care.
All disabled constraints are marked with XXX in the above file. Really,
these should be fixed.
** 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/880613
Title:
PostgreSQL constraints disabled
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/880613/+subscriptions
Public bug reported:
Postfix has a very handy command called postconf(1) which lets you dump
all or one Postfix configuration variable. It would be very handy for
Mailman 3 to have something similar.
** Affects: mailman
Importance: Medium
Assignee: Barry Warsaw (barry)
Status: Triaged
** Affects: mailman/3.0
Importance: Medium
Assignee: Barry Warsaw (barry)
Status: Triaged
** Also affects: mailman/3.0
Importance: Medium
Assignee: Barry Warsaw (barry)
Status: Triaged
--
Add the equivalent of postconf(1)
https://bugs.launchpad.net/bugs/518517
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
Public bug reported:
If zc.buildout is already installed (say it was pip installed) in Python
environment, the bootstrap.py script fails without reasonable
explanation:
$ python bootstrap.py
Traceback (most recent call last):
File "bootstrap.py", line 255, in <module>
import zc.buildout.buildout
ImportError: No module named zc.buildout.buildout
This is confusing because you can see that zc.buildout.buildout is
available.
$ python
Python 2.6.5 (r265:79063, Jun 25 2011, 08:36:25)
[GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import zc.buildout.buildout
>>>
It turns out that if zc.buildout is already available, bootstrap.py does
not need to be run, but that is less than obvious to someone who is not
intimately familiar with buildout.
** 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/869342
Title:
bootstrap.py fails if buildout already installed in Python environment
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/869342/+subscriptions
Public bug reported:
Using the Python bindings the following things are available at the moment:
self_link: u'http://localhost:8001/3.0/members/2'
role: u'member'
user: u'http://localhost:8001/3.0/users/2'
address': u'katie(a)example.com'
fqdn_listname': u'testtwo(a)mail.example.com'
For better user management the following options should be seen as
wishlist:
acknowledge_posts
hide_address
receive_list_copy
receive_own_postings
delivery_mode
delivery_status
in addition i requested _User.get_lists which is in
https://bugs.launchpad.net/mailmanwebgsoc2011/+bug/821069
+ what about users password ? users e-mails ...
** Affects: mailman
Importance: Undecided
Status: New
** Affects: mailman.client
Importance: Undecided
Status: Confirmed
** Affects: mailmanwebgsoc2011
Importance: Wishlist
Status: Triaged
** Tags: mailman3
** Changed in: mailman.client
Status: New => Confirmed
** Also affects: mailmanwebgsoc2011
Importance: Undecided
Status: New
** Also affects: mailman
Importance: Undecided
Status: New
** Tags added: mailman3
** Changed in: mailmanwebgsoc2011
Status: New => Triaged
** Changed in: mailmanwebgsoc2011
Importance: Undecided => Wishlist
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/821438
Title:
REST and Client are missing membership_settings options
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/821438/+subscriptions
Public bug reported:
I'd suggest adding a functionalty which would need a domain as param,
and return a list of mailing lists associated with this domain.
This could be used to display a choice of all available domains on this
web_host and allow simple deletition of all mailinglists on this domains
in case a domain will ever be deleted.
** Affects: mailman
Importance: Undecided
Status: New
** Affects: mailman.client
Importance: Undecided
Status: New
** Affects: mailmanwebgsoc2011
Importance: Wishlist
Assignee: benste (benste)
Status: Triaged
** Tags: mailman3
** Also affects: mailman.client
Importance: Undecided
Status: New
** Also affects: mailman
Importance: Undecided
Status: New
** 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/802971
Title:
Mailman Client doesn't _DOMAIN doesn't offer a list of lists
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/802971/+subscriptions