You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Spamassassin List <sp...@gmail.com> on 2007/02/08 08:58:15 UTC

Re: Drug Spam

> http://www.peregrinehw.com/downloads/SpamAssassin/contrib/KAM.cf

I had encountered errors

[21895] info: rules: meta test KAM_RPTR_PASSED has undefined dependency 
'__URIBL_ANY'
[21895] info: rules: meta test KAM_REAL has undefined dependency 
'__KAMREAL1'
[21895] info: rules: meta test KAM_REAL has undefined dependency 
'__KAMREAL2'
[21895] info: rules: meta test KAM_REAL has undefined dependency 
'__KAMREAL3'
[21895] info: rules: meta test KAM_BLANK01 has undefined dependency 
'FM_NO_FROM_OR_TO'
[21895] info: rules: meta test KAM_BLANK01 has undefined dependency 
'FM_NO_TO'


Any idea?

Thanks



Re: Re: Drug Spam

Posted by Nick Leverton <nj...@leverton.org>.
On Thursday 08 February 2007 15:21, Ben Wylie wrote:
> As I understand it, these undefined dependencies are errors where a meta
> rule has been written to depend on another rule, which does not exist.
> These don't have catastrophic consequences, it just means that rule may
> not be effective.

Google suggests these rules were once in the FVGT ruleset, this is what the 
FM_ ones looked like:

meta            FM_NO_TO           (!__MY_TO)
describe        FM_NO_TO           Message is missing To
score           FM_NO_TO           0.001
meta            FM_NO_FROM_OR_TO           (!__MY_FROM && !__MY_TO)
describe        FM_NO_FROM_OR_TO           Message is missing From and To
score           FM_NO_FROM_OR_TO           0.001

I don't have a copy of __URIBL_ANY anywhere but I don't think it's 
necessary, since KAM's rules that use it also name each individual URIBL 
as well.


Nick

Re: Re: Drug Spam

Posted by Ben Wylie <sa...@benwylie.co.uk>.
As I understand it, these undefined dependencies are errors where a meta 
rule has been written to depend on another rule, which does not exist. 
These don't have catastrophic consequences, it just means that rule may 
not be effective.

Ben

Spamassassin List wrote:
> <div class="moz-text-flowed" style="font-family: -moz-fixed">> 
> http://www.peregrinehw.com/downloads/SpamAssassin/contrib/KAM.cf
> 
> I had encountered errors
> 
> [21895] info: rules: meta test KAM_RPTR_PASSED has undefined dependency 
> '__URIBL_ANY'
> [21895] info: rules: meta test KAM_REAL has undefined dependency 
> '__KAMREAL1'
> [21895] info: rules: meta test KAM_REAL has undefined dependency 
> '__KAMREAL2'
> [21895] info: rules: meta test KAM_REAL has undefined dependency 
> '__KAMREAL3'
> [21895] info: rules: meta test KAM_BLANK01 has undefined dependency 
> 'FM_NO_FROM_OR_TO'
> [21895] info: rules: meta test KAM_BLANK01 has undefined dependency 
> 'FM_NO_TO'
> 
> 
> Any idea?
> 
> Thanks
> 
> 
> </div>