Hi, while learning an mbox on a recent 3.4.2 svn:

# sa-learn --spam --progress --mbox junk-012618
28% [====================================== ] 5.53 msgs/sec 00m44s LEFTUse of uninitialized value in lc at /usr/share/perl5/vendor_perl/Mail/SpamAssassin/RegistryBoundaries.pm line 205. plugin: eval failed: Can't locate object method "trim_domain" via package "elo...@netvisio.com" (perhaps you forgot to load "elo...@netvisio.com"?) at /usr/share/perl5/vendor_perl/Mail/SpamAssassin/RegistryBoundaries.pm line 230. 97% [================================================================================================================================= ] 1.71 msgs/sec 01m34s DONE
Learned tokens from 162 message(s) (162 message(s) examined)

   227    # keep IPs intact
   228    if ($uri !~ /^\d+\.\d+\.\d+\.\d+$/) {
   229      # get rid of hostname part of domain, understanding delegation
   230      $uri = $self->trim_domain($uri);
   231
   232      # ignore invalid domains
   233      return unless ($self->is_domain_valid($uri));
   234    }

I've searched through bugzilla and haven't found anything similar. Is this a known issue? I can provide the message that produced this error off-list if necessary.



Reply via email to