Description
This function disables the Apache SpamAssassin™ auto-delete spam feature.
Examples
LiveAPI PHP Class
$cpanel
=
new
CPANEL();
$disable_spam_auto_delete
=
$cpanel
->api1(
'Email'
,
'disable_spam_autodelete'
);
LiveAPI Perl Module
my
$cpliveapi
= Cpanel::LiveAPI->new();
my
$disable_spam_auto_delete
=
$cpliveapi
->api1(
'Email'
,
'disable_spam_autodelete'
);
cPanel Tag System (deprecated)
Warning:
In cPanel & WHM version 11.30 and later, cPanel tags are deprecated. This example is present in order to help developers move from the old cPanel tag system to our LiveAPI.
We strongly recommend that you only use the LiveAPI system to call the cPanel APIs.
<cpanel Module="Email::disable_spam_autodelete() )">
|
Command Line
cpapi1 --user=username Email disable_spam_autodelete
|
Output (none)
This function does not return output.
Parameters
This function does not accept parameters.
Returns
This function does not return output.