On Wed, 2010-02-17 at 11:24 +0100, Daniel Lemke wrote:
> I’ve got several warnings during execution of spamd on win32. For
> every incoming mail the same warning pops up, saying: 

> Wed Feb 17 10:42:46 2010 [4988] warn: rules: failed to run
> FAKE_HELO_EXCITE test, skipping:
> Wed Feb 17 10:42:46 2010 [4988] warn:  (Can't locate object method
> "check_for_rdns_helo_mismatch" via package "Mail:
> [...]:SpamAssassin::PerMsgStatus" at (eval 1950) line 517.

> Wed Feb 17 10:42:46 2010 [4988] warn: rules: failed to run
> ROUND_THE_WORLD_LOCAL test, skipping:
> Wed Feb 17 10:42:46 2010 [4988] warn:  (Can't locate object method
> "check_for_round_the_world_received_helo" via package "Mail:
> [...]:SpamAssassin::PerMsgStatus" at (eval 1950) line 566.

These rules have been removed in March 2008 from trunk, because they
where costly but under-performing. This change eventually became part of
SA 3.3, but it's still in the 3.2 branch.

You are running SA 3.3.x with the stock rule-set from 3.2.x!

Did you forget to either run sa-update after upgrading to 3.3, or to
install the 3.3 rules tarball along the SA tarball? The rules have been
split out, and you need to install *both*. Any chance the old stock
rules have survived on your system?

  guenther


-- 
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to