qpsmtpd/plugins/logging/devnull

8 lines
106 B
Plaintext
Raw Normal View History

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