2013-06-28 14:36:06 +02:00
|
|
|
Index: contrib/SpamAssassin/Collectd.pm
|
|
|
|
===================================================================
|
|
|
|
--- contrib/SpamAssassin/Collectd.pm.orig
|
|
|
|
+++ contrib/SpamAssassin/Collectd.pm
|
2012-02-20 15:38:58 +01:00
|
|
|
@@ -4,12 +4,6 @@
|
2011-02-03 02:08:32 +01:00
|
|
|
|
|
|
|
Collectd - plugin for filling collectd with stats
|
|
|
|
|
|
|
|
-=head1 INSTALLATION
|
|
|
|
-
|
|
|
|
-Just copy Collectd.pm into your SpamAssassin Plugin path
|
|
|
|
-(e.g /usr/share/perl5/Mail/SpamAssassin/Plugin/) and
|
|
|
|
-add a loadplugin call into your init.pre file.
|
|
|
|
-
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
loadplugin Mail::SpamAssassin::Plugin::Collectd
|
2013-06-28 14:36:06 +02:00
|
|
|
@@ -47,6 +41,8 @@ often it should try.
|
|
|
|
|
|
|
|
=cut
|
|
|
|
|
|
|
|
+=back
|
|
|
|
+
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
This modules uses the email plugin of collectd from Sebastian Harl to
|