Subject: CVS commit: pkgsrc/mail/smtpfeed
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 09/09/2001 19:46:48
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Sep  9 16:46:48 UTC 2001

Modified Files:
	pkgsrc/mail/smtpfeed: Makefile distinfo

Log Message:
Update smtpfeed to 1.15.

1.15: Aug.26,2001:
	dns.c:
		avoid DNS query synchronization when no queries are sent
		in case a LMTP connection is used for multiple transaction.
	lmtp.c:
		some messages in setproctitle() are changed.
	main.c:
		logging peer-name for use with inetd (LMTP over TCP)
	README:
		some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
		feature by default which supplied from 3.xW patch for sendmail.
		So you do not need the patch any more if you do not use
		extensions in sendmail.cf description offered by the patch.

1.14: Aug.15,2001:
	smtp.c:
		changes on some timeout values
		work around for bogus mail gateway to mobile phone...
		fix on NULL pointer access which causes unterminating process
		 with proctitle like: "smtpfeed: 550% delivered"
		 reported by Hisaaki Shibata <shibata@luky.org>
		 fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
		do not rewrite envelope sender using the following rule
		 when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
		 problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
	log.c:
		increase retry counter value
	common.h, address.c, smtp.c, extern.h, main.c, util.c:
		support par domain recipient number setting with file
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/mail/smtpfeed/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/smtpfeed/distinfo

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