From 11b1030f103f77b25c496b6c70b25b5edc47c0bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 11 Jan 1997 20:37:49 +0000 Subject: Eliminate bug reported by Steven Trainoff svn path=/trunk/; revision=743 --- Makefile.in | 10 ++++------ NEWS | 4 ++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index f57f98cc..b25fd272 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,7 @@ clean: -rm -f fetchmail *.o core fetchmail.dvi \ rcfile_l.c rcfile_y.h rcfile_y.c \ fetchmail.tar fetchmail.tar.gz \ - linetext[12] + rfc822 distclean: clean -rm -f Makefile config.h @@ -221,11 +221,9 @@ fetchmail-$(VERS).tar: $(all) fetchmail-$(VERS).tar.gz: fetchmail-$(VERS).tar gzip -f fetchmail-$(VERS).tar -# Test for stdio line-buffering lossage on sockets -linetest1: socket.c - $(CC) -g -I. -DMAIN socket.c -o linetest1 # Use setlinebuf -linetest2: socket.c - $(CC) -g -I. -DMAIN -DUSE_STDIO socket.c -o linetest2 # Use setvnbuf +# Tester for address parsing +rfc822: rfc822.c + gcc -DTESTMAIN -g rfc822.c -o rfc822 # The automatically generated dependencies below may omit config.h # because it is included with ``#include '' rather than diff --git a/NEWS b/NEWS index 78a604b1..e3410e18 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ features -- * Reorganized and improved man page. +* Mail header parsing now handles RFC822 escapes. + bugs -- * Stop netrc parser from complaining about blank lines. @@ -19,6 +21,8 @@ bugs -- * Eliminate infinite-loop bug in defaults handling. +* Fixed some address-parsing bugs in rfc822.c:nxtaddr(). + There are 180 people on the fetchmail-friends list. ------------------------------------------------------------------------------ -- cgit v1.2.3