Reinstalled nntp debug log

This commit is contained in:
Michiel Broek 2005-08-13 12:52:07 +00:00
parent 456ba2f627
commit 8d198f73f8

View File

@ -141,12 +141,12 @@ int rfc2ftn(FILE *fp, faddr *recipient)
if (recipient) if (recipient)
Syslog('m', "Recipient: %s", ascfnode(recipient, 0xff)); Syslog('m', "Recipient: %s", ascfnode(recipient, 0xff));
rewind(fp); rewind(fp);
// Syslog('m', "========== RFC Start"); Syslog('m', "========== RFC Start");
// while ((fgets(temp, 4095, fp)) != NULL) { while ((fgets(temp, 4095, fp)) != NULL) {
// Syslogp('m', printable(temp, 0)); Syslogp('m', printable(temp, 0));
// } }
// Syslog('m', "========== RFC end"); Syslog('m', "========== RFC end");
// rewind(fp); rewind(fp);
msg = parsrfc(fp); msg = parsrfc(fp);
newsmode = hdr((char *)"Newsgroups", msg) ?TRUE:FALSE; newsmode = hdr((char *)"Newsgroups", msg) ?TRUE:FALSE;