On Fri, Apr 01, 2005 at 07:56:32AM -0600, Chris wrote:
> On Thursday 31 March 2005 11:55 pm, Bob McClure Jr wrote:
> > > Here's the latest one to come in:
> > >
> > > X-Spam-Status: Yes, score=5.2 required=5.0
> > > tests=AWL,BAYES_50,PYZOR_CHECK, SARE_MILLIONSOF,SARE_MONEYTERMS
> > > autolearn=disabled version=3.0.2 X-Spam-Pyzor: Reported 0 times.
> > >  X-Spam-Report:
> > >         *  0.7 SARE_MONEYTERMS BODY: Talks about money in some way.
> > >         *  0.3 SARE_MILLIONSOF BODY: Millions of something.
> > >         *  0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
> > >         *      [score: 0.5000]
> > >         *  3.5 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/)
> > >         *  0.8 AWL AWL: From: address is in the auto white-list
> > >
> 
> >
> > By "manual whitelist" do you mean you have an entry in your
> > ~/.spamassassin/user_prefs or /etc/mail/spamassassin/local.cf that
> > says
> >
> >   whitelist_from <the from address>
> >
> > If so, such an entry should subtract 100 points from the total score.
> > It appears that whatever you put in the whitelist_from is not matching
> > what's in the From: line.
> >
> > Could you show your whitelist_from line and a sample header of the
> > subject email?
> >
> > Cheers,
> 
> Actually Bob in my /etc/mail/spamassassin I have a file called 
> "my-whitelist.cf" which has been working quite well except for this one.  
> Here is the entry for EFF:
> 
> whitelist_from        EFFector list <[EMAIL PROTECTED]>
> 
> And here are the msg headers:
> 
> Status: U
>  Return-Path: <[EMAIL PROTECTED]>
>  Received: from pop.earthlink.net [207.217.121.212]
>         by localhost with POP3 (fetchmail-6.2.5)
>         for [EMAIL PROTECTED] (single-drop); Thu, 31 Mar 2005 12:46:10 -0600 
> (CST)
>  Received: from cluster2.convio.net ([66.45.103.61])
>         by mx-a065b05.pas.sa.earthlink.net (EarthLink SMTP Server) with ESMTP 
> id 1dh4Fp5P13NZFpL0
>         for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 10:45:19 -0800 (PST)
>  Received: from 10.0.2.170 ([10.0.2.50])
>         by cluster2.convio.net (8.12.6/8.12.6) with ESMTP id j2VIFWuO011886
>         for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 12:41:00 -0600
>  Date: Thu, 31 Mar 2005 12:41:00 -0600
>  Message-ID: <[EMAIL PROTECTED]>
>  From: EFFector list <[EMAIL PROTECTED]>
>  Reply-To: EFFector list <[EMAIL PROTECTED]>
>  To: [EMAIL PROTECTED]
> 
> 
> -- 
> Chris
> Registered Linux User 283774 http://counter.li.org
> 07:50:34 up 18 days, 12:25, 1 user, load average: 0.30, 0.14, 0.09
> Mandrake Linux 10.1 Official, kernel 2.6.8.1-12mdk

As I read the man page (man Mail::SpamAssassin::Conf), the argument to
"whitelist_from" should contain only the email address or some
"file-glob-style" variant of it.  So try

  whitelist_from [EMAIL PROTECTED]

or even

  whitelist_from [EMAIL PROTECTED]

Don't forget to restart spamd, if applicable.

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
[EMAIL PROTECTED]  http://www.bobcatos.com
Everyone wants to harvest, but few want to plow.

Reply via email to