[Mimedefang] MIMEDefang default filter

Christoph Martin martin at verwaltung.uni-mainz.de
Mon Jul 7 11:29:01 EDT 2003


"Chris Myers" <chris at by-design.net> writes:

> ----- Original Message ----- 
> From: "Stephane Lentz" <Stephane.Lentz at ansf.alcatel.fr>
> To: <mimedefang at lists.roaringpenguin.com>
> Sent: Thursday, July 03, 2003 5:02 PM
> Subject: [Mimedefang] MIMEDefang default filter
> 
> 
> > the default filter in 2.55 is not working fine on my test Mandrake
> > 9.1 ppc : I get
> >
> > Jul 13 04:02:14 localhost mimedefang-multiplexor: Starting slave 1 (pid
> > 4888) (2 running): Bringing slaves up to minSlaves (2)
> > Jul 13 04:02:14 localhost mimedefang-multiplexor: Slave 0 stderr: Can't
> > locate object method "new" via package
> > "Mail::SpamAssassin::DBBasedAddrList" (perhaps you forgot to load
> > "Mail::SpamAssassin::DBBasedAddrList"?) at /etc/mail/mimedefang-filter
> > line 87. Compilation failed in require at /usr/bin/mimedefang.pl line
> > 4023.
> 
> I ran into this also, a while ago.  I tried a bunch of things, so I'm a
> little
> fuzzy on which one actually fixed the problem.

You have to insert the line:

	require Mail::SpamAssassin::DBBasedAddrList;

in front of:

	my $awl = Mail::SpamAssassin::DBBasedAddrList->new();

in the default filter.

Christoph

-- 
============================================================================
Christoph Martin, EDV der Verwaltung, Uni-Mainz, Germany
 Internet-Mail:  Christoph.Martin at Uni-Mainz.DE
  Telefon: +49-6131-3926337
      Fax: +49-6131-3922856



More information about the MIMEDefang mailing list