Author: msergeant
Date: Thu May 17 15:07:05 2007
New Revision: 738
Modified:
trunk/lib/Qpsmtpd.pm
Log:
Fix for issue #12: Bug in Qpsmtpd.pm when using multiple plugin dirs
Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm (original)
+++ trunk/lib/Qpsmtpd.pm Thu May 17 15:07:05 2007
@@ -319,10 +319,6 @@
unless $plugin_line =~ /logging/;
last PLUGIN_DIR;
}
- else {
- $self->log(LOGDEBUG, "Failed to load plugin - $plugin - ignoring");
- return 0;
- }
}
}
}