[pmmail-list] Ideas on how to BCC all outgoing email to a fixed address
L.Willms
pmmail-list@blueprintsoftwareworks.com
Thu, 10 Feb 2005 18:56:46 +0100 (MEZ)
On Fri, 07 Jan 2005 21:58:10 -0800, John Bridges wrote:
> Basicly, it says if the pre-outgoing message has "From:" in the header
(all
> messages), then run a little match file called "AddBCC.cmd". This is
the
> content for AddBCC.cmd:
>
> formail -A "Bcc: peekpoke@gmail.com" <%1 >tmp
> move tmp %1
You could also use a simple BAT file, like this:
> echo "BCC: peekpoke@gmail.com" > bcc.tmp
> copy bcc.tmp+%1 tmp
> move tmp %1
Of course, the BCC line could already exist as a one-line file
somewhere instead of being created everytime anew.
RFC2822 states explicitly in section 3.6:
> It is important to note that the header fields are
> not guaranteed to be in a particular order.
> They may appear in any order,
Yours,
Lüko Willms
-----------------------------------------------
Frankfurt/Main