emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding `Delivered-To' to message-ignored-resent-headers


From: Stefan Monnier
Subject: Re: Adding `Delivered-To' to message-ignored-resent-headers
Date: Thu, 13 Mar 2008 23:17:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> -(defcustom message-ignored-resent-headers 
>> "^Return-receipt\\|^X-Gnus\\|^Gnus-Warning:\\|^>?From "
>> +(defcustom message-ignored-resent-headers
>> +  ;; `Delivered-To' needs to be removed because some mailers use it to
>> +  ;; detect loops, so if you resend a message to an address that ultimately
>> +  ;; comes back to you (e.g. a mailing-list to which you subscribe, in which
>> +  ;; case you may be removed from the list on the grounds that mail to you
>> +  ;; bounced with a "mailing loop" error).
>> +  "^Return-receipt\\|^X-Gnus\\|^Gnus-Warning:\\|^>?From \\|^Delivered-To:"

> Shouldn't this change go to Emacs_22 (v5-10) as well?  Or can you
> imagine any problems?

Could be.  Doesn't seem important enough, and I don't know if it's safe
enough either.  I just happened to bump into it, but since I'm the
first, it seems it's not that important.


        Stefan




reply via email to

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