On Mon, 2007-03-26 at 12:18 -0400, Guy Hulbert wrote:
> I've uploaded three plugin tests and supporting files to the tracker:
> http://code.google.com/p/smtpd/issues/list
> 
> as issue 14.

I forgot to mention that this generates a warning via line 81 of
t/Test/Qpsmtpd.pm ... I have since discovered some arguments which are
documented in README.logging and are missing from line 78 and I find
that replacing line 78:
        my ($self, $trace, @log) = @_;
by:
        my ($self, $trace, $hook, $plugin, @log) = @_;
eliminates the warnings ...


-- 
--gh


Reply via email to