Manpage logo

Mailmunge::Test - base class for Mailmunge Test plugins

NAME  ABSTRACT  SYNOPSIS  METHODS  AUTHOR  LICENSE 

NAME

Mailmunge::Test − base class for Mailmunge Test plugins

ABSTRACT

This is a convenience base class that simply hangs on to a copy of the current Mailmunge::Filter object.

SYNOPSIS

package MyTest;
use base qw(Mailmunge::Test);
sub my_test_functionality { ... };
# And then inside your filter...
my $test = MyTest−>new($self);
my $result = $test−>my_test_functionality($ctx);

METHODS

All methods are inherited from Mailmunge::Action

AUTHOR

Dianne Skoll <[email protected]>

LICENSE

This code is licensed under the terms of the GNU General Public License, version 2.


Updated 2026-06-01 - jenkler.se | uex.se