[EMAIL PROTECTED] wrote:
> 
> Change:
>           if (art->from)
>                fprintf(imf, "T:From: %s\n", art->from);
>           if (art->to)
>                fprintf(imf, "T:To: %s\n", art->to);
>           if (art->newsgroups)
>                fprintf(imf, "T:Newsgroups: %s\n", art->newsgroups);
>           if (art->mid)
>                fprintf(imf, "T:Message-Id: %s\n", art->mid);
> To:
> /*        if (art->from)
>                fprintf(imf, "T:From: %s\n", art->from);
>           if (art->to)
>                fprintf(imf, "T:To: %s\n", art->to);
>           if (art->newsgroups)
>                fprintf(imf, "T:Newsgroups: %s\n", art->newsgroups);
>           if (art->mid)
>                fprintf(imf, "T:Message-Id: %s\n", art->mid);
> */

This is what I tried before. I was really bumped when it din't work :-)
But with my almost zero C knowledge I didn't know what was wrong.
It turned out that I copied the wrong binary in /usr/sbin
I thought that I needed pbbs_rcv, but it is smtp_rcv that does the
smtp->FBB conversion.... confusing filenames... but that depends on your
point of view :-)

Anyway... it's working now. Thanks!

73, Arno  pe1icq

Reply via email to