(sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.
This commit is contained in:
parent
9d8354ef19
commit
cd47bdccbe
1 changed files with 3 additions and 1 deletions
|
@ -657,7 +657,9 @@ the user from the mailer."
|
|||
(save-restriction
|
||||
(narrow-to-region (point)
|
||||
(save-excursion
|
||||
(end-of-line)
|
||||
(forward-line 1)
|
||||
(while (looking-at "^[ \t]")
|
||||
(forward-line 1))
|
||||
(point)))
|
||||
(append (mail-parse-comma-list)
|
||||
resend-to-addresses)))
|
||||
|
|
Loading…
Add table
Reference in a new issue