aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index d0b6d84741e..a6d24f58195 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -810,7 +810,8 @@ the user from the mailer."
810 '(lambda (e) 810 '(lambda (e)
811 (unless (member e l) 811 (unless (member e l)
812 (push e l))) 812 (push e l)))
813 (split-string new-header-values ", +" t)) 813 (split-string new-header-values
814 ",[[:space:]]+" t))
814 (mapconcat 'identity l ", ")) 815 (mapconcat 'identity l ", "))
815 "\n")) 816 "\n"))
816 ;; Add Mail-Reply-To if none yet 817 ;; Add Mail-Reply-To if none yet