Chris wrote:
> On Saturday 27 September 2008 4:13 am, Dirk Bonengel wrote:
>   
>>> Chris, there were a few errors in the sample config (eval:check vs.
>>> ixhashtest & cytme vs. ctyme).  Use this instead:
>>>
>>> body      GENERIC_IXHASH     eval:ixhashtest('generic.ixhash.net')
>>> describe  GENERIC_IXHASH     iXhash found @ generic.ixhash.net
>>> tflags    GENERIC_IXHASH     net
>>> score     GENERIC_IXHASH     1.0
>>>
>>> body      NIXSPAM_IXHASH     eval:ixhashtest('ix.dnsbl.manitu.net')
>>> describe  NIXSPAM_IXHASH     iXhash found @ ix.dnsbl.manitu.net
>>> tflags    NIXSPAM_IXHASH     net
>>> score     NIXSPAM_IXHASH     1.0
>>>
>>> body      CTYME_IXHASH       eval:ixhashtest('ctyme.ixhash.net')
>>> describe  CTYME_IXHASH       iXhash found @ ctyme.ixhash.net
>>> tflags    CTYME_IXHASH       net
>>> score     CTYME_IXHASH       1.0
>>>
>>> body      HOSTEUROPE_IXHASH  eval:ixhashtest('hosteurope.ixhash.net')
>>> describe  HOSTEUROPE_IXHASH  iXhash found @ hosteurope.ixhash.net
>>> tflags    HOSTEUROPE_IXHASH  net
>>> score     HOSTEUROPE_IXHASH  1.0
>>>
>>> Bill
>>>       
>> Hi all,
>>
>> SpamAssassin says it can't find the module code in the first place. Did you
>> include a line like
>>
>> loadplugin Mail::SpamAssassin::Plugin::iXhash  /etc/spamassassin/iXhash.pm
>>
>> to tell SA where it can find the plugin?
>>
>> Also, as Bill noted, I had a few errors in the example config at first. My
>> bad... either use Chris' version or revisit ixhash.sf.net/example.html
>>
>>
>> Sorry for the trouble
>>
>> Dirk
>>     
>
> I'm still seeing this:
>
> Sep 27 10:31:10 localhost spamd[3022]: rules: failed to run CTYME_IXHASH 
> test, 
> skipping: 
> Sep 27 10:31:10 localhost spamd[3022]:  (Can't locate object method 
> "check_ixhash" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1499) 
> line 2319. 
> Sep 27 10:31:10 localhost spamd[3022]: ) 
> Sep 27 10:31:10 localhost spamd[3022]: rules: failed to run HOSTEUROPE_IXHASH 
> test, skipping: 
> Sep 27 10:31:10 localhost spamd[3022]:  (Can't locate object method 
> "check_ixhash" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1499) 
> line 3264. 
> Sep 27 10:31:10 localhost spamd[3022]: ) 
> Sep 27 10:31:10 localhost spamd[3022]: rules: failed to run GENERIC_IXHASH 
> test, skipping: 
> Sep 27 10:31:10 localhost spamd[3022]:  (Can't locate object method 
> "check_ixhash" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1499) 
> line 3284. 
> Sep 27 10:31:10 localhost spamd[3022]: ) 
> Sep 27 10:31:10 localhost spamd[3022]: rules: failed to run NIXSPAM_IXHASH 
> test, skipping: 
> Sep 27 10:31:10 localhost spamd[3022]:  (Can't locate object method 
> "check_ixhash" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1499) 
> line 3329. 
> Sep 27 10:31:10 localhost spamd[3022]: ) 
>   
Hi

You forgot to change  check_ixhash  to  ixhashtest  as written in the
email a bit futher up...

Matt

Reply via email to