aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-06-09 04:41:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-06-09 04:41:26 +0000
commit58eb7cb06aaf4cddefe73cf2f80a93ade0283b17 (patch)
tree530b6f1252ecba8f250ec3dc7ef20ffbb41b1abc
parent7ced1a55ec66d3339b16be7218f4be4b2ae3f41b (diff)
downloadfetchmail-58eb7cb06aaf4cddefe73cf2f80a93ade0283b17.tar.gz
fetchmail-58eb7cb06aaf4cddefe73cf2f80a93ade0283b17.tar.bz2
fetchmail-58eb7cb06aaf4cddefe73cf2f80a93ade0283b17.zip
RFC reference.
svn path=/trunk/; revision=3645
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
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, "@")))
{