Silver Dirk <[EMAIL PROTECTED]> wrote:
> 
> I write a program use C/C++ language, and put its path into a dot qmail file
> like this:
> 
>     |/path/to/my/program/getmailcontent
> 
> But I get nothing but headers. So I need urs help how to get the whole mail
> content from this environment.

Either the message that you received had no body, or your program is buggy.
qmail feeds the whole message to your program, headers plus body, all in
one go.  `man qmail-command` for more details.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to