<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>> And a few other reference in the procmail docs. So I think procmail
> is doing it but I can't say straight off what you do to cure your
> problem.</PRE>
</BLOCKQUOTE>
<PRE></I></FONT></PRE>
<TT># Work around <FONT COLOR="#a020f0"><B>procmail</B></FONT> bug: any output on stderr will cause the "F" in <BR>
"From"<BR>
# to be dropped. This will re-add it.<BR>
:0<BR>
* ^^rom[ ]<BR>
{<BR>
LOG="*** Dropped F off From_ header! Fixing up. "<BR>
<BR>
:0 fhw<BR>
| sed -e '1s/^/F/'<BR>
<BR>
<BR>
jay</TT>
</BODY>
</HTML>