Hanno Hecker wrote:
> That was on Matt's wishlist before it can be included 

That's interesting, since I was thinking last night it would make the most sense
to add this whole block of code to Qpsmtpd::Plugin and you could just do

        $self->relaying_denied(DENY);

from within *any* plugin and cut to the chase.  I don't see any performance
benefit from making Perl dispatch a class method rather than an object method
(and having in directly in the plugin object means that an inheritance walk
isn't even required).

Perhaps we could do it this way for now and if there aren't any further tweaks
eventually merge it with Qpsmtpd::Plugin.

Matt - care to share your reasoning with the rest of us?

John

Reply via email to