guest@geech.ai.mit.edu (Guest Account) (05/11/91)
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