<!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>&gt; And a few other reference in the procmail docs.  So I think procmail
&gt; is doing it but I can't say straight off what you do to cure your
&gt; 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 &quot;F&quot; in <BR>
&quot;From&quot;<BR>
# to be dropped.&nbsp; This will re-add it.<BR>
:0<BR>
* ^^rom[ ]<BR>
{<BR>
&nbsp; LOG=&quot;*** Dropped F off From_ header! Fixing up. &quot;<BR>
<BR>
&nbsp; :0 fhw<BR>
&nbsp; | sed -e '1s/^/F/'<BR>
<BR>
<BR>
jay</TT>
</BODY>
</HTML>