From dd5cccd49fe8df7098e11fc772ae59a04ad990cd Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 5 May 2012 01:07:01 -0400 Subject: [PATCH] converted comments to POD in check_relay plugin --- plugins/check_relay | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/plugins/check_relay b/plugins/check_relay index fcb3054..06034e7 100644 --- a/plugins/check_relay +++ b/plugins/check_relay @@ -1,9 +1,19 @@ #!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 strict; +use warnings; + +use Qpsmtpd::Constants; use Net::IP qw(:PROC); sub hook_connect {