qpsmtpd/plugins/logging/devnull
Ask Bjørn Hansen a23d4b3da9 Fix 01-syntax test failures
Exclude some tests with dependencies.

Remove -T from perl line in plugins
This makes it harder to test with PERL5LIB/perlbrew etc
2012-04-29 01:36:01 -07:00

8 lines
106 B
Perl

#!perl -w
# this is a simple 'drop packets on the floor' plugin
sub hook_logging {
return DECLINED;
}