Re: Spam assasin rules problem

2006-12-11 Thread Theo Van Dinter
On Mon, Dec 11, 2006 at 11:14:03AM +, kailash vyas wrote: > I am not able to match : in the regular expression. > for example I was trying to match Symbol: > > body LOCAL_DEMONSTRATION_RULE /\bsymbol:\b/i remove the trailing \b (unless you expect there to be alphanumeric chars right after th

Re: Spam assasin rules problem

2006-12-11 Thread kailash vyas
thank you for your help. that worked. but i was having another problem as well :) I am not able to match : in the regular expression. for example I was trying to match Symbol: body LOCAL_DEMONSTRATION_RULE /\bsymbol:\b/i score LOCAL_DEMONSTRATION_RULE 6.0 describe LOCAL_DEMONSTRATION_RULE

Re: Spam assasin rules problem

2006-12-08 Thread Theo Van Dinter
On Fri, Dec 08, 2006 at 05:11:14PM +, kailash vyas wrote: > I ran spamassasin -lint local.cf and it is showing no errors fwiw, it's just "spamassassin --lint". Adding "-D" is generally useful too. > After that I ran spamc -R command to run a check for the rules but it is not > reporting in t

Spam assasin rules problem

2006-12-08 Thread kailash vyas
Hi, I was having some problems with spamassasin rules in local.cf I am trying to write some custom rules but it doesnt seem to be taking these values I ran spamassasin -lint local.cf and it is showing no errors After that I ran spamc -R command to run a check for the rules but it is not reporti