On Thu, 2003-06-19 at 14:28, Bill Fisher, W4AN wrote:
> I have been running SA on a server for several months with no problems.  I
> walk in this morning and have a stack of voice mail about people not being
> able to receive mail.  I've narrow this down to the delivery agent,
> procmail, which seems to be removing the very first charactor from every
> mail.  Example:

> rom [EMAIL PROTECTED]  Thu Jun 19 09:25:38 2003
> Return-Path: <[EMAIL PROTECTED]>
> Received: from imf25aec.bellsouth.net (imf25aec.mail.bellsouth.net
> [205.152.59.73])
> 
The procmail 'Dropped F' bug

Occurs when a filter action returns an error.

# Work around procmail F bug
:0
* ^^rom[ ]
{
  :0 
        { LOG="***WARN Time:${DATE}; Type:PROCMAIL-F;
" }
  :0 fhw
  | sed -e '1s/^/F/'
}

rewrite or remove log line as req'd, thats copy/paste straight from my
.procmailrc

More to the point though, why is something returning an error? You might
want to turn on some logging and take a look.

--
Yorkshire Dave


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to