Re: isa_plugin problem

2007-08-30 Thread Hanno Hecker
On Fri, 31 Aug 2007 12:29:00 +1000 Gavin Carr <[EMAIL PROTECTED]> wrote: [...] > I think I've seen something similar, which turned out to be a bug > in the 0.40 isa_plugin code not handling multiple plugin_dirs > properly. Patch attached. Not sure if it's your problem but it > smells similar. Tha

Re: isa_plugin problem

2007-08-30 Thread Ernesto
Gavin Carr wrote on 31.08.2007 04:29: Hi Ernesto, On Fri, Aug 31, 2007 at 04:10:30AM +0200, Ernesto wrote: trying to inherit from a plugin I ran into a problem: Plugin: /usr/share/qpsmtpd/plugins/extended_rcpt_to sub init { my $self = shift; print STDERR __PACKAGE__, "::init..

Re: isa_plugin problem

2007-08-30 Thread Gavin Carr
Hi Ernesto, On Fri, Aug 31, 2007 at 04:10:30AM +0200, Ernesto wrote: > trying to inherit from a plugin I ran into a problem: > > Plugin: /usr/share/qpsmtpd/plugins/extended_rcpt_to > > sub init > { > my $self = shift; > print STDERR __PACKAGE__, "::init...\n"; > $self->isa_plug