From: "Daniel Quinlan" <[EMAIL PROTECTED]>

> Vicki Brown <[EMAIL PROTECTED]> writes:
>
> > The rule
> >  header __CF_NOT_TO_ME           To !~
/(?:[EMAIL PROTECTED]|[EMAIL PROTECTED])/i
> >  header __CF_NOT_CC_ME           Cc !~
/(?:[EMAIL PROTECTED]|[EMAIL PROTECTED])/i
> >  meta   CF_NOT_FOR_ME            __CF_NOT_TO_ME && __CF_NOT_CC_ME
> >  score CF_NOT_FOR_ME             0.01
> >  describe CF_NOT_FOR_ME          Neither To nor Cc me
>
> Easier:
>
>   header CF_NOT_FOR_ME            ToCc !~
/(?:[EMAIL PROTECTED]|[EMAIL PROTECTED])/i
>   score CF_NOT_FOR_ME             0.01
>   describe CF_NOT_FOR_ME          Neither To nor Cc me
>
> > Spamassassin does what I think it should; spamc/spamd fails me.
>
> 98% likely to be the issue: you forgot to restart spamd

Not having read the first part of this I do note there is not any blanket
way to say it's only related to not starting spamd. There is still the
3.0x bug related to spamd children. The FIRST time a child runs a message
it reads rules properly. Every time after the first time it does not pick
up the per user rule scores. It picks up the user rules but not the
scores. I *WISH* this could be repaired.

{^_^}


Reply via email to