From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25893 invoked from network); 19 Nov 2023 21:37:27 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 19 Nov 2023 21:37:27 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1r4pTj-001wqh-1Y for ml@inbox.vuxu.org; Sun, 19 Nov 2023 15:37:20 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96.2) (envelope-from ) id 1r4pTj-001Phv-0b for ml@inbox.vuxu.org; Sun, 19 Nov 2023 15:37:19 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96.2) (envelope-from ) id 1r4pTb-001Phl-0k for ding@lists.math.uh.edu; Sun, 19 Nov 2023 15:37:16 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1r4pTW-005eRA-1L for ding@lists.math.uh.edu; Sun, 19 Nov 2023 15:37:11 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=6Z6PhLk6YbkhBCj4uBVK2lP9MvGITRfyMKCQGsyoxTY=; b=Uxje2Y0hlES//I+o3s9WhdECbK jBlR+0336xL/+52PtNp9ZZPN1ibTrI+Ka5gE4eeQP6xA2LodanloWdeZxp0ESkAchTonFpzPnDUKw S84/2asnZeaPClpFO+SYjPN7e6q6wELGlVcBGgIXlcNzQVqbpbYoDYYydqPGunGYBMVU=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r4pTP-00070q-7r for ding@gnus.org; Sun, 19 Nov 2023 22:37:02 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1r4pTO-0009I2-1q for ding@gnus.org; Sun, 19 Nov 2023 22:36:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Dan Christensen Subject: Re: resending bounces: DKIM and Message-ID: Date: Sun, 19 Nov 2023 16:36:52 -0500 Message-ID: <87o7fpifwr.fsf@uwo.ca> References: <87msvu8m4w.fsf@ericabrahamsen.net> <877cmw80c4.fsf@ericabrahamsen.net> <87ttpy6xnr.fsf@ericabrahamsen.net> <8734x1ply0.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:9s+jNYCHogIq0cGb38tqH8zm+tE= Mail-Copies-To: never List-ID: Precedence: bulk Eric wrote: >>> I have a solution! Potentially. When a user runs SDb, we first prompt >>> "Edit original (bounced) message before sending?" >>> >>> If the user chooses "no", we resend immediately using `message-bounce', >>> including the original Message-ID and all that jazz (though still >>> respecting `message-ignore-bounced-headers'). If the user chooses "yes", >>> we sneakily delegate to SDe, dumping them in a *Unsent Message* buffer. I like that solution. I don't like the status quo, since when you do `S D b', it drops you in a message buffer, inviting you to edit it, but then makes the assumption that you won't edit it (by preserving the Message-ID, etc). My second choice is to just assume that it may be edited, and remove the appropriate headers. Dan