qpsmtpd/plugins/logging/devnull
John Peacock 1f7ece38f2 r589@jpeacock: jpeacock | 2005-07-10 06:54:32 -0400
Track hooks as array and hash.
 Re-revert changes to logging plugins to use new-style hooking.
 logging/adaptive assumed that register() has been called before hook_logging.


git-svn-id: https://svn.perl.org/qpsmtpd/trunk@491 958fd67b-6ff1-0310-b445-bb7760255be9
2005-07-10 10:56:55 +00:00

8 lines
112 B
Perl

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