The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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