Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!ucbvax!sco.com!curtisg From: curtisg@sco.com (Curtis Galloway) Newsgroups: comp.soft-sys.andrew Subject: Non-RFC822 -conforming addresses under AMS Message-ID: <0bZBH024YtUe1PHEM0@sco.COM> Date: 16 Jan 91 22:33:36 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 I have to deal with non-RFC822-conforming mailers which generate address lists separated by whitespace rather than commas. AMS always treats these address lists as one big name and converts the spaces to dots. I noticed that there was some code in overhead/mail/lib/parseadd.c to explicitly deal with this case, but only if there is a parse error first. Why doesn't a list of whitespace-separated words cause a parse error? I'm running the R4 software with patchlevel 8. --Curt Galloway curtisg@sco.com