> Might be a faq, but why would open(FH,'|qmail-inject') fail with
> fatal: read-error from within mod_perl?
Use 
        open MAIL, "| /var/qmail/bin/qmail-inject" or &die_html("test");
        print MAIL "[your mail]";
        close MAIL;

I suppose you forgot the full path to qmail-inject ...

Fred
> 
> Thanks for your help.
> 
> 

Reply via email to