diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-18 06:40:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-18 06:40:25 +0000 |
commit | 624b6bec3377d25849725c867d63bf7d98a7aa48 (patch) | |
tree | e56daa8947de3b7cd81324f61efbe05f76d84f81 /NEWS | |
parent | 194f6a69e8db6392c1c16e228e954312a1b9f347 (diff) | |
download | fetchmail-624b6bec3377d25849725c867d63bf7d98a7aa48.tar.gz fetchmail-624b6bec3377d25849725c867d63bf7d98a7aa48.tar.bz2 fetchmail-624b6bec3377d25849725c867d63bf7d98a7aa48.zip |
Added dns/nodns.
svn path=/trunk/; revision=785
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ features -- * RFC822 header continuation for long address lists is is now handled properly. +* There is now a `nodns' option to suppress DNS checking of address hostname + parts in multidrop mode (make sure your aka list is complete before you use + this!). + +* Options such as `nokeep' can now be written `no keep'. + Note: The first two changes mean that older .fetchmailrc files using the `set' syntax for these options will cause fetchmail to die with a parse error at initialization time. Conversion is trivial -- for |