Jon <[EMAIL PROTECTED]> wrote:
> 
> The first 2 bits are no problem - add all the email addresses into a file
> and the message into a file.  But the problem is the final bit -
> 
> >Then run qmail-queue with fd 0 open on the message file, and fd 1
> > open on the envelope file.
> 
> I am trying to do this in perl and don't know how.  So if anyone can point
> me in the right direction that would be great.

I don't know Perl.  In shell it would be as simple as:

    qmail-queue 0<message.txt 1<envelope.txt

Perhaps a Perl-knowledgable member of this list could supply the equivalent
Perl code.

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