+2000-06-27 Kenichi OKADA <okada@opaopa.org>
+
+ * smtp.el (smtp-via-smtp): additional HELO for sendmail warning.
+
2000-06-25 Kenichi OKADA <okada@opaopa.org>
* SLIM-VERION: Add code name.
(not (integerp (car response)))
(>= (car response) 400))
(throw 'done (car (cdr response))))
- (starttls-negotiate process))
+ (starttls-negotiate process)
+ ;; for sendmail warning XXX
+ (smtp-send-command process (format "HELO %s" (smtp-make-fqdn)))
+ (setq response (smtp-read-response process)))
;; AUTH --- SMTP Service Extension for Authentication (RFC2554)
(when smtp-authenticate-type