aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/mod_approval.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/workflows/mod_approval.py')
-rw-r--r--src/mailman_pgp/workflows/mod_approval.py6
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.