# HG changeset patch # User Richard M. Stallman # Date 774246674 0 # Node ID e390776e58469e244b3830a8906be11c425ad887 # Parent 7d4674a34de362996c5824ee67e8c7ba3359b5db (mail-mailer-swallows-blank-line): Verify sendmail.cf exists before reading it. diff -r 7d4674a34de3 -r e390776e5846 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Jul 14 22:49:21 1994 +0000 +++ b/lisp/mail/sendmail.el Fri Jul 15 04:31:14 1994 +0000 @@ -130,7 +130,7 @@ ;; options -t, and -v if not interactive. (defvar mail-mailer-swallows-blank-line (if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)" system-configuration) - (file-exists-p "/etc/sendmail.cf") + (file-readable-p "/etc/sendmail.cf") (let ((buffer (get-buffer-create " *temp*"))) (unwind-protect (save-excursion