diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-24 23:30:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-24 23:30:23 +0000 |
commit | 5254c147f23e954d22fcdee91b23409c2e246185 (patch) | |
tree | 81888c1ebfd8c30f37f2ddacca1a0ccce2e0fe50 | |
parent | 3267c1f3d517be0410c1315031344749e5f051c7 (diff) | |
download | fetchmail-5254c147f23e954d22fcdee91b23409c2e246185.tar.gz fetchmail-5254c147f23e954d22fcdee91b23409c2e246185.tar.bz2 fetchmail-5254c147f23e954d22fcdee91b23409c2e246185.zip |
Comment fix.
svn path=/trunk/; revision=3378
-rw-r--r-- | sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ int smtp_open(struct query *ctl) * HELO name fails (RFC1123 section 5.2.5, paragraph 2). * * How we compute the true mailhost name to pass to the - * listener doesn't affect behavior on RFC1123- violating + * listener doesn't affect behavior on RFC1123-violating * listeners that check for name match; we're going to lose * on those anyway because we can never give them a name * that matches the local machine fetchmail is running on. |