aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/mta/bulk.py
diff options
context:
space:
mode:
authorJ08nY2017-08-09 17:07:10 +0200
committerJ08nY2017-08-09 17:07:10 +0200
commit22a688b4f0579b1e1e51b4164934fe2afc357671 (patch)
tree6e166fb047f5e3006de5d4347ed045ff3bbe97b1 /src/mailman_pgp/mta/bulk.py
parentcb998cf4c060ad219f3abffb08f114fbeafb16cf (diff)
downloadmailman-pgp-22a688b4f0579b1e1e51b4164934fe2afc357671.tar.gz
mailman-pgp-22a688b4f0579b1e1e51b4164934fe2afc357671.tar.zst
mailman-pgp-22a688b4f0579b1e1e51b4164934fe2afc357671.zip
Diffstat (limited to 'src/mailman_pgp/mta/bulk.py')
-rw-r--r--src/mailman_pgp/mta/bulk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman_pgp/mta/bulk.py b/src/mailman_pgp/mta/bulk.py
index a2cc8c6..a01b5a7 100644
--- a/src/mailman_pgp/mta/bulk.py
+++ b/src/mailman_pgp/mta/bulk.py
@@ -97,6 +97,8 @@ class PGPBulkMixin:
else:
out = wrapped.sign(pgp_list.key)
else:
+ # Definitely encrypt here, the case where we don't encrypt or sign
+ # is handled above at the start of the func.
out = wrapped.encrypt(pgp_list.pubkey, *keys, throw_keyid=True)
overwrite_message(out, msg)