[ mailman-Patches-1167696 ] add support for PGP and S/MIME encryption and signing

SourceForge.net noreply at sourceforge.net
Sun Mar 30 14:01:40 CEST 2008


Patches item #1167696, was opened at 2005-03-21 17:28
Message generated for change (Comment added) made by mnaumann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1167696&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Joost van Baal (vanbaal)
Assigned to: Nobody/Anonymous (nobody)
Summary: add support for PGP and S/MIME encryption and signing

Initial Comment:

This patch is based upon a patch by Stefan Schlott (
http://medien.informatik.uni-ulm.de/~stefan/gpg-mailman.html )

It extends Mailman to:

- A post will be distributed only if the PGP signature on the post is from
  one of the list members.
- For sending encrypted email, a list member encrypts to the public key of
  the list.  The post will be decrypted and re-encrypted to the public keys
  of all list members.
(Later, the patch will handle RFC 2633 (S/MIME) messages too, next to RFC 2440
(OpenPGP)).

In order to achieve this, each list has a public and private key, as well
as a key passphrase.  Furthermore, new list settings are defined:

 gpg_postings_allowed: Is it allowed to send to this list postings which are
  encrypted with the GPG list key?
 gpg_msg_distribution: Are subscribers allowed (or even forced) to upload
  their GPG public key in order to receive all messages encrypted?
 gpg_post_sign: Should posts be GPG signed with an acknowledged subscriber key
  before being distributed?
 gpg_msg_sign: Should the server sign encrypted messages?

Finally, each subscriber can upload her PGP public key using the webinterface.

Latest version of the patch is available from
http://www.non-gnu.uvt.nl/pub/mailman/ .



----------------------------------------------------------------------

Comment By: Moritz Naumann (mnaumann)
Date: 2008-03-30 14:01

Message:
Logged In: YES 
user_id=407680
Originator: NO

This patch has since been updated for 2.1.9:
http://ulm.ccc.de/pipermail/ssls-dev/2008-January/000003.html
http://www.mail-archive.com/mailman-developers@python.org/msg10530.html

----------------------------------------------------------------------

Comment By: Joost van Baal (vanbaal)
Date: 2006-10-13 07:40

Message:
Logged In: YES 
user_id=28781

The patch fully supports S/MIME too.

Between 2006-01 and 2006-10, no work has been done on this
patch.  It applies to Mailman 2.1.7 only.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1167696&group_id=103


More information about the Mailman-coders mailing list