You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Phibee Network operation Center <no...@phibee.net> on 2005/05/09 13:45:48 UTC

SpamAssassin don't see my body instruction ?

Hi

i use SpamAssassin 3.0.1 on a qmail/qmail-scanner 1.25st.
i have my list into personnal.cf

my problems that is SpamAssassin see my instruction:

header PERSO_SUJET_18          Subject =~ /New! Vìagra soft/i
score PERSO_SUJET_18           3.0

but don't see:
body PERSO_CORPS_88             /\C_I_A_L_I_S\b/i
score PERSO_CORPS_88            5



i don't use "body" instruction and don't know why ..

thanks for your help





Re: SpamAssassin don't see my body instruction ?

Posted by Matt Kettler <mk...@evi-inc.com>.
Phibee Network operation Center wrote:

> Hi
>
> i use SpamAssassin 3.0.1 on a qmail/qmail-scanner 1.25st.
> i have my list into personnal.cf
>
> my problems that is SpamAssassin see my instruction:
>
> header PERSO_SUJET_18          Subject =~ /New! Vìagra soft/i
> score PERSO_SUJET_18           3.0
>
> but don't see:
> body PERSO_CORPS_88             /\C_I_A_L_I_S\b/i
> score PERSO_CORPS_88            5

Are you sure you want a \ in front of C? Did you really mean to put a \b
at the start there?



Re: SpamAssassin don't see my body instruction ?

Posted by jdow <jd...@earthlink.net>.
From: "Phibee Network operation Center" <no...@phibee.net>

> but don't see:
> body PERSO_CORPS_88             /\C_I_A_L_I_S\b/i
> score PERSO_CORPS_88            5

Try this:
body PERSO_CORPS_88             /C_I_A_L_I_S\b/i

{^_^}