qpsmtpd/plugins/logging/devnull
2013-08-05 15:05:15 -07:00

8 lines
108 B
Perl

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