NAME
API::MailboxOrg::API::Spamprotect - MailboxOrg::API::Spamprotect
VERSION
version 1.0.2
SYNOPSIS
use API::MailboxOrg;
my $user = '1234abc';
my $password = '1234abc';
my $api = API::MailboxOrg->new(
user => $user,
password => $password,
);
METHODS
get
Read spamprotection settings
Available for admin, account, domain, mail
Parameters:
mail
returns: array
$api->spamprotect->get(%params);
set
Sets the spamprotection settings
Available for admin, account, domain, mail
Parameters:
mail
greylist
smtp_plausibility
rbl
bypass_banned_checks
tag2level
killevel
route_to
returns: array
$api->spamprotect->set(%params);
AUTHOR
Renee Baecker <reneeb@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2022 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)