[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recipient limit for qmail-inject?



Roger Walker <rosco@rope.net> 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:	addr@abc.com,
> 	addr2@zyx.com,
> 	addr3@mno.com

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

    bcc: foo@example.net
    bcc: bar@example.com
    ...

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                            <qmail@discworld.dyndns.org>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------