blob: 96e8472f9ae928648ac163c347a20a81f0f5621a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
========================
List encryption settings
========================
Mailman-pgp stores per-list encryption configuration. The defaults are listed
in the parentheses after the attribute name.
- ``nonencrypted_msg_action(Action.reject)``, an action to take when a message
is received not encrypted.
- ``encrypt_outgoing(True)``, whether to encrypt the outgoing postings to the
subscribers keys.
|