Mail::MtPolicyd::Plugin - a base class for plugins
Contents
Attributes
name
Contains a string with the name of this plugin as specified in the configuration.
log_level(default:4)
The log_level used when the plugin calls $self->log( $r, $msg ).
Copyright And License
This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
perl v5.38.2 2024-05-26 Mail::MtPolicyd::Plugin(3pm)
Methods
run($r)
This method has be implemented by the plugin which inherits from this base class.
log($r,$msg)
This method could be used by the plugin to log something.
Since this is mostly for debugging the default is to log plugin specific messages with log_level=4. (see
log_level attribute)
Name
Mail::MtPolicyd::Plugin - a base class for plugins
Version
version 2.05
