]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/smtp/smtp.factor
Update actions, because Node.js 16 actions are deprecated, to Node.js 20
[factor.git] / basis / smtp / smtp.factor
index e00c3e2b416b4a1e1435669e1b70ddf4c1ffd711..d073176b32665fae245ef3217cde8be9cf1bbe94 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2007, 2009 Elie CHAFTARI, Dirk Vleugels,
 ! Slava Pestov, Doug Coleman, Daniel Ehrenberg.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs base64 calendar calendar.format
-classes combinators debugger fry io io.crlf io.encodings
+classes combinators debugger io io.crlf io.encodings
 io.encodings.ascii io.encodings.binary io.encodings.iana
 io.encodings.string io.encodings.utf8 io.sockets
 io.sockets.secure io.timeouts kernel logging make math.order
@@ -193,7 +193,7 @@ ERROR: invalid-header-string string ;
         "<" %
         64 random-bits #
         "-" %
-        gmt timestamp>micros #
+        now timestamp>micros #
         "@" %
         smtp-config get domain>> [ host-name ] unless* %
         ">" %