aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/base.py
diff options
context:
space:
mode:
authorJ08nY2017-07-11 00:36:57 +0200
committerJ08nY2017-07-11 00:36:57 +0200
commitf8793bcc2e00c4ee639e4f0e75cfc2b19ea1849f (patch)
treee18603fb641ec66c021168d914f49ae4599095f6 /src/mailman_pgp/workflows/base.py
parented5fc4825fd56c4ec9b3e4c07554977363c55bc7 (diff)
downloadmailman-pgp-f8793bcc2e00c4ee639e4f0e75cfc2b19ea1849f.tar.gz
mailman-pgp-f8793bcc2e00c4ee639e4f0e75cfc2b19ea1849f.tar.zst
mailman-pgp-f8793bcc2e00c4ee639e4f0e75cfc2b19ea1849f.zip
Diffstat (limited to 'src/mailman_pgp/workflows/base.py')
-rw-r--r--src/mailman_pgp/workflows/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman_pgp/workflows/base.py b/src/mailman_pgp/workflows/base.py
index 3f4ba8d..52dd879 100644
--- a/src/mailman_pgp/workflows/base.py
+++ b/src/mailman_pgp/workflows/base.py
@@ -109,11 +109,10 @@ class PubkeyMixin:
encrypted = wrapped.sign_encrypt(pgp_list.key, self.pubkey,
pgp_list.pubkey)
- # XXX: This is not good:
msg.set_payload(encrypted.get_payload())
copy_headers(encrypted, msg, True)
msg.send(self.mlist)
raise StopIteration
def _step_receive_confirmation(self):
- pass
+ pass \ No newline at end of file