Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 03/16/2001 23:39:09
Module Name:	basesrc
Committed By:	atatat
Date:		Fri Mar 16 21:39:09 UTC 2001

Modified Files:
	basesrc/libexec/comsat: comsat.c

Log Message:
Use strtol() instead of atoi() for reading the number out of the
datagram that we received, which leads to easier support for
(ignoring) the procmail messages that specify the folder to which
the message was delivered.

When reading the mailbox, if we encounter a "From " line, we should
exit().  This can occur if there are a lot of rapidly arriving, yet
short messages.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/libexec/comsat/comsat.c

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