dougp23 wrote:
> I am getting some errors when i do
>
> spamassassin --lint
>
> Things like:
>
> 22120] warn: Unrecognized escape \V passed through in regex; marked by <--
> HERE in m/(?i)\V <-- HERE iagra\b/ at
> /usr/lib/perl5/vendor_perl/5.8.5/Mail/SpamAssassin/Conf/Parser.pm line 969.
> [
>
> Is it due to this rule in my local.cf:
>
> body VIAGRA_WORD /Viagra/
> score VIAGRA_WORD 6
>   
is that an exact copy-paste? The rule quoted by the parser is quite
different, and has a \b in it, at the very least.

If it is an exact copy-paste, try commenting it out, with # and see if
the error still crops up. If it does, it's not that rule, but something
else.

> Also, I get this one:
>
> [22120] warn: config: failed to parse line, skipping: blacklist from
> [EMAIL PROTECTED]
>   
You're missing an underscore.. It's "blacklist_from" not "blacklist from"
> And when I lower my required_score setting, it doesn't seem to take effect. 
> (I have lowered it from 5 to 3.5, yet spams with 4.2 and 3.8 still get right
> through, and the headers still say "required score 5.0").  When I modify
> local.cf, I restart spamd, then restart spamass-milter, then (for good
> measure) restart sendmail.  Anything else I should do???
>
> Thanks for any help.
>
>   

Reply via email to