From 58eb7cb06aaf4cddefe73cf2f80a93ade0283b17 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 9 Jun 2002 04:41:26 +0000 Subject: RFC reference. svn path=/trunk/; revision=3645 --- sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sink.c b/sink.c index b80fad07..e76c9d9c 100644 --- a/sink.c +++ b/sink.c @@ -718,7 +718,7 @@ static int open_smtp_sink(struct query *ctl, struct msgblk *msg, * Motorola. * * Also, if the hostname is a dotted quad, wrap it in square brackets. - * Apparently this is required by some RFC I wot not of. + * Apparently this is required by RFC2821, section 4.1.3. */ if (!msg->return_path[0] || (0 == strcmp(msg->return_path, "@"))) { -- cgit v1.2.3