diff options
| author | J08nY | 2017-08-24 02:03:00 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-24 02:03:00 +0200 |
| commit | fa2a22d66ed18536cdd6731a8e92c673c91462dc (patch) | |
| tree | 5139d4aa755c7b08df202746ee0295726d8f26de /src/mailman_pgp/workflows/mod_approval.py | |
| parent | f40dc89dc3694c4190c42b3d29cb2df25decb037 (diff) | |
| download | mailman-pgp-master.tar.gz mailman-pgp-master.tar.zst mailman-pgp-master.zip | |
Diffstat (limited to 'src/mailman_pgp/workflows/mod_approval.py')
| -rw-r--r-- | src/mailman_pgp/workflows/mod_approval.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman_pgp/workflows/mod_approval.py b/src/mailman_pgp/workflows/mod_approval.py index ea3369b..b96866e 100644 --- a/src/mailman_pgp/workflows/mod_approval.py +++ b/src/mailman_pgp/workflows/mod_approval.py @@ -27,7 +27,7 @@ from mailman_pgp.pgp.mime import MIMEWrapper SUBSCRIPTION_MOD_REQUEST = """\ ---------- -TODO: this is a pgp enabled list. +This is a PGP enabled mailing list. A user with address {address} requested subscription. The key is attached to this message. @@ -37,7 +37,7 @@ Fingerprint: {fingerprint} KEY_CHANGE_MOD_REQUEST = """\ ---------- -TODO: this is a pgp enabled list. +This is a PGP enabled mailing list. A subscriber with address {address} requested a change of his key. The new key is attached to this message. @@ -48,7 +48,7 @@ New key fingerprint: {new_fpr} KEY_REVOKE_MOD_REQUEST = """\ ---------- -TODO: this is a pgp enabled list. +This is a PGP enabled mailing list. A subscriber with address {address} revoked a part of his key, which made it unusable and needs to be reset. The subscriber supplied a new key. The new key is attached to this message. |
