die;
}
if (isset($_GET["main"])) {
    main_switch();
    exit;
}
if (isset($_GET["popup"])) {
    main_tabs();
    exit;
}
if (isset($_GET["EnableNotifications"])) {
    SAVE_GROUP1();
    exit;
}
if (isset($_GET["ScanPolicy"])) {
    SAVE_GROUP1();
    exit;
}
if (isset($_GET["RBL_ADD"])) {
    add();
    exit;
}
if (isset($_GET["OURBLDEL"])) {
    delete();
    exit;
}
js();
function js()
{
    $ou = base64_decode($_GET["ou"]);
    $page = CurrentPageName();
	
	
	
$users=new usersMenus();
$tpl=new templates();
if(!$users->AsOrgPostfixAdministrator){
		echo $tpl->javascript_parse_text("alert('{ERROR_NO_PRIVS}');");
		die();
	}
	
	
	
	if(isset($_GET["main"])){main_switch();exit;}
	if(isset($_GET["popup"])){main_tabs();exit;}
	if(isset($_GET["EnableNotifications"])){SAVE_GROUP1();exit;}
	if(isset($_GET["ScanPolicy"])){SAVE_GROUP1();exit;}
	if(isset($_GET["RBL_ADD"])){add();exit;}
	if(isset($_GET["OURBLDEL"])){delete();exit;}
	
js();


function js(){
		
	$ou=base64_decode($_GET["ou"]);
	$page=CurrentPageName();
	$tpl=new templates();
	$title=$tpl->_ENGINE_parse_body('{APP_KAVMILTER}',"milter.index.php");
	
	
	$html="