Subject: CVS commit: pkgsrc/mail/maildrop
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2002 12:39:18
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon May 20 09:39:18 UTC 2002

Modified Files:
	pkgsrc/mail/maildrop: Makefile distinfo

Log Message:
Update to 1.3.9. Fixes pkg/15568.
* maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for
  xfilter() since select() only works correctly on non-blocking fds.
* maildrop/formatmbox.C (GetFromLine): Do not write a newline before
  every From_ line...
* maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs.
* rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces.
* rfc822.c (rfc822_prname_orlist): Dequote quoted-strings.
* rfc2045/reformime: Fix handling of unencoded nulls in text/plain
  content.
* rfc2045/reformime.sgml: Documented the -m and -D options.
* userdb/configure.in: Fix typo.
* rfc2045/rfc2045.c (doline): Fix incorrect calculation of the
  end of a multipart MIME section that's inside another multipart
  MIME section.
* maildir/maildirfiltertypelist.h: Fix typo.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/maildrop/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/maildrop/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.