We don't need to do S/MIME encryption on an already PGP encrypted mail

This commit is contained in:
fkrone 2015-02-01 19:10:16 +01:00
parent 8561c01e99
commit 93b505d00a
1 changed files with 1 additions and 1 deletions

View File

@ -208,4 +208,4 @@ for rcpt in gpg_to:
encrypted_payloads = encrypt_all_payloads( raw_message, gpg_to_cmdline )
raw_message.set_payload( encrypted_payloads )
to_smime_handler( raw_message, gpg_to_smtp )
send_msg( raw_message.as_string(), gpg_to_smtp )