Fixed another "received:" mistake.
authorTim Vaughan <tgvaughan@gmail.com>
Thu, 5 Sep 2019 06:55:39 +0000 (08:55 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Thu, 5 Sep 2019 06:55:39 +0000 (08:55 +0200)
Omg.

lambdamail.scm

index 6061d3e..6a4d608 100644 (file)
           (smtp-session 'send "354 intermediate")
           (let text-loop ((text (conc "Received: from " (smtp-session 'helo) "\n"
                                       "\tby " (config-host config) "\n"
-                                      "\tfor " (message-from msg) ";\n"
+                                      "\tfor " (message-to msg) ";\n"
                                       "\t" (time-stamp) "\n")))
             (let ((text-line (smtp-session 'get-line)))
               (if (string=? "." text-line)