diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-02 18:43:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-02 18:43:17 +0000 |
commit | 56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (patch) | |
tree | 5ad8b388e06b8fee5d73de1f7573e2418a92b8a0 /NEWS | |
parent | 1587e4153763fab493acf2deee9028e24e1da57f (diff) | |
download | fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.tar.gz fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.tar.bz2 fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.zip |
Eliminate agethostbyname call in non-ETRN modes.
svn path=/trunk/; revision=2033
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ fetchmail-4.5.5 (): * Fixed the spam-block code that I broke in 4.5.3 :-(. * Updated the entry on setting up sendmail spam blocks. * Added setrlimit call to inhibit core dumps unless debugging is on. +* The default of smtplist has been changed; the undocumented feature that + it always included the fetchmail host's FQDN is gone (this is now + true for ETRN mode only). +* Modes other than ETRN no longer need to know the fetchmail host's FQDN. + This eliminates a gethostbyname() call and makes fetchmail more independent + of local DNS configuration quirks. There are 257 people on fetchmail-friends and 255 on fetchmail-announce. |