Use CRLF-IO in a few more instances.
This commit is contained in:
parent
56cd7c9f2e
commit
4aa41b038f
|
@ -218,7 +218,9 @@
|
|||
|
||||
(else (error "Message must be string or input-port.")))
|
||||
|
||||
(write-string "\r\n.\r\n" p)
|
||||
(write-crlf p)
|
||||
(write-char #\. p)
|
||||
(write-crlf p)
|
||||
(force-output p)
|
||||
(handle-smtp-reply socket))))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue