From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4041 Path: main.gmane.org!not-for-mail From: steve@miranova.com (Steven L. Baur) Newsgroups: gmane.emacs.gnus.general Subject: [sgnus 0.14] Fcc: failure on News post/followup Date: 18 Nov 1995 13:01:52 -0800 Organization: Miranova Systems, Inc. Sender: steve@miranova.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144846 28363 80.91.224.250 (20 Oct 2002 20:14:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:14:06 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id NAA16790 for ; Sat, 18 Nov 1995 13:49:39 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 18 Nov 1995 22:01:55 +0100 Original-Received: (from steve@localhost) by miranova.com (8.6.11/8.6.9) id NAA16599; Sat, 18 Nov 1995 13:01:53 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ In-Reply-To: Ben Gross's message of 17 Nov 1995 23:28:24 -0800 Original-Lines: 28 X-Mailer: September Gnus v0.14 Xref: main.gmane.org gmane.emacs.gnus.general:4041 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4041 (As a side note, the mail-position-on-field bug Michael reported is apparently fixed in 0.14). If you are using Fcc: on news post or followup, and *not* mailing the article anywhere the Fcc: will not be obeyed, and will end up going out with the post. The fix is simple: --- gnus-msg.el~ Thu Nov 16 19:36:19 1995 +++ gnus-msg.el Sat Nov 18 00:03:31 1995 @@ -941,12 +941,12 @@ (re-search-forward (concat "^" (regexp-quote mail-header-separator) "$")) (replace-match "" t t) + ;; Remove X- prefixes to headers. + (gnus-inews-dex-headers) ;; Run final inews hooks. This hook may do FCC. ;; The article must be saved before being posted because ;; `gnus-request-post' modifies the buffer. (run-hooks 'gnus-inews-article-hook) - ;; Remove X- prefixes to headers. - (gnus-inews-dex-headers) ;; Copy the article over to some group, possibly. (and gcc (gnus-inews-do-gcc gcc)) ;; Post the article. -- steve@miranova.com baur