#!/usr/bin/perl

print "Content-Type: Text/HTML\n\n";

use CGI ':standard';
use Vpanel 1.00;
require $header;
require $accountinfo;

$domainname = find_domain ($mainuser);

# Define the tab which appears to the front
$tab_section = $tabnum_mailwall;

# Output the content associated with this tab
print "<body class=section-$tab_section>";

# display tabs
require $tabdisplay;

print_header("Turning off suspect content scanning for $domainname");

print qq!

<form action=/$script_bin/$confirm_turn_off_suspect_content_scanning method=post class=text>

Turning off this feature will result in the MailWall feature which scans your emails for suspect content
being deactivated. Please bear in mind that to do so may have implications for the security and integrity of your systems.<BR><BR>

If you are confident that you are aware of the effects of turning off this feature - and that IE Internet cannot take 
any responsibility for any adverse effects turning off this feature may have on your systems - please click on the 
submit button below.

!;

print_end_of_form();

require $footer;
