Ooops !
I made a little error on my previous post:
> if (strcasecmp(tmp->key,"X-FTN-KLUDGE") == 0)
> {
> - hdrsize += strlen(tmp->val);
> - fprintf(pkt,"\1");
> + if (!strcasecmp(tmp->val,"SOT"))
> + sot_kludge=1;
> + else if (!strcasecmp(tmp->val,"EOT"))
> + eot_kludge=1;
It should be:
> if (strcasecmp(tmp->key,"X-FTN-KLUDGE") == 0)
> {
> - hdrsize += strlen(tmp->val);
> - fprintf(pkt,"\1");
> + if (!strcasecmp(tmp->val," SOT:\n"))
> + sot_kludge=1;
> + else if (!strcasecmp(tmp->val," EOT:\n"))
> + eot_kludge=1;
sorry for the inconvenience.
--A bientôt, Pablo Saratxaga
~ ~ :wq ;-) PGP Key available, key ID: 0x8F0E4975