We don't need to do S/MIME encryption on an already PGP encrypted mail
This commit is contained in:
parent
8561c01e99
commit
93b505d00a
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue