You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Leveau Stanislas <st...@ac-caen.fr> on 2014/03/14 23:10:21 UTC

Re : Re: uri rules

Hi,





I have tested this rule but it does not work, it's starnge



uri __SPAMS_URI_7 /\.webs\.com\//
describe __SPAMS_URI_7 url vers formulaire
score __SPAMS_URI_7 15.0


Le 14/03/14, Axb  <ax...@gmail.com> a écrit :
> On 03/14/2014 01:54 PM, Stanislas LEVEAU wrote:
> >Thanks for your answer, yes it's really simple but I use spamassassin
> >3.3 :(
> 
> uri RULENAME /\.webs\.com\//
> 
> should do the trick
> 
> 
> 

Re: Re : Re: uri rules

Posted by Axb <ax...@gmail.com>.
On 03/14/2014 11:17 PM, Wolfgang Zeikat wrote:
> In an older episode, on 2014-03-14 23:10, Leveau Stanislas wrote:
>
>> I have tested this rule but it does not work, it's starnge
>>
>>
>>
>> uri __SPAMS_URI_7 /\.webs\.com\//
>> describe __SPAMS_URI_7 url vers formulaire
>> score __SPAMS_URI_7 15.0
>
> rules with names starting with __ do _not_ get scored
>
> Try
> meta LOCAL_SPAMS_URI_7 __SPAMS_URI_7
> score LOCAL_SPAMS_URI_7 15.0

or plain (without the extra meta)

uri		SPAMS_URI_7 	/\.webs\.com\//
describe	SPAMS_URI_7 	url vers formulaire
score 		SPAMS_URI_7 	15.0





Re : Re: Re : Re: uri rules

Posted by Leveau Stanislas <st...@ac-caen.fr>.
Ah yes, its a stupid fault

Thanks a lot

Le 14/03/14, Wolfgang Zeikat  <wo...@desy.de> a écrit :
> In an older episode, on 2014-03-14 23:10, Leveau Stanislas wrote:
> 
> >I have tested this rule but it does not work, it's starnge
> >
> >
> >
> >uri __SPAMS_URI_7 /\.webs\.com\//
> >describe __SPAMS_URI_7 url vers formulaire
> >score __SPAMS_URI_7 15.0
> 
> rules with names starting with __ do _not_ get scored
> 
> Try
> meta LOCAL_SPAMS_URI_7 __SPAMS_URI_7
> score LOCAL_SPAMS_URI_7 15.0
> 
> 
> 
> 

Re: Re : Re: uri rules

Posted by Wolfgang Zeikat <wo...@desy.de>.
In an older episode, on 2014-03-14 23:10, Leveau Stanislas wrote:

> I have tested this rule but it does not work, it's starnge
>
>
>
> uri __SPAMS_URI_7 /\.webs\.com\//
> describe __SPAMS_URI_7 url vers formulaire
> score __SPAMS_URI_7 15.0

rules with names starting with __ do _not_ get scored

Try
meta LOCAL_SPAMS_URI_7 __SPAMS_URI_7
score LOCAL_SPAMS_URI_7 15.0