emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5573: closed (23.1; Please add Injection-* heade


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5573: closed (23.1; Please add Injection-* headers to message-ignored-supersedes-headers)
Date: Thu, 30 Sep 2010 21:14:04 +0000

Your message dated Thu, 30 Sep 2010 23:15:03 +0200
with message-id <address@hidden>
and subject line Re: 23.1; Please add Injection-* headers to 
message-ignored-supersedes-headers
has caused the GNU bug report #5573,
regarding 23.1; Please add Injection-* headers to 
message-ignored-supersedes-headers
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
5573: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5573
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1; Please add Injection-* headers to message-ignored-supersedes-headers Date: Sat, 13 Feb 2010 11:46:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
This report is about Gnus and file lisp/gnus/message.el in particular.

There is a news server, namely eternal.september.org, which adds
Injection-Date and Injection-Info headers to messages. When superseding
such message the sending fails because the server does not want user to
fill those headers, the server wants to do it. Supersede works if user
removes those headers manually.

So, I suggest adding the headers to message-ignored-supersedes-headers
variable like the attached patch does.

diff --git i/lisp/gnus/message.el w/lisp/gnus/message.el
index 7194813..8992cef 100644
--- i/lisp/gnus/message.el
+++ w/lisp/gnus/message.el
@@ -276,7 +276,7 @@ included.  Organization and User-Agent are optional."
   :link '(custom-manual "(message)Mail Headers")
   :type 'regexp)
 
-(defcustom message-ignored-supersedes-headers 
"^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-ID:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:\\|^Approved:"
+(defcustom message-ignored-supersedes-headers 
"^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-ID:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:\\|^Approved:\\|^Injection-Date:\\|^Injection-Info:"
   "*Header lines matching this regexp will be deleted before posting.
 It's best to delete old Path and Date headers before posting to avoid
 any confusion."

--- End Message ---
--- Begin Message --- Subject: Re: 23.1; Please add Injection-* headers to message-ignored-supersedes-headers Date: Thu, 30 Sep 2010 23:15:03 +0200 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Teemu Likonen <address@hidden> writes:

> There is a news server, namely eternal.september.org, which adds
> Injection-Date and Injection-Info headers to messages. When superseding
> such message the sending fails because the server does not want user to
> fill those headers, the server wants to do it. Supersede works if user
> removes those headers manually.
>
> So, I suggest adding the headers to message-ignored-supersedes-headers
> variable like the attached patch does.

Thanks you for the patch.  I've now applied it to the development
version of Gnus.

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]