Sorry, I should have known that attachments aren't allowed, so here it is in text.
791c791,795 < } --- > > if (strnicmp(szBuffer,"Bcc:",4) == 0) > szBuffer[0] = '\0'; > > } 804c808,809 < fprintf(pDataFile, "%s\r\n", szBuffer); --- > if (szBuffer[0] != '\0') > fprintf(pDataFile, "%s\r\n", szBuffer); - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
