[svn:qpsmtpd] r738 - trunk/lib

[email protected] Thu, 17 May 2007 15:07:06 -0700 (PDT)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
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;
-	}
       }
     }
   }