From 6820a1f5fadbfe148a043c724386d2429ae667a3 Mon Sep 17 00:00:00 2001 From: Jared Johnson Date: Wed, 3 Dec 2014 10:01:31 -0600 Subject: [PATCH] Add POD for content_log plugin --- plugins/content_log | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/plugins/content_log b/plugins/content_log index 1f8b699..9392f69 100644 --- a/plugins/content_log +++ b/plugins/content_log @@ -1,7 +1,22 @@ #!perl -w -# A simple example of a plugin that logs all incoming mail to a file. -# Useful for debugging other plugins or keeping an archive of things. +=head1 NAME + +content_log - record incoming mail to a file + +=head1 DESCRIPTION + +A simple example of a plugin that logs all incoming mail to a file. +Useful for debugging other plugins or keeping an archive of things. + +=head1 CONFIG + +=head2 content_log_enabled + +Used to enable and disable content logging + +Default: true +=cut use POSIX qw:strftime:;