#!/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("Accessing the MailWall content quarantine for $domainname");

print qq!

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

Have you received a notification that an email has been prevented from reaching you because its content was 
deemed to be offensive? This is because you have activated MailWall's content management feature. To release this
email, please copy and paste the 'Message ID' and 'Message Reference' from the notification message you have
received into the boxes below:<BR><BR>

<table width=400 class=text>
<form method=post action=/$script_bin/$content_quarantine_management_2 class=text>

<tr><td width=200>
Message Reference [ 8 digits ]:</td><td width=100> <input type=text class=text name=ref size=10 maxlength=8><br></td>
</tr>

<tr><td width=200>
Message ID [ 14 characters ]:</td><td width=100>  <input type=text class=text name=id size=17 maxlength=14></td>
</tr></table>


!;

print_end_of_form();
require $footer;


