Attached is file: 0.3x-r704-svndiff This fixes the unit tests. Could someone apply it please. Summary: lib/Qpsmptd.pm: $this_plugin = ... to ($this_plugin) = ... otherwise plugins are not loaded. t/Test/Qpsmtpd.pm: sub plugin_dir { './plugins'; } to sub plugin_dirs { ('./plugins'); } matches interface change in lib/Qpsmptd.pm -- --gh