sunet-devel
[Top] [All Lists]

Bug in smtp.scm

To: sunet-devel@scsh.net
Subject: Bug in smtp.scm
From: RichardAlan.5112949@bloglines.com
Date: 18 Nov 2004 21:25:17 -0000
List-id: <sunet-devel.list-id.scsh.net>
While working with the smtp library, I found that
if I gave smtp-send-mail
a port for the message
body, it would only send the first line of the
file.
This small change to smtp.scm seems to fix
the problem.

191c191
<   
                            (newline))))))
---
>                       
        (lp))))))


Michael Grinder

<Prev in Thread] Current Thread [Next in Thread>
  • Bug in smtp.scm, RichardAlan . 5112949 <=