Skip to content

Commit

Permalink
converted check_relay comments to POD
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 29, 2012
1 parent 18d30d9 commit 0b4f0f5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions plugins/check_relay
@@ -1,8 +1,14 @@
#!perl -w

# this plugin checks the relayclients config file and
# $ENV{RELAYCLIENT} to see if relaying is allowed.
#
=head1 NAME
check_relay
=head1 SYNOPSIS
Checks the relayclients config file and $ENV{RELAYCLIENT} to see if relaying is allowed.
=cut

use Net::IP qw(:PROC);

Expand Down

0 comments on commit 0b4f0f5

Please sign in to comment.