Author: msergeant
Date: Tue Mar 18 12:21:00 2008
New Revision: 866
Modified:
trunk/lib/Apache/Qpsmtpd.pm
Log:
Removed obsolete plugin_dir method (now use config/plugin_dirs)
Modified: trunk/lib/Apache/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Apache/Qpsmtpd.pm (original)
+++ trunk/lib/Apache/Qpsmtpd.pm Tue Mar 18 12:21:00 2008
@@ -98,12 +98,6 @@
return "/var/qmail/control";
}
-
-sub plugin_dir {
- my $self = shift;
- return "$self->{qpdir}/plugins";
-}
-
sub getline {
my $self = shift;
my $c = $self->{conn} || die "Cannot getline without a conn";