| Mail::MtPolicyd::Client::Response(3pm) | User Contributed Perl Documentation | Mail::MtPolicyd::Client::Response(3pm) |
Mail::MtPolicyd::Client::Response - a postfix policyd client response class
version 2.05
Class to handle a policyd response.
use Mail::MtPolicyd::Client::Response;
my $response = Mail::MtPolicyd::Client::Response->new_from_fh( $conn );
--
my $response = Mail::MtPolicyd::Client::Response->new(
action => 'reject',
attributes => {
action => 'reject',
},
);
print $response->as_string;
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
| 2022-10-15 | perl v5.36.0 |