From e982071ed143f6739aa23c39170789928bec6b86 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Thu, 5 Sep 2019 00:01:51 +0200 Subject: [PATCH] Formatting improvement. --- lambdamail.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lambdamail.scm b/lambdamail.scm index 90c186f..07b1451 100644 --- 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 ;; -- 2.20.1