From 989a5e4fe5cf936cf9d8b2112dbe1f58990d8476 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Jul 1994 20:37:34 +0000 Subject: [PATCH] (sendmail-send-it): Allow specifying Sender. --- lisp/mail/sendmail.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 653c630ed7e..a51de2597ad 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -407,8 +407,6 @@ the user from the mailer." (replace-match "\n")) (let ((case-fold-search t)) (goto-char (point-min)) - (if (re-search-forward "^Sender:" delimline t) - (error "Sender may not be specified.")) ;; Find and handle any FCC fields. (goto-char (point-min)) (if (re-search-forward "^FCC:" delimline t) -- 2.39.5