array ("post", "array", ""),
"domain_id" => array ("post", "integer", ""),
"confirm" => array("post", "string", "n"),
);
getFields($fields);
if (!is_array($d)) {
$d[]=$d;
}
reset($d);
include_once ("head.php");
if ($confirm=="y") {
$error="";
while (list($key,$val)=each($d)) {
$mail->delete($val);
$error.=$err->errstr()."
";
}
include("mail_list.php");
exit();
}
?>