Hi,
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.
Thanks for your help today Charles - your been great :-)
All the best,
Jon
<have a great weekend everyone :-) >
> The man page actually does have all the necessary information in it.
> Create a file for the envelope information; put all fifty thousand
recipients in it. This file has the format
> "F" <sender-address> <NUL>
> "T" <recipient-address <NUL>
> ...
> <NUL>
>
> Put the actual email message (properly formatted, with headers) in another
> file. Then run qmail-queue with fd 0 open on the message file, and fd 1
> open on the envelope file. If qmail-queue exits 0, everything went fine.
> Otherwise, you didn't do it right.
>