http://bugzilla.spamassassin.org/show_bug.cgi?id=2993
Summary: SA is removing the first 'From ' line when mail is
delivered
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Macintosh
OS/Version: Mac OS X
Status: NEW
Severity: critical
Priority: P1
Component: spamc/spamd
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Here is my procmail recipe:
:0fw: spamassassin.lock
| /usr/bin/spamc
:0:
* ^X-Spam-Status: Yes
$HOME/mail/spam
# Fix missing From lines
# For some reason, SA is incorrectly removing them
:0 fhw
| formail -I "From " -a "From "
I had to add the fix part above in order to put the first 'From ' line
back...this is an example message that now has a valid 'From ' line. Without the
formail call in my procmailrc, it is missing. I'm using Postfix as my MTA.
This was working just fine before with an old CVS version of spamassassin and
only stopped working when I just tried to up date to the SVN trunk latest...
>From [EMAIL PROTECTED] Sun Feb 1 14:29:02 2004
Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from [157.22.245.90] (unknown [157.22.245.90]) by takahe.whichever.com
(Postfix)
with ESMTP id A23F2D174D4 for <[EMAIL PROTECTED]>; Sun, 1 Feb 2004 14:28:59
-0800 (PST)
Mime-Version: 1.0 (Apple Message framework v612)
Content-Transfer-Encoding: 7bit
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain
To: Jon Stevens <[EMAIL PROTECTED]>
From: Jon Scott Stevens <[EMAIL PROTECTED]>
Subject: testing
Date: Sun, 1 Feb 2004 14:31:30 -0800
X-Mailer: Apple Mail (2.612)
X-Spam-Checker-Version: SpamAssassin 2.70-r6256 (2004-01-23) on
takahe.whichever.com
X-Spam-Level: X-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00
autolearn=ham
version=2.70-r6256
I also tried this change to my postfix main.cf without any effect:
mailbox_command = /usr/local/bin/procmail -t -f-
thanks,
jon
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.