------------------------------------------------------------
revno: 29
committer: Florian Fuchs <flo.fuchs(a)gmail.com>
branch nick: mailman.client
timestamp: Tue 2012-07-17 17:08:13 +0200
message:
catch IOError (failing to connect to Mailman API) and raise custom Exception
modified:
mailman/client/__init__.py
mailman/client/_client.py
--
lp:mailman.client
https://code.launchpad.net/~mailman-coders/mailman.client/trunk
Your team Mailman Coders is subscribed to branch lp:mailman.client.
To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subsc…
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
Franck has proposed merging lp:~mlm-author/mailman/2.1-author into lp:mailman/2.1.
Requested reviews:
Mailman Coders (mailman-coders)
For more details, see:
https://code.launchpad.net/~mlm-author/mailman/2.1-author/+merge/115035
This change is optional through the use of the author_list variable and is set to off by default. Once set to on, it will use the list address in the From: header changing the display name to indicate who is the author of the post. The email address of the original post will be added to the reply-to field.
It does also some cleansing of some authentications headers.
Overall, this change allows mailing lists that choose so, to be able to be compatible with authentication schemes such as ADSP or DMARC.
A test list using this branch is at http://lists.peachymango.org/mailman/listinfo/mlm-auth
--
https://code.launchpad.net/~mlm-author/mailman/2.1-author/+merge/115035
Your team Mailman Coders is requested to review the proposed merge of lp:~mlm-author/mailman/2.1-author into lp:mailman/2.1.
Robert Arlt Jr. has proposed merging lp:~dukrat/mailman/star_accept_these_nonmembers_override into lp:mailman/2.1.
Requested reviews:
Mailman Coders (mailman-coders)
For more details, see:
https://code.launchpad.net/~dukrat/mailman/star_accept_these_nonmembers_ove…
Adds options to have the *_these_nonmembers override the posting rights of members included in *_these_nonmembers on a per list per *_these_nonmembers basis.
--
https://code.launchpad.net/~dukrat/mailman/star_accept_these_nonmembers_ove…
Your team Mailman Coders is requested to review the proposed merge of lp:~dukrat/mailman/star_accept_these_nonmembers_override into lp:mailman/2.1.
Public bug reported:
It would be very useful if sibling lists could be nested. The same goes
for non-member lists. It would also be nice if non-member lists could
also include the members of sibling 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/1020683
Title:
Feature Request: Make regular_*_lists and *_these_nonmembers recursive
(and aware of each other).
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1020683/+subscriptions
So I used that adapter, but I had the problem that the mail server was
more important to be accessible without interruption that the ldap
server. So I tried replicating the ldap server to the mail server, but
since I did not want the password hashes on the mail server, I tried a
partial replication which somehow did not always work. Although the
ldap-server for the adapter was ldapi:///, it sometimes said 'connection
refused' and shunted my mails.
I finally changed LdapMemberships.py to FileMemberships.py, which is
minimal and just reads the list entries from files that are created with
python's pickle module. The files, on the other hand, are populated by a
cron job which contacts the original LDAP-Server. The disadvantage is
that changes to the LDAP entries get realized with a delay of one hour
at most, but the advantage is that if there is some problem with the
LDAP server, the files are just left as they are and the mails get
delivered. For my case this is more important.
For the implementation of FileMemberships, I was guided by this module,
so thanks for that. If someone else is interested, my version is
attached.
** Attachment added: "ldapsync.tar.gz"
https://bugs.launchpad.net/mailman/+bug/558106/+attachment/3210464/+files/l…
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/558106
Title:
A MemberAdaptor for LDAP-based membership
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/558106/+subscriptions
Public bug reported:
It would be nice if Mailman would use In-Reply-To and/or References when
it replies to subscription requests et cetera. It would help with
keeping mailboxes organized and ensuring that replies from Mailman
aren't incorrectly rejected as spam.
** 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/1019660
Title:
Include references in replies to requests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1019660/+subscriptions