diff options
| author | J08nY | 2017-07-11 00:36:57 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-11 00:36:57 +0200 |
| commit | f8793bcc2e00c4ee639e4f0e75cfc2b19ea1849f (patch) | |
| tree | e18603fb641ec66c021168d914f49ae4599095f6 /src/mailman_pgp/workflows/base.py | |
| parent | ed5fc4825fd56c4ec9b3e4c07554977363c55bc7 (diff) | |
| download | mailman-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.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 |
