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
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
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
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