]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendmail-send-it): Allow specifying Sender.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 1994 20:37:34 +0000 (20:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 1994 20:37:34 +0000 (20:37 +0000)
lisp/mail/sendmail.el

index 653c630ed7e4a75efbd667afb0db366e814dbda9..a51de2597ad73ef4dba31ba8692211e0a3a64166 100644 (file)
@@ -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)