still no good.
Still no luck...

could it be something else? Is it alright that
local.cf is blank? What can I put in the email to make
it look like a spam message?

thanks

maildroprc:
DEFAULT="$HOME/"
xfilter "/usr/bin/spamassassin"
if ( /^X-Spam-Flag: YES$/ )
{ exception {
      to "$DEFAULT.Bulk/"
  }
}



--- Robert Fleming <[EMAIL PROTECTED]> wrote:
> On Wed, Jun 02, 2004 at 10:42:29AM -0700, sdgesa
> gaeharth wrote:
> > I have changed it to your line, but no help.  Is
> there
> > anything else i am doing wrong? Does there have to
> be
> > multiple instances of spam "words"?
> 
> here is my complete rule
> # top of rule
> DEFAULT="$HOME/Maildir"
> MAILDIR="$DEFAULT"
> 
> if ( /^X-Spam-Flag: YES$/ )
> { exception {
>       to ${MAILDIR}/.SPAM/
>   }
> } 
> # no 'else' needed since unfiltered messages will be
> delivered to 
> # $DEFAULT
> 
> #bottom of rule
> 
> > --- Robert Fleming <[EMAIL PROTECTED]> wrote:
> > > --On Tuesday, June 1, 2004 12:09 PM -0700 sdgesa
> > > gaeharth is rumoured to 
> > > have written:
> > > 
> > > > I am trying test my
> spamassasin/postfix/maildrop
> > > setup
> > > > but there is no filtering. I think there is a
> > > config
> > > > ****************************
> > > >
> > > > xfilter "/usr/bin/spamassassin"
> > > > if ( /^X-Spam-Flag: *YES/ )
> > > 
> > > Is there a reason you have the asterisk before
> YES? 
> > > Here is the line I use 
> > > in my mailfilter file and it has been working
> for a
> > > couple years.
> > > 
> > >     if ( /^X-Spam-Flag: YES$/ )
> > > 



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

Reply via email to