On Tue, May 18, 1999 at 10:43:30AM +0200, Eike Kiltz wrote:
> Hi,
> 
> for some stuipid reason a customer sent out a message containing 1500 (!)
> ','-seperated entries in the bcc: header using AK-Mail with a qmail 1.03
> smtp server for outgoing mail.
> qmail-header(5) says 
>    qmail-inject deletes any Bcc field
> and RFC822 says there is no length limit on the header
> 
> but what happened was that several adresses bounced and the bounced
> messaged were sent to all the 1500 adresses listed only in the bcc field.
> Obviously qmail-inject did not remove the bcc correctly.

When you say "with a qmail 1.03 smtp server for outgoing mail," do you mean
that this message was injected with SMTP? If so, then qmail-inject never saw
the message. qmail-smtpd doesn't look at the headers, and execs qmail-queue to
queue the message as is. It's the responsibility of the software on the remote
end to strip the Bcc field and turn it into SMTP "RCPT TO" commands.

Chris

Reply via email to