Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!umigw!jim From: jim@umigw.MIAMI.EDU (jim brown) Newsgroups: comp.mail.elm Subject: Bug in ADDR_UTIL.C (bad date format) Message-ID: <236@umigw.MIAMI.EDU> Date: 22 Apr 89 04:08:14 GMT Reply-To: jim@umigw.miami.edu (jim brown) Distribution: na Organization: University of Miami Lines: 11 Routine parse_arpa_date in src/addr_util.c will, depending on how your flavor of ctype.h works, munge up the leading letter of the month in the message date string. Fix the call to shift_lower at the end of parse_arpa_date to read: strcpy(entry->month, shift_lower(entry->month)); Jim -- Jim Brown, University of Miami, RSMAS/MPO [send mail to jim@umigw.miami.edu]