Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP
Path: utzoo!watmath!clyde!floyd!whuxle!mp
From: mp@whuxle.UUCP (Mark Plotnick)
Newsgroups: net.news.adm
Subject: Are you losing mail?  Please fix your 4.?bsd rmail.c
Message-ID: <282@whuxle.UUCP>
Date: Wed, 14-Mar-84 08:54:22 EST
Article-I.D.: whuxle.282
Posted: Wed Mar 14 08:54:22 1984
Date-Received: Thu, 15-Mar-84 00:37:40 EST
Organization: Bell Labs, Whippany
Lines: 7

rmail.c in 4.1bsd (and, alas, 4.2bsd) will dump core when it
tries to canonicalize an address that's longer than 64 bytes.  A quick
fix is to increase the length of ufrom[] from 64 to 512.  A better
fix would be to dynamically allocate the address strings, replacing the
strcats with strncats.
	Mark