Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!cica!tut.cis.ohio-state.edu!tinman.cis.ohio-state.edu!bob From: bob@tinman.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: news.admin Subject: Re: Tired of bogus subject lines? Message-ID: Date: 8 Sep 89 19:33:25 GMT References: <7921@medusa.cs.purdue.edu> Reply-To: Bob Sutterfield Organization: The Ohio State University Dept of Computer & Information Science Lines: 15 In-reply-to: spaf@cs.purdue.EDU's message of 8 Sep 89 19:01:44 GMT For a bit more generality, in case multiple old-NN users get to chattering at each other: *** src/complain.c~ Fri Sep 8 15:23:44 1989 --- src/complain.c Fri Sep 8 15:25:23 1989 *************** *** 120 **** ! /* only check here is for first 4 characters being "Re^2" */ --- 120 ---- ! /* only check here is for first 3 characters being "Re^" */ *************** *** 126 **** ! return (!strncmp (subjectline, "re^2:", 5)); --- 126 ---- ! return (!strncmp (subjectline, "re^", 3));