* *@copyright Tela-Botanica 2000-2004 *@version $$ // +------------------------------------------------------------------------------------------------------+ */ include_once 'ezmlm-php-2.0/ezmlm-xml.php' ; // test des variables if (!isset($domaine) || !isset($liste)) { exit() ; } $list = new ezmlm_xml() ; $list->listdir = '/home/vpopmail/domains/'.$domaine.'/'.$liste ; header('Content-type: text/xml') ; $list->show_rss() ; ?>