Provided by: mtpolicyd_2.05-1_all bug

NAME

       Mail::MtPolicyd::Plugin::ClearFields - mtpolicyd plugin to unset session variables

VERSION

       version 2.05

DESCRIPTION

       This plugin could be used to reset some session variables.

PARAMETERS

       fields (default: empty)
           A comma separated list of session variables to unset.

       fields_prefix (default: empty)
           A comma separated list of prefixes.  All session variables with this prefixes will be
           unset.

EXAMPLE

         <Plugin cleanup>
           module = "ClearFields"
           fields = "spamhaus-rbl,spamhaus-dbl"
         </Plugin>

       Will remove both fields from the session.

         <Plugin cleanup>
           module = "ClearFields"
           fields_prefix = "spamhaus-"
         </Plugin>

       Will also remove both fields and everything else starting with "spamhaus-" from the
       session.

AUTHOR

       Markus Benning <ich@markusbenning.de>

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