Ubuntu Manpages

Mail::MtPolicyd::Client::Request

a postfix policyd client request class

version 2.05

Class for construction of policyd requests.

  use Mail::MtPolicyd::Client::Request;
  $request = Mail::MtPolicyd::Client::Request->new(
    'client_address' => '127.0.0.1',
  );

Returns the request in as a string in the policyd request format.

The type of the request.
The instance ID of the mail processed by the MTA.
A hashref with contains all key/value pairs of the request.

Markus Benning <ich@markusbenning.de>

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