#!/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("Removal of the spam trap for $domainname");

print qq!

<form method=post action=/$script_bin/$confirm_turn_off_spamtrap class=text>
To remove the spam trap for your account and to delete all the emails therein, please click on the button below. 


!;

print_end_of_form();
require $footer;
