aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp')
-rw-r--r--src/mailman_pgp/commands/eml_key.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py
index 8d140f4..c42415d 100644
--- a/src/mailman_pgp/commands/eml_key.py
+++ b/src/mailman_pgp/commands/eml_key.py
@@ -443,6 +443,7 @@ def _cmd_receive(pgp_list, mlist, msg, msgdata, arguments, results):
msg = wrapped.attach_keys(pgp_list.pubkey)
msg.send(mlist)
+ print('Key sent.', file=results)
return ContinueProcessing.yes