diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 01:54:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 01:54:58 +0000 |
commit | 800186e3873690997bdbd7e1b60c83ca2d9819cd (patch) | |
tree | f15eaa7f138442747b0ed3691a70b817619a0b32 /NEWS | |
parent | 83840832840c57e9ae6109627a1e18e0c6b04d58 (diff) | |
download | fetchmail-800186e3873690997bdbd7e1b60c83ca2d9819cd.tar.gz fetchmail-800186e3873690997bdbd7e1b60c83ca2d9819cd.tar.bz2 fetchmail-800186e3873690997bdbd7e1b60c83ca2d9819cd.zip |
Only open one conneection per host in daemon mode.
svn path=/trunk/; revision=414
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ pl 1.9.4 (): * Correct status interpretation in closemailpipe() (thanks to Neil Harkins). +* Tweak SMTP forwarding to only open one listener per SMTP host in daemon mode. pl 1.9.3 (Sun Oct 27 22:35:33 EST 1996): * Handle nested parens in RFC822 comments. |