diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-06 10:07:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-06 10:07:08 +0000 |
commit | c05c0c38db1c602a8b6dde4918dd438195effc79 (patch) | |
tree | a277b2f9ecb43f399c59d0f2728db411fe257c33 /NEWS | |
parent | 5128901691172876632a2a5fc0874cab5f2fc599 (diff) | |
download | fetchmail-c05c0c38db1c602a8b6dde4918dd438195effc79.tar.gz fetchmail-c05c0c38db1c602a8b6dde4918dd438195effc79.tar.bz2 fetchmail-c05c0c38db1c602a8b6dde4918dd438195effc79.zip |
Don't parse the greeting line.
svn path=/trunk/; revision=1482
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,9 +21,11 @@ fetchmail-4.3.0-alpha (Sun Oct 5 11:07:53 EDT 1997) * Fixed a bug in the code that was supposed to suppress expansion of RFC822 groupnames. (Thanks to Santiago Vila Doncel for pointing this.) * It's now possible to explicitly configure out POP3, IMAP, or ETRN. +* We no longer get the hostname for address rewrites and log messages from the + server greeting line, instead it's the server's canonical DNS name. * Created fetchmail-announce list. -There are 283 people on fetchmail-friends and 6 on fetchmail-announce. +There are 285 people on fetchmail-friends and 6 on fetchmail-announce. fetchmail-4.2.9 (Tue Sep 30 18:21:35 EDT 1997) * Don't byte-stuff when writing to an MDA. |