onsdag 05 april 2006 15:02 skrev Bowie Bailey:
> [EMAIL PROTECTED] wrote:
> > You have now. :) From mimedefang.pl:
> >
> >     if ($AddApparentlyToForSpamAssassin and
> >         ($#Recipients >= 0)) {
> >         push(@sahdrs, "Apparently-To: " .
> >              join(", ", @Recipients) . "\n");
> >     }
> >
> > (@Recipients stores the list of recipients)
> >
> > Caveat... this only adds the recipients the MTA knows about. If
> > something is BCC'd to an ungodly number of recipients, the MSA will
> > usually send it in several MAIL FROM commands.  The MTA will only
> > know about the recipients for the current MAIL FROM command.
>
> Hmmm...  Is this header removed prior to delivery?  If not, doesn't it
> violate the entire idea of a BCC by letting the recipients know about
> each other?

Indeed. One must make sure that such headers are present only during internal 
processing and removed prior to delivery, local or remote.

-- 
Magnus Holmgren

Attachment: pgpAnNnZvKoi9.pgp
Description: PGP signature

Reply via email to