diff options
Diffstat (limited to 'src/mailman_pgp/workflows/base.py')
| -rw-r--r-- | src/mailman_pgp/workflows/base.py | 3 |
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 |
