Path: utzoo!utgpu!cunews!micor!ecicrl!clewis From: clewis@ferret.ocunix.on.ca (Chris Lewis) Newsgroups: comp.mail.mush Subject: Re: Commas Keywords: Commas Message-ID: <2187@ecicrl.ocunix.on.ca> Date: 19 Jun 91 13:34:26 GMT References: <811@essnj1.ESSNJAY.COM> Organization: Elegant Communications Inc., Ottawa, Canada Lines: 30 In article <811@essnj1.ESSNJAY.COM> smitty@essnj1.ESSNJAY.COM (Hibbard T. Smith JR) writes: >I'm using smail-3.1.19 and mush-7.2.3. Whenever I try to mail something to >multiple recipients, I get mail bounced by smail because the address ends >up with an appended "," (comma). I have tried mush both with and without >"NO_COMMAS" set during the build. The mush documentation implies that smail >3 ought to handle it either way. I'm reallly confused, cause I'm not sure who's >adding the commas. I posted the solution for this in comp.mail.mush about 3 weeks ago. There's an #endif with an unterminated comment in it, and if you place the #define NO_COMMAS where it's documented, the C preprocessor on some machines will swallow the define as part of the comment and the NO_COMMAS code won't be enabled. Something like this: #endif /* Sun_4 #define NO_COMMAS /* blah blah blah */ Some cpps will eat from Sun_4 to the end of the blahs as a single comment. Add the */ on the endif line, and all will be well. -- Chris Lewis, Phone: (613) 832-0541, Domain: clewis@ferret.ocunix.on.ca UUCP: ...!cunews!latour!ecicrl!clewis; Ferret Mailing List: ferret-request@eci386; Psroff (not Adobe Transcript) enquiries: psroff-request@eci386 or Canada 416-832-0541. Psroff 3.0 in c.s.u soon!