diff options
Diffstat (limited to 'src/mailman_pgp/workflows/key_set.py')
| -rw-r--r-- | src/mailman_pgp/workflows/key_set.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mailman_pgp/workflows/key_set.py b/src/mailman_pgp/workflows/key_set.py index 95e6e7c..32273ca 100644 --- a/src/mailman_pgp/workflows/key_set.py +++ b/src/mailman_pgp/workflows/key_set.py @@ -25,10 +25,11 @@ from mailman_pgp.database import transaction KEY_REQUEST = """\ ---------- -TODO: this is a pgp enabled list. -We need your pubkey. +This is a PGP enabled mailing list. +Your PGP public key is required. Reply to this message with it as a PGP/MIME(preferred) or inline. -----------""" +---------- +""" @public |
