From 745455f3cfdcee60ef87764eea5ec263e7eb350e Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 13 Sep 2016 13:27:32 -0600 Subject: * New version 2.20.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * SMIME: Bouncing could sign (and therefore corrupt) a message when it is signed automatically. Reported by Björn Krellner. --- alpine/mailcmd.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'alpine/mailcmd.c') diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c index b8b0eaa4..83c01f29 100644 --- a/alpine/mailcmd.c +++ b/alpine/mailcmd.c @@ -2396,16 +2396,6 @@ cmd_bounce(struct pine *state, MSGNO_S *msgmap, int aopt, ACTION_S *role) q_status_message(SM_ORDER | SM_DING, 3, 4, _("WARNING: not bouncing all selected messages!")); -#ifdef SMIME - /* When we bounce a message, we will leave the original message - * intact, which means that it will not be signed or encrypted, - * so we turn off signing and encrypting now. It will be turned - * on again in send_exit_for_pico(). - */ - if(ps_global->smime) - ps_global->smime->do_sign = ps_global->smime->do_encrypt = 0; -#endif /* SMIME */ - rv = bounce(state, role); if(MCMD_ISAGG(aopt)) -- cgit v1.2.3-54-g00ecf