Xref: utzoo news.software.b:7712 talk.bizarre:68845 alt.flame:33158 Path: utzoo!utgpu!cs.utexas.edu!swrinde!sdd.hp.com!think.com!mintaka!ai-lab!life.ai.mit.edu!guest From: guest@geech.ai.mit.edu (Guest Account) Newsgroups: news.software.b,talk.bizarre,alt.flame Subject: Re: How to Exclude All Posts from a Site Message-ID: Date: 11 May 91 16:48:45 GMT References: <1991May11.045046.14148@tygra.Michigan.COM> Sender: news@ai.mit.edu Organization: Guest at MIT Lines: 19 In-reply-to: jp@tygra.Michigan.COM's message of 11 May 91 04:50:46 GMT In article <1991May11.045046.14148@tygra.Michigan.COM> jp@tygra.Michigan.COM (John Palmer) writes: if (path == NULL) { prefuse(art); (void) printf("no Path: header\n"); } else if (msgid == NULL || msgid[0] == '\0') { prefuse(art); (void) printf("missing Message-ID\n"); } else if (strchr(msgid, ' ') != NULL || strchr(msgid, '\t') != NULL) { prefuse(art); (void) printf("whitespace in Message-ID\n"); } else if (!strcmp(snthost,"zorch")) { prefuse(art); /* Dump it: More of Kent's ravings */ (void) printf("whoops - caught one from zorch\n"); } else if (!strcmp(snthost,"tygra")) { prefuse(art); /* Dump it: More of Palmer's dingleberries */ (void) fprintf(FBI, "RICO ALERT! RICO ALERT! RICO ALERT!\n"); } else .... ---DICK THORNBURGH