aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/key_set.py
diff options
context:
space:
mode:
authorJ08nY2017-08-24 02:03:00 +0200
committerJ08nY2017-08-24 02:03:00 +0200
commitfa2a22d66ed18536cdd6731a8e92c673c91462dc (patch)
tree5139d4aa755c7b08df202746ee0295726d8f26de /src/mailman_pgp/workflows/key_set.py
parentf40dc89dc3694c4190c42b3d29cb2df25decb037 (diff)
downloadmailman-pgp-master.tar.gz
mailman-pgp-master.tar.zst
mailman-pgp-master.zip
Fix placeholder text in messages sent by mailman-pgp.HEADmaster
Diffstat (limited to '')
-rw-r--r--src/mailman_pgp/workflows/key_set.py7
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