Roger Walker <[EMAIL PROTECTED]> wrote:
> On 1 Jun 2001, Mark Delany wrote:
> 
> > There is no practical limit. Perhaps one qmail-inject per 50,000
> > recipients? I certainly would go a *lot* higher than your current
> > 40-100.
> 
>       Hmm. That makes for a *VERY* long line *8-() I guess I should
> have the script build the recipient list like so for simplicity:
> 
> BCC:  [EMAIL PROTECTED],
>       [EMAIL PROTECTED],
>       [EMAIL PROTECTED]

For even more simplicity, skip the special casing.  Put each recipient in it's
own bcc: header:

    bcc: [EMAIL PROTECTED]
    bcc: [EMAIL PROTECTED]
    ...

They get stripped out of the message anyway by qmail-inject, which then
records the addresses in a separate file for use by qmail-queue.

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