SpankTheSpam wrote:
> Hi
>
> I have installed URICountry plugin along with p5-Mail-SpamAssassin-3.2.3 and
> amavisd-new-2.5.2,1 and have added few rules, and one to test it in my
> local.cf:
>
> loadplugin Mail::SpamAssassin::Plugin::URICountry
>
> uricountry      URICOUNTRY_PL   PL
> header          URICOUNTRY_PL   eval:check_uricountry('URICOUNTRY_PL')
> describe        URICOUNTRY_PL   Contains a URI hosted in PL
> tflags          URICOUNTRY_PL   net
> score URICOUNTRY_PL 54
>
> but the message sent from polish servers gets NO additional scoring because
> of that rule. I can see URICountry in spamassassin -D -t < testmessage:
>
>   
<snip>
> [1445] dbg: debug: URICountry hit rule: pl
>
> and the result is that message passes the spam filter, while my spam score
> is 5, so it should be killed.
> What may be the clue?
>   

Did the message wind up having  URICOUNTRY_PL in the hits list? Did it
have a coresoponding score of 54? Is there anything else in the hits
that might have reduced the score (ie: USER_IN_WHITELIST)?


I tested it on my SA 3.2.3 and it worked fine:

X-Spam-Status: Yes, score=37.4 required=5.0
tests=AWL,BAD_ENC_HEADER,BAYES_99,
        FROM_LOCAL_DIGITS,FROM_LOCAL_HEX,HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,
        MIME_HTML_ONLY,NO_DNS_FOR_FROM,PLING_QUERY,URICOUNTRY_PL
shortcircuit=no
        autolearn=spam version=3.2.3
X-Spam-Report:
        *   54 URICOUNTRY_PL Contains a URI hosted in PL

Reply via email to