You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Daniel Lemke <le...@jam-software.com> on 2010/02/17 11:24:23 UTC

spamd: Can't locate object method "check_for_rdns_helo_mismatch"

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: )
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.
Wed Feb 17 10:42:46 2010 [4988] warn: )

I checked the package and didn't find any sub named like this. It seems as if the sub is called at call_plugins in SpamAssassin.pm.



----------------------------------------------------
JAM Software GmbH
Gesch?ftsf?hrer: Joachim Marder
Max-Planck-Str. 22 * 54296 Trier * Germany
Tel: 0651-145-653 -0 * Fax: 0651-145-653 -29
Handelsregister Nr. HRB 4920 (AG Wittlich) http://www.jam-software.de

AW: [SpamAssassin] Re: spamd: Can't locate object method "check_for_rdns_helo_mismatch"

Posted by Daniel Lemke <le...@jam-software.com>.
Thank you, that solved it. I downloaded the rules tarball and now it's working fine.

-----Ursprüngliche Nachricht-----
Von: Karsten Bräckelmann [mailto:guenther@rudersport.de]
Gesendet: Mittwoch, 17. Februar 2010 11:55
An: users@spamassassin.apache.org
Betreff: [SpamAssassin] Re: spamd: Can't locate object method "check_for_rdns_helo_mismatch"

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

--



----------------------------------------------------
JAM Software GmbH
Geschäftsführer: Joachim Marder
Max-Planck-Str. 22 * 54296 Trier * Germany
Tel: 0651-145-653 -0 * Fax: 0651-145-653 -29
Handelsregister Nr. HRB 4920 (AG Wittlich)  http://www.jam-software.de

Re: spamd: Can't locate object method "check_for_rdns_helo_mismatch"

Posted by Karsten Bräckelmann <gu...@rudersport.de>.
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\0.@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; }}}