[EMAIL PROTECTED] wrote:

>This is how the .qmail-file looks like.
>| /usr/local/bin/myScript.pl 
>
>Problem is now that I am missing the Delivered-To line, qmail normally
>adds. Why?

Because you're delivering to a pipe, not a mailbox. (See "man
qmail-command"). Try doing:

  | preline -f /usr/local/bin/myScript.pl

-Dave

Reply via email to