From owner-svn-ports-all@FreeBSD.ORG Sun Mar 29 08:41:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA94F75E; Sun, 29 Mar 2015 08:41:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C46DD260; Sun, 29 Mar 2015 08:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2T8ftpM082648; Sun, 29 Mar 2015 08:41:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2T8fsXv082642; Sun, 29 Mar 2015 08:41:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201503290841.t2T8fsXv082642@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 29 Mar 2015 08:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382571 - in head/security/maia: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 08:41:56 -0000 Author: pi Date: Sun Mar 29 08:41:53 2015 New Revision: 382571 URL: https://svnweb.freebsd.org/changeset/ports/382571 QAT: https://qat.redports.org/buildarchive/r382571/ Log: security/maia: 1.0.3 -> 1.0.4 TODO: find a suitable changelog PR: 198042 Submitted by: ek@purplehat.org (maintainer) Modified: head/security/maia/Makefile head/security/maia/distinfo head/security/maia/files/pkg-message.in head/security/maia/pkg-plist Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Sun Mar 29 08:35:34 2015 (r382570) +++ head/security/maia/Makefile Sun Mar 29 08:41:53 2015 (r382571) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= maia -DISTVERSION= 1.0.3-${SVNREVISION} -PORTREVISION= 5 +DISTVERSION= 1.0.4 CATEGORIES= security MASTER_SITES= http://www.purplehat.org/downloads/maia/ @@ -24,27 +23,27 @@ RUN_DEPENDS= p5-Unix-Syslog>=0.94:${PORT p5-Template-Toolkit>=2.13:${PORTSDIR}/www/p5-Template-Toolkit \ p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server -# SVN source: https://www.maiamailguard.com/svn/branches/1.0 -SVNREVISION= r1575 -WRKSRC= ${WRKDIR}/${PORTNAME}-1.0-${SVNREVISION} -USES= perl5 +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +USES= perl5 shebangfix USE_PERL5= run NO_BUILD= yes -DOCS= LICENSE README maiad.conf.dist maia-mysql.sql maia-pgsql.sql maia.conf.dist +DOCS= LICENSE.txt README.md maiad.conf.dist maia-mysql.sql maia-pgsql.sql maia.conf.dist USERS= vscan GROUPS= vscan MAIAHOME= /var/maiad MAIAQUARANTINE?= /var/maiad/virusmails + PEAR_DIR?= ${LOCALBASE}/share/pear PLIST_SUB+= USERS="${USERS}" GROUPS="${GROUPS}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT \ +OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT DOVECOT2 \ POSTFIX PFA FUZZYOCR CLAMAV SPAMASSASSIN BDB ALTERMIME CRYPT \ IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR ARJ UNARJ LHA ARC NOMARCH CAB \ RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS -OPTIONS_DEFAULT= MYSQL MYSQLSERVER DOVECOT POSTFIX CLAMAV SPAMASSASSIN BDB IPCOUNTRY \ + +OPTIONS_DEFAULT= MYSQL CLAMAV SPAMASSASSIN BDB IPCOUNTRY \ DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM ZOO FREEZE P7ZIP APACHE_DESC= Use Apache web server LIGHTTPD_DESC= Use LighTTPD web server @@ -53,7 +52,8 @@ MYSQL_DESC= Use MySQL datebase MYSQLSERVER_DESC= Install MySQL Server PGSQL_DESC= Use PgSQL database PGSQLSERVER_DESC= Install PGSQL Server -DOVECOT_DESC= Use Dovecot IMAP/POP3 +DOVECOT_DESC= Use Dovecot 1.x IMAP/POP3 +DOVECOT2_DESC= Use Dovecot 2.x IMAP/POP3 POSTFIX_DESC= Use Postfix MTA PFA_DESC= Use Postfixadmin FUZZYOCR_DESC= Use FuzzyOcr @@ -84,6 +84,7 @@ P7ZIP_DESC= P7ZIP support with archiver TNEF_DESC= Add external tnef decoder SUB_FILES= maiad pkg-message +SHEBANG_FILES= maiad SUB_LIST+= USERS=${USERS} \ GROUPS=${GROUPS} \ MAIAHOME=${MAIAHOME} \ @@ -105,6 +106,7 @@ USE_APACHE_RUN= 22+ USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \ mcrypt pdo pdo_sqlite posix session simplexml sockets \ sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc + RUN_DEPENDS+= ${PEAR_DIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEAR_DIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ ${PEAR_DIR}/DB.php:${PORTSDIR}/databases/pear-DB \ @@ -121,7 +123,10 @@ RUN_DEPENDS+= ${PEAR_DIR}/Mail/mime.php: ${PEAR_DIR}/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph \ ${PEAR_DIR}/Numbers/Roman.php:${PORTSDIR}/textproc/pear-Numbers_Roman \ ${PEAR_DIR}/Numbers/Words.php:${PORTSDIR}/textproc/pear-Numbers_Words \ - ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 + ${PEAR_DIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \ + ${PEAR_DIR}/MDB2/Driver/mysql.php:${PORTSDIR}/databases/pear-MDB2_Driver_mysql \ + ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/scrypt.so:${PORTSDIR}/security/pecl-scrypt PLIST_SUB+= WEBHOST="" .else PLIST_SUB+= WEBHOST="@comment " @@ -129,11 +134,15 @@ PLIST_SUB+= WEBHOST="@comment " .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes +.endif +.if ${PORT_OPTIONS:MMYSQL} && ${PORT_OPTIONS:MWEBHOST} USE_PHP+= mysql mysqli .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql +.endif +.if ${PORT_OPTIONS:MPGSQL} && ${PORT_OPTIONS:MWEBHOST} USE_PHP+= pgsql .endif @@ -158,10 +167,18 @@ USES:= ${USES:Npgsql} pgsql WANT_PGSQL= server .endif +.if ${PORT_OPTIONS:MDOVECOT} && ${PORT_OPTIONS:MDOVECOT2} +BROKEN=Please run 'make config' again and choose only one version of Dovecot. Both version 1.x and 2.x cannot co-exist. +.endif + .if ${PORT_OPTIONS:MDOVECOT} RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot .endif +.if ${PORT_OPTIONS:MDOVECOT2} +RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot2 +.endif + .if ${PORT_OPTIONS:MPOSTFIX} RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix .endif @@ -286,7 +303,7 @@ RUN_DEPENDS+= tnef:${PORTSDIR}/converter post-patch: .for m in scripts/configtest.pl scripts/expire-quarantine-cache.pl \ - scripts/generate-key.pl scripts/load-sa-rules.pl scripts/maiadbtool.pl \ + scripts/load-sa-rules.pl scripts/maiadbtool.pl \ scripts/process-quarantine.pl scripts/resend.pl scripts/send-quarantine-digests.pl \ scripts/send-quarantine-reminders.pl scripts/stats-snapshot.pl @${REINPLACE_CMD} -e "s|/etc/maia/maia.conf|${ETCDIR}/maia.conf|" \ @@ -299,13 +316,14 @@ post-patch: @${REINPLACE_CMD} -e "s|daemon_user = 'maia'|daemon_user = '${USERS}'|" \ -e "s|daemon_group = 'maia'|daemon_group = '${GROUPS}'|" \ - -e "s|/var/lib/maia|${MAIAHOME}|" ${WRKSRC}/maiad.conf.dist + -e "s|/var/lib/maia|${MAIAHOME}|" \ + -e "s|DO_SYSLOG = 0|DO_SYSLOG = 1|" ${WRKSRC}/maiad.conf.dist @${REINPLACE_CMD} -e "s|/etc/maia.conf|${ETCDIR}/maia.conf|" \ -e "s|username = 'maia'|username = '${USERS}'|" \ -e "s|/var/lib/maia|${DATADIR}|" \ -e "s|/usr/bin/sa-learn|${PREFIX}/bin/sa-learn|" \ - -e "s|local_cf_dir = undef|local_cf_dir = '${ETCDIR}/mail/spamassassin'|" \ + -e "s|local_cf_dir = undef|local_cf_dir = '${PREFIX}/etc/mail/spamassassin'|" \ -e "s|system_rules_dir = undef|system_rules_dir = '/var/db/spamassassin'|" \ -e "s|user_rules_dir = undef|user_rules_dir = '${MAIAHOME}/.spamassassin'|" \ -e "s|template_dir = '/etc/maia/templates/'|template_dir = '${ETCDIR}/templates/'|" \ @@ -318,12 +336,10 @@ post-patch: @${FIND} -E ${WRKSRC} -iregex '.*(bak|~)$$' -delete do-install: -.if ${PORT_OPTIONS:MWEBHOST} - ${MKDIR} -p ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC}/php && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} - ${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/themes/*/compiled + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ ${LN} -s ${PREFIX}/share/smarty ${STAGEDIR}${WWWDIR}/libs/Smarty -.endif ${MKDIR} -p ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/scripts ${MKDIR} -p ${STAGEDIR}${ETCDIR}/templates @@ -331,8 +347,8 @@ do-install: ${INSTALL} -m 644 ${WRKSRC}/templates/${i}.dist ${STAGEDIR}${ETCDIR}/templates .endfor ${INSTALL_SCRIPT} ${WRKSRC}/maiad ${STAGEDIR}${PREFIX}/sbin - ${INSTALL} -m 644 ${WRKSRC}/maiad.conf.dist ${STAGEDIR}${ETCDIR}/maiad.conf.dist - ${INSTALL} -m 644 ${WRKSRC}/maia.conf.dist ${STAGEDIR}${ETCDIR}/maia.conf.dist + ${INSTALL} -m 640 ${WRKSRC}/maiad.conf.dist ${STAGEDIR}${ETCDIR}/maiad.conf.dist + ${INSTALL} -m 640 ${WRKSRC}/maia.conf.dist ${STAGEDIR}${ETCDIR}/maia.conf.dist .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -341,7 +357,4 @@ do-install: .endfor .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/security/maia/distinfo ============================================================================== --- head/security/maia/distinfo Sun Mar 29 08:35:34 2015 (r382570) +++ head/security/maia/distinfo Sun Mar 29 08:41:53 2015 (r382571) @@ -1,2 +1,2 @@ -SHA256 (maia-1.0.3-r1575.tar.gz) = 96c910a2e2cdf296dfbf4c8505f36d1f596ac28bbf8e0aad04a0ee43f6342301 -SIZE (maia-1.0.3-r1575.tar.gz) = 2273669 +SHA256 (maia-1.0.4.tar.gz) = fdb971d916979172019c5ad5802a45d94980e9a847aede75d6249fac52d78748 +SIZE (maia-1.0.4.tar.gz) = 4514924 Modified: head/security/maia/files/pkg-message.in ============================================================================== --- head/security/maia/files/pkg-message.in Sun Mar 29 08:35:34 2015 (r382570) +++ head/security/maia/files/pkg-message.in Sun Mar 29 08:41:53 2015 (r382571) @@ -12,7 +12,7 @@ maiad_enable="YES" - Configuration templates are available in %%PREFIX%%/etc + Configuration templates are available in %%ETCDIR%% as maia.conf.dist and maiad.conf.dist. ******************************************************************* Modified: head/security/maia/pkg-plist ============================================================================== --- head/security/maia/pkg-plist Sun Mar 29 08:35:34 2015 (r382570) +++ head/security/maia/pkg-plist Sun Mar 29 08:41:53 2015 (r382571) @@ -13,963 +13,903 @@ %%WEBHOST%%@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/www/maia/themes/desert_sand/compiled %%WEBHOST%%@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/www/maia/themes/dgm/compiled %%WEBHOST%%@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/www/maia/themes/ocean_surf/compiled +%%WEBHOST%%@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/www/maia/web +@group %%GROUPS%% %%ETCDIR%%/maia.conf.dist %%ETCDIR%%/maiad.conf.dist +@group %%ETCDIR%%/templates/digest.tpl.dist %%ETCDIR%%/templates/newuser.tpl.dist %%ETCDIR%%/templates/reminder.tpl.dist -@mode 755 -share/maia/scripts/configtest.pl -share/maia/scripts/expire-quarantine-cache.pl -share/maia/scripts/generate-key.pl -share/maia/scripts/load-sa-rules.pl -share/maia/scripts/maiadbtool.pl -share/maia/scripts/process-quarantine.pl -share/maia/scripts/resend.pl -share/maia/scripts/send-quarantine-digests.pl -share/maia/scripts/send-quarantine-reminders.pl -share/maia/scripts/stats-snapshot.pl -@mode sbin/maiad -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/maia-mysql.sql %%PORTDOCS%%%%DOCSDIR%%/maia-pgsql.sql %%PORTDOCS%%%%DOCSDIR%%/maia.conf.dist %%PORTDOCS%%%%DOCSDIR%%/maiad.conf.dist -%%WEBHOST%%%%WWWDIR%%/admin/configtest.php -%%WEBHOST%%%%WWWDIR%%/admin/dblib.php -%%WEBHOST%%%%WWWDIR%%/admin/internal-init.php -%%WEBHOST%%%%WWWDIR%%/admin/schema.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/0.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/1.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/10.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/11.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/12.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/13.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/14.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/15.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/2.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/3.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/4.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/5.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/6.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/7.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/8.php -%%WEBHOST%%%%WWWDIR%%/admin/scripts/9.php -%%WEBHOST%%%%WWWDIR%%/admin/upgrade.php -%%WEBHOST%%%%WWWDIR%%/admindex.php -%%WEBHOST%%%%WWWDIR%%/admindomains.php -%%WEBHOST%%%%WWWDIR%%/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/adminstats.php -%%WEBHOST%%%%WWWDIR%%/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/adminusers.php -%%WEBHOST%%%%WWWDIR%%/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/auth.php -%%WEBHOST%%%%WWWDIR%%/authcheck.php -%%WEBHOST%%%%WWWDIR%%/cache.php -%%WEBHOST%%%%WWWDIR%%/chart_rules.php -%%WEBHOST%%%%WWWDIR%%/chart_stats.php -%%WEBHOST%%%%WWWDIR%%/chart_virus.php -%%WEBHOST%%%%WWWDIR%%/config.php.dist -%%WEBHOST%%%%WWWDIR%%/confirm.php -%%WEBHOST%%%%WWWDIR%%/constants.php -%%WEBHOST%%%%WWWDIR%%/core.php -%%WEBHOST%%%%WWWDIR%%/display.php -%%WEBHOST%%%%WWWDIR%%/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/encrypt.php -%%WEBHOST%%%%WWWDIR%%/favicon.ico -%%WEBHOST%%%%WWWDIR%%/help.php -%%WEBHOST%%%%WWWDIR%%/images/admin-int.png -%%WEBHOST%%%%WWWDIR%%/images/blocked.jpg -%%WEBHOST%%%%WWWDIR%%/images/buttonbg.gif -%%WEBHOST%%%%WWWDIR%%/images/delete-item.png -%%WEBHOST%%%%WWWDIR%%/images/help.png -%%WEBHOST%%%%WWWDIR%%/images/logout.png -%%WEBHOST%%%%WWWDIR%%/images/maia-logo-old.gif -%%WEBHOST%%%%WWWDIR%%/images/maia-logotoolbar.gif -%%WEBHOST%%%%WWWDIR%%/images/poweredbymaia.gif -%%WEBHOST%%%%WWWDIR%%/images/quarantine.png -%%WEBHOST%%%%WWWDIR%%/images/report-spam.png -%%WEBHOST%%%%WWWDIR%%/images/rescue-item.png -%%WEBHOST%%%%WWWDIR%%/images/settings.png -%%WEBHOST%%%%WWWDIR%%/images/stats.png -%%WEBHOST%%%%WWWDIR%%/images/view-decoded.png -%%WEBHOST%%%%WWWDIR%%/images/view-raw.png -%%WEBHOST%%%%WWWDIR%%/images/white-black-list.png -%%WEBHOST%%%%WWWDIR%%/index.php -%%WEBHOST%%%%WWWDIR%%/internal-init.php -%%WEBHOST%%%%WWWDIR%%/libs/Smarty -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/arrowdown.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/arrowleft.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/arrowright.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/arrowup.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/bl.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/bl.png -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/br.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/br.png -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/darrowdown.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/darrowleft.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/darrowright.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/darrowup.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/loadingAnimation.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/rarrowdown.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/rarrowleft.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/rarrowright.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/rarrowup.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/tl.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/tl.png -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/tr.gif -%%WEBHOST%%%%WWWDIR%%/libs/jquery/images/tr.png -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery-1.4.2.min.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery-ui.min.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.bgiframe.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.dimensions.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.hoverIntent.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.tooltip.css -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.tooltip.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.tooltip.min.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/jquery.tooltip.pack.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/macFFBgHack.png -%%WEBHOST%%%%WWWDIR%%/libs/jquery/selectToUISlider.jQuery.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/simpletip.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/thickbox.css -%%WEBHOST%%%%WWWDIR%%/libs/jquery/thickbox.js -%%WEBHOST%%%%WWWDIR%%/libs/jquery/ui.slider.extras.css -%%WEBHOST%%%%WWWDIR%%/libs/jquery/wait.gif -%%WEBHOST%%%%WWWDIR%%/libs/pngfix.js -%%WEBHOST%%%%WWWDIR%%/list-cache.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/db.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/display.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/help.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/login.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/cs/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/da/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/da/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/da/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/da/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/da/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/da/db.php -%%WEBHOST%%%%WWWDIR%%/locale/da/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/da/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/da/display.php -%%WEBHOST%%%%WWWDIR%%/locale/da/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/da/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/da/help.php -%%WEBHOST%%%%WWWDIR%%/locale/da/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/da/login.php -%%WEBHOST%%%%WWWDIR%%/locale/da/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/da/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/da/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/da/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/da/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/da/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/da/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/da/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/da/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/da/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/da/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/da/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/da/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/da/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/da/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/de/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/de/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/de/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/de/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/de/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/de/db.php -%%WEBHOST%%%%WWWDIR%%/locale/de/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/de/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/de/display.php -%%WEBHOST%%%%WWWDIR%%/locale/de/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/de/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/de/help.php -%%WEBHOST%%%%WWWDIR%%/locale/de/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/de/listcache.php -%%WEBHOST%%%%WWWDIR%%/locale/de/login.php -%%WEBHOST%%%%WWWDIR%%/locale/de/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/de/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/de/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/de/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/de/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/de/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/de/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/de/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/de/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/de/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/de/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/de/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/de/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/de/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/de/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/en/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/en/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/en/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/en/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/en/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/en/db.php -%%WEBHOST%%%%WWWDIR%%/locale/en/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/en/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/en/display.php -%%WEBHOST%%%%WWWDIR%%/locale/en/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/en/errors.php -%%WEBHOST%%%%WWWDIR%%/locale/en/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/en/help.php -%%WEBHOST%%%%WWWDIR%%/locale/en/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/en/listcache.php -%%WEBHOST%%%%WWWDIR%%/locale/en/login.php -%%WEBHOST%%%%WWWDIR%%/locale/en/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/en/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/en/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/en/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/en/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/en/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/en/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/en/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/en/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/en/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/en/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/en/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/en/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/en/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/en/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/db.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/display.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/help.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/login.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/fr/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/db.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/display.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/help.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/login.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/hu/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/it/README -%%WEBHOST%%%%WWWDIR%%/locale/it/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/it/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/it/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/it/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/it/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/it/db.php -%%WEBHOST%%%%WWWDIR%%/locale/it/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/it/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/it/display.php -%%WEBHOST%%%%WWWDIR%%/locale/it/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/it/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/it/help.php -%%WEBHOST%%%%WWWDIR%%/locale/it/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/it/login.php -%%WEBHOST%%%%WWWDIR%%/locale/it/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/it/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/it/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/it/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/it/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/it/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/it/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/it/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/it/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/it/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/it/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/it/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/it/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/it/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/db.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/display.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/help.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/login.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/nl/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/no/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/no/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/no/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/no/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/no/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/no/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/no/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/no/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/no/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/no/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/no/db.php -%%WEBHOST%%%%WWWDIR%%/locale/no/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/no/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/no/display.php -%%WEBHOST%%%%WWWDIR%%/locale/no/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/no/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/no/help.php -%%WEBHOST%%%%WWWDIR%%/locale/no/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/no/login.php -%%WEBHOST%%%%WWWDIR%%/locale/no/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/no/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/no/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/no/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/no/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/no/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/no/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/no/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/no/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/no/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/no/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/no/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/no/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/no/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/no/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/db.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/display.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/help.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/login.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/pt/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminthemes.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/db.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/display.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/help.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/login.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/ru/xlogin.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/admindex.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/admindomains.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/adminhelp.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/adminlanguages.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/adminstats.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/adminsystem.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/adminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/adminviruses.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/auth.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/confirmspam.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/db.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/deleteitem.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/deliver.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/display.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/domainsettings.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/falsenegative.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/help.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/internal-init.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/login.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/logout.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/mime.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/quarantine.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/quickstats.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/reportspam.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/rulestats.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/settings.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/smtp.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/stats.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/viewmail.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/virusstats.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/wblist.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/welcome.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/xadminusers.php -%%WEBHOST%%%%WWWDIR%%/locale/sv/xlogin.php -%%WEBHOST%%%%WWWDIR%%/login.php -%%WEBHOST%%%%WWWDIR%%/logout.php -%%WEBHOST%%%%WWWDIR%%/maia_db.php -%%WEBHOST%%%%WWWDIR%%/maia_db/addresses.php -%%WEBHOST%%%%WWWDIR%%/maia_db/admin.php -%%WEBHOST%%%%WWWDIR%%/maia_db/cache_management.php -%%WEBHOST%%%%WWWDIR%%/maia_db/domains.php -%%WEBHOST%%%%WWWDIR%%/maia_db/stats.php -%%WEBHOST%%%%WWWDIR%%/maia_db/user_management.php -%%WEBHOST%%%%WWWDIR%%/maia_db/util.php -%%WEBHOST%%%%WWWDIR%%/maia_db/wblist.php -%%WEBHOST%%%%WWWDIR%%/maia_log.php -%%WEBHOST%%%%WWWDIR%%/mailtools.php -%%WEBHOST%%%%WWWDIR%%/mime.php -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_anchor_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_crossframe_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_cssstyle_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_exclusive_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_followscroll_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_hideform_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/mini/overlib_shadow_mini.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_anchor.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_crossframe.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_cssstyle.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_exclusive.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_followscroll.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_hideform.js -%%WEBHOST%%%%WWWDIR%%/overlib/overlib_shadow.js -%%WEBHOST%%%%WWWDIR%%/public.php -%%WEBHOST%%%%WWWDIR%%/rescue.php -%%WEBHOST%%%%WWWDIR%%/rulestats.php -%%WEBHOST%%%%WWWDIR%%/settings.php -%%WEBHOST%%%%WWWDIR%%/smarty.php -%%WEBHOST%%%%WWWDIR%%/smtp.php -%%WEBHOST%%%%WWWDIR%%/stats.php -%%WEBHOST%%%%WWWDIR%%/themes/.htaccess -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/code/function.form.php -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/code/modifier.mb_truncate.php -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/code/smarty.php -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/.htaccess -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_flat_75_aaaaaa_40x100.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_glass_100_f5f0e5_1x400.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_glass_70_ede4d4_1x400.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_25_dfcfbf_1x100.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-soft_100_f4f0ec_1x100.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_69491c_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_7d5a2b_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_9a6432_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_b67c3a_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_c99c69_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_ff3b19_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_ffffff_256x240.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/jquery-ui-1.7.1.custom.css -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/css/style.css -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/.htaccess -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/Cancel.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/admin-int.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/bad-header.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/banned-file.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/blockallow.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/blocked.jpg -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/buttonbg.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/delete-item.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/edit.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/ham.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/help.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/highprotection.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/logout.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/lowprotection.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/maia-logo-old.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/maia-logo.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/maia-logotoolbar.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/paw-logo-black.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/poweredbymaia.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/quarantine.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/redgreenballs.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/redo.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/report-spam.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/rescue-item.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/settings.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/spam.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-decoded.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-delete.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-ham.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-left.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-raw.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-resend.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-right.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-spam.gif -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/square-gray-sprite.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/stats.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/view-decoded.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/view-raw.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/virus.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/welcome.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/images/white-black-list.png -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/javascript/.htaccess -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/javascript/desert_sand.js -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/name -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/admindomains.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminhelp.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminindex.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminlanguages.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminsystem.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminthemes.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminusers.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/adminviruses.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/cache_pager.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/display_spam_report.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/domainsettings.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/help.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/html_foot.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/html_head.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/internal-init.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/list-cache.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/login.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/login_foot.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/login_head.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/logout.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/menu.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/rulestats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_address.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_addresslist.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_changelogin.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_domainadmin.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_misc.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_transport.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/settings/_userlist-table.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/stats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/view-headers.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/view-message.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/view-smtp.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/view.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/viewmail_menu.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/virusstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/wblist.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/welcome.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/welcome/_protection.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/welcome/_quickview.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/welcome/_stats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/xadminstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/xadminusers.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/xdomainsettings.tpl -%%WEBHOST%%%%WWWDIR%%/themes/desert_sand/templates/xlogin.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/code/function.boolean_config_row.php -%%WEBHOST%%%%WWWDIR%%/themes/dgm/code/function.count.php -%%WEBHOST%%%%WWWDIR%%/themes/dgm/code/function.text_config_row.php -%%WEBHOST%%%%WWWDIR%%/themes/dgm/code/list-cache.js -%%WEBHOST%%%%WWWDIR%%/themes/dgm/code/smarty.php -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/cache_buttons.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/color.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/config.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/layout.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/list_cache.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/style.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/viewmail.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/virusstats.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/css/welcome.css -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/1downarrow.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/1uparrow.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/admin-int.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/bad-header.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/banned-file.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/blocked.jpg -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/buttonbg.gif -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/delete-item.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/edit.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/ham.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/help.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/highprotection.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/join_round.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/kcmx.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/lin_agt_wrench.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/logout.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/lowprotection.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/maia-logo.gif -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/maia-logotoolbar.gif -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/mail.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/poweredbymaia.gif -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/quarantine.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/redo.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/report-spam.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/rescue-item.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/settings.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/sisadmin.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/sortdown.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/sortup.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/spam.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/stats.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/trash.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/trashcan_empty.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/view-decoded.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/view-raw.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/virus.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/welcome.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/images/white-black-list.png -%%WEBHOST%%%%WWWDIR%%/themes/dgm/name -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/admindomains.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminhelp.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminindex.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminlanguages.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminsystem.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminthemes.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminusers.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/adminviruses.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/cache_pager.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/container.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/display_spam_report.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/domainsettings.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/header.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/help.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/html_foot.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/html_head.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/internal-init.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/list-cache-table.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/list-cache.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/login.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/login_foot.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/login_head.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/logout.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/menu.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/public.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/quickstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/rulestats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/settings.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/stats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/view.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/viewmail_header.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/viewmail_menu.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/virusstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/wblist.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/welcome.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/xadminstats.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/xadminusers.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/xdomainsettings.tpl -%%WEBHOST%%%%WWWDIR%%/themes/dgm/templates/xlogin.tpl -%%WEBHOST%%%%WWWDIR%%/themes/ocean_surf/code/function.form.php -%%WEBHOST%%%%WWWDIR%%/themes/ocean_surf/code/modifier.mb_truncate.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***