Path: utzoo!attcan!uunet!decwrl!ucbvax!THUMPER.BELLCORE.COM!nsb From: nsb@THUMPER.BELLCORE.COM (Nathaniel Borenstein) Newsgroups: comp.soft-sys.andrew Subject: Re: Bug in mswp.c Message-ID: Date: 19 Sep 90 14:18:26 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 10 OK, I agree with Craig about this fix. (I knew he'd know better!) All that has to be done, then, is to replace the line that says *ErrCode = MSWP_UNKNOWNNETMAIL; with Craig's replacement: *ErrCode = AMS_UUCPSupported ? MSWP_GOODNETMAIL : MSWP_UNKNOWNNETMAIL; A nice, simple, fix to a genuine bug. Thanks, Craig! -- Nathaniel