Hello all, I am chasing a bug in the BODY command of nntpcache, and I found the following buglet: 77 if ((f_case? *text: tolower (*text)) != *p) This is from libproff/pattern.c, which as I understand it is taken from another package anyway. However, I think it should read: 77 if ((f_case? *text: tolower (*text)) != tolower (*p)) Is there a current buglist or FAQ or something that this could be added to? bfn, ashtray@replicant.apana.org.au