The Lambda Lab
/
projects
/
lambdamail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68469a9
)
Formatting improvement.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 4 Sep 2019 22:01:51 +0000
(
00:01
+0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 4 Sep 2019 22:01:51 +0000
(
00:01
+0200)
lambdamail.scm
patch
|
blob
|
history
diff --git
a/lambdamail.scm
b/lambdamail.scm
index
90c186f
..
07b1451
100644
(file)
--- a/
lambdamail.scm
+++ b/
lambdamail.scm
@@
-198,6
+198,7
@@
(print-error-message o)
#t)))
+
;; Local delivery
(define (get-local-addresses config)
@@
-220,6
+221,7
@@
(print "* MESSAGE DELIVERED (local)")
#t)
+
;; Remote delivery
(define (get-domain-from-email email-string)
@@
-283,6
+285,7
@@
'(("\n" . "\r\n")))))
(write-string processed-string #f tcp-out)))))
+
;;; Command line argument parsing
;;