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

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

bug#25896: gnus-read-ephemeral-bug-group can modify message body


From: Glenn Morris
Subject: bug#25896: gnus-read-ephemeral-bug-group can modify message body
Date: Tue, 28 Feb 2017 02:11:21 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Package: emacs
Version: 26.0.50
Severity: minor

In revision 4daca38:

emacs -Q -l gnus
M-x gnus-read-ephemeral-emacs-bug-group RET 25891 RET:

I noticed that the To: lines in the examples quoted in the message body
(eg "To: Victor Lazzarini <Victor.Lazzarini AT nuim.ie>") are modified,
by having 25891@debbugs added to them.

I guess in gnus-read-ephemeral-bug-group, the

      ;; Add the debbugs address so that we can respond to reports easily.    
      (while (re-search-forward "^To: " nil t)
 
should only be applied to message headers, not the bodies as well.






reply via email to

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