| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Encrypted mailing list is created with one of the "Encrypted"
styles. Which creates an EncryptedMilingList object in
pgpmailman's db. This object lives there for the rest of the
life of the mailing list. Holds list configuration, such as
action to take on unsigned messages, action to take on non-
encrypted messages and so on. See pgpmailman.model.list...
- Custom Incoming runner is set instead of the default Mailman one.
This runner passes any messages to an ordinary list to the
original incoming runner to its (configurable) queue.
Any messages for an encrypted mailing list are processed before
either being passed to the original incoming runner or discarded
/ bounced. In case they are to be accepted, they are "unwrapped"
of the PGP/MIME related stuff and only the core message is
passed to the original incoming runner. The signature is stripped
and stored in msgdata if present, for the OutgoingRunner to attach
it if configured.
|