aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-03-04 06:00:38 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-03-04 06:00:38 +0000
commitac239c2b833c56dad70863d1d04445df443cc818 (patch)
tree80f71ededd95e051832e080991dfa383511b41f1 /mail
parente9e3c39c6d18520eae514ed2696353953ed70e28 (diff)
downloadports-ac239c2b833c56dad70863d1d04445df443cc818.tar.gz
ports-ac239c2b833c56dad70863d1d04445df443cc818.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mailman/Makefile96
-rw-r--r--mail/mailman/files/pkg-deinstall.in (renamed from mail/mailman/pkg-deinstall)0
-rw-r--r--mail/mailman/files/pkg-install.in (renamed from mail/mailman/pkg-install)0
-rw-r--r--mail/mailman/pkg-plist3495
4 files changed, 1795 insertions, 1796 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index e9a9a40da89e..52e93857dd0c 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -7,37 +7,33 @@
PORTNAME= mailman
DISTVERSION= 2.1.14
-PORTREVISION= 5
-CATEGORIES?= mail
+PORTREVISION= 6
+CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNU} \
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= mailman
-MAINTAINER?= ports@FreeBSD.org
-COMMENT?= A mailing list manager (MLM) with a user-friendly web front-end
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A mailing list manager (MLM) with a user-friendly web front-end
-OPTIONS= SENDMAIL "for use with sendmail" off \
- EXIM3 "for use with exim3" off \
- EXIM4 "for use with exim4" off \
- POSTFIX "for use with postfix" off \
- COURIER "for use with courier" off \
- HTDIG "htdig integration patches" off \
- NAMAZU2 "make private archives searchable with namazu2" off
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/gnu-COPYING-GPL
+
+CONFLICTS= ja-mailman-2.1.*
USE_AUTOTOOLS= autoconf
-GNU_CONFIGURE_PREFIX= ${MAILMANDIR}
USE_PYTHON= yes
-MAKE_JOBS_SAFE= yes
+USE_RC_SUBR= mailman
+
+GNU_CONFIGURE_PREFIX= ${MAILMANDIR}
CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} \
--with-username=${MM_USERNAME} \
--with-groupname=${MM_GROUPNAME} \
--with-mail-gid=${MAIL_GID} --with-cgi-gid=${CGI_GID} \
--with-permcheck=no
-SUB_FILES= pkg-message
-SUB_LIST+= MAILMANDIR=${MAILMANDIR}
-USE_RC_SUBR= mailman
+MAKE_JOBS_SAFE= yes
# The Mailman port supports a number of variables that may be tweaked at
# build time. Getting the values of some of them right is crucial!
@@ -56,19 +52,37 @@ USERS= ${MM_USERNAME}
GROUPS= ${MM_GROUPNAME}
MAILMANDIR= ${PREFIX}/${MM_DIR}
-PKGINSTALL= ${WRKDIR}/pkg-install
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-PLIST_SUB+= MMDIR=${MM_DIR} IMGDIR=${IMGDIR}
-DOCFILES= ACKNOWLEDGMENTS BUGS FAQ INSTALL NEWS README README-I18N.en \
- README.CONTRIB README.NETSCAPE \
- README.USERAGENT TODO UPGRADING \
- doc/mailman-admin.txt \
- doc/mailman-install.txt \
- doc/mailman-member.txt
+PLIST_SUB= MMDIR=${MM_DIR} IMGDIR=${IMGDIR}
+SUB_FILES= pkg-message pkg-install pkg-deinstall
+SUB_LIST= MAILMANDIR=${MAILMANDIR} USER=${MM_USERNAME} GROUP=${MM_GROUPNAME}
IMGFILES= PythonPowered.png mailman.jpg mm-icon.png
-.include <bsd.port.pre.mk>
+PORTDOCS= ACKNOWLEDGMENTS BUGS FAQ INSTALL NEWS README README-I18N.en \
+ README.CONTRIB README.NETSCAPE \
+ README.USERAGENT TODO UPGRADING \
+ mailman-admin.txt \
+ mailman-install.txt \
+ mailman-member.txt \
+ FreeBSD-post-install-notes
+
+OPTIONS= SENDMAIL "for use with sendmail" off \
+ EXIM3 "for use with exim3" off \
+ EXIM4 "for use with exim4" off \
+ POSTFIX "for use with postfix" off \
+ COURIER "for use with courier" off \
+ HTDIG "htdig integration patches" off \
+ INTEGRATION "integrating postfix and mailman" off \
+ NAMAZU2 "make private archives searchable with namazu2" off
+
+.include <bsd.port.options.mk>
+
+.if defined(WITHOUT_NLS)
+PLIST_SUB+= NLS="@comment "
+.else
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.endif
.if defined(WITH_SENDMAIL)
.if defined(WITH_EXIM3) || defined(WITH_EXIM4) || defined(WITH_POSTFIX) || \
@@ -99,7 +113,11 @@ MAIL_GID?= mail
defined(WITH_COURIER)
IGNORE= can only have one MTA selected to integrate with
.endif
+.if defined(WITH_INTEGRATION)
+MAIL_GID?= mailman
+.else
MAIL_GID?= nobody
+.endif
EXTRA_PATCHES+= ${FILESDIR}/postfix-verp.diff
.endif
@@ -126,11 +144,7 @@ PLIST_SUB+= SUB_HTDIG="@comment "
.endif
.if defined(WITH_NAMAZU2)
-.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == "ja-"
-RUN_DEPENDS+= mknmz:${PORTSDIR}/japanese/namazu2
-.else
RUN_DEPENDS+= mknmz:${PORTSDIR}/databases/namazu2
-.endif
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Mailman-Cgi-private.py
.endif
@@ -150,14 +164,15 @@ post-patch:
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \
${WRKSRC}/Mailman/Defaults.py.in
@${REINPLACE_CMD} -e 's/^0,5,10/#&/' ${WRKSRC}/cron/crontab.in.in
- @${SED} \
- -e 's#%%USER%%#${MM_USERNAME}#g' \
- -e 's#%%MAILMANDIR%%#${MAILMANDIR}#g' \
- ${MASTERDIR}/pkg-install > ${PKGINSTALL}
- @${SED} \
- -e 's#%%USER%%#${MM_USERNAME}#g' -e 's#%%GROUP%%#${MM_GROUPNAME}#g' \
- -e 's#%%PREFIX%%#${PREFIX}#g' -e 's#%%MAILMANDIR%%#${MAILMANDIR}#g' \
- ${MASTERDIR}/pkg-deinstall > ${PKGDEINSTALL}
+.if defined(WITHOUT_NLS)
+ @${REINPLACE_CMD} -e 's/messages//' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's/templates//' ${WRKSRC}/Makefile.in
+.endif
+
+.if defined(WITH_POSTFIX) && defined(WITH_INTEGRATION)
+pre-configure:
+ @${ECHO} "MTA = 'Postfix'" >> ${WRKSRC}/Mailman/mm_cfg.py.dist.in
+.endif
post-install:
@${RM} -f ${MAILMANDIR}/pythonlib/*.egg-info
@@ -172,9 +187,10 @@ post-install:
@uudecode -p ${FILESDIR}/powerlogo.gif.uue > \
${PREFIX}/${IMGDIR}/powerlogo.gif
.if !defined(NOPORTDOCS)
+ @${MV} ${WRKSRC}/doc/* ${WRKSRC}/
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${FILESDIR}/FreeBSD-post-install-notes ${DOCSDIR}
-.for docfile in ${DOCFILES}
+.for docfile in ${PORTDOCS:NFreeBSD-post-install-notes}
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
@@ -191,4 +207,4 @@ post-install:
fi
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/mailman/pkg-deinstall b/mail/mailman/files/pkg-deinstall.in
index 48ad970113fc..48ad970113fc 100644
--- a/mail/mailman/pkg-deinstall
+++ b/mail/mailman/files/pkg-deinstall.in
diff --git a/mail/mailman/pkg-install b/mail/mailman/files/pkg-install.in
index 11add7d3e514..11add7d3e514 100644
--- a/mail/mailman/pkg-install
+++ b/mail/mailman/files/pkg-install.in
diff --git a/mail/mailman/pkg-plist b/mail/mailman/pkg-plist
index cd9b880e03ff..3bb55c06e8cf 100644
--- a/mail/mailman/pkg-plist
+++ b/mail/mailman/pkg-plist
@@ -389,91 +389,91 @@
%%MMDIR%%/icons/mailman.jpg
%%MMDIR%%/icons/mm-icon.png
%%MMDIR%%/mail/mailman
-%%MMDIR%%/messages/ar/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ar/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ast/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ast/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ca/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ca/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/cs/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/cs/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/da/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/da/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/de/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/de/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/de/README.de
-%%MMDIR%%/messages/es/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/es/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/es/README.es
-%%MMDIR%%/messages/et/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/et/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/eu/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/eu/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/eu/README.eu
-%%MMDIR%%/messages/fi/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/fi/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/fi/README.fi
-%%MMDIR%%/messages/fr/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/fr/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/fr/README.fr
-%%MMDIR%%/messages/gl/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/gl/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/he/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/he/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/hr/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/hr/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/hu/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/hu/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/hu/README.hu
-%%MMDIR%%/messages/ia/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ia/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/it/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/it/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/it/README.it
-%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ja/README.ja
-%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ko/README.ko
-%%MMDIR%%/messages/lt/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/lt/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/nl/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/nl/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/no/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/no/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/pl/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/pl/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/pl/README.pl
-%%MMDIR%%/messages/pt/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/pt/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/pt_BR/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/pt_BR/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ro/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ro/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ru/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/ru/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/ru/README.ru
-%%MMDIR%%/messages/sk/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/sk/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/sk/README.sk
-%%MMDIR%%/messages/sl/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/sl/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/sr/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/sr/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/sv/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/sv/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/sv/README.sv
-%%MMDIR%%/messages/tr/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/tr/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/uk/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/uk/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/vi/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/vi/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/zh_CN/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/zh_CN/LC_MESSAGES/mailman.po
-%%MMDIR%%/messages/zh_TW/LC_MESSAGES/mailman.mo
-%%MMDIR%%/messages/zh_TW/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ar/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ar/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ast/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ast/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ca/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ca/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/cs/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/cs/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/da/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/da/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/de/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/de/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/de/README.de
+%%NLS%%%%MMDIR%%/messages/es/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/es/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/es/README.es
+%%NLS%%%%MMDIR%%/messages/et/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/et/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/eu/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/eu/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/eu/README.eu
+%%NLS%%%%MMDIR%%/messages/fi/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/fi/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/fi/README.fi
+%%NLS%%%%MMDIR%%/messages/fr/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/fr/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/fr/README.fr
+%%NLS%%%%MMDIR%%/messages/gl/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/gl/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/he/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/he/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/hr/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/hr/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/hu/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/hu/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/hu/README.hu
+%%NLS%%%%MMDIR%%/messages/ia/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ia/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/it/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/it/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/it/README.it
+%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ja/README.ja
+%%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ko/README.ko
+%%NLS%%%%MMDIR%%/messages/lt/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/lt/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/nl/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/nl/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/no/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/no/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/pl/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/pl/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/pl/README.pl
+%%NLS%%%%MMDIR%%/messages/pt/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/pt/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/pt_BR/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/pt_BR/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ro/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ro/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ru/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/ru/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/ru/README.ru
+%%NLS%%%%MMDIR%%/messages/sk/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/sk/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/sk/README.sk
+%%NLS%%%%MMDIR%%/messages/sl/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/sl/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/sr/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/sr/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/sv/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/sv/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/sv/README.sv
+%%NLS%%%%MMDIR%%/messages/tr/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/tr/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/uk/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/uk/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/vi/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/vi/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/zh_CN/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/zh_CN/LC_MESSAGES/mailman.po
+%%NLS%%%%MMDIR%%/messages/zh_TW/LC_MESSAGES/mailman.mo
+%%NLS%%%%MMDIR%%/messages/zh_TW/LC_MESSAGES/mailman.po
%%MMDIR%%/scripts/admin
%%MMDIR%%/scripts/bounces
%%MMDIR%%/scripts/confirm
@@ -488,1549 +488,1549 @@
%%MMDIR%%/scripts/request
%%MMDIR%%/scripts/subscribe
%%MMDIR%%/scripts/unsubscribe
-%%MMDIR%%/templates/ar/admindbdetails.html
-%%MMDIR%%/templates/ar/admindbpreamble.html
-%%MMDIR%%/templates/ar/admindbsummary.html
-%%MMDIR%%/templates/ar/admlogin.html
-%%MMDIR%%/templates/ar/archidxentry.html
-%%MMDIR%%/templates/ar/archidxfoot.html
-%%MMDIR%%/templates/ar/archidxhead.html
-%%MMDIR%%/templates/ar/archlistend.html
-%%MMDIR%%/templates/ar/archliststart.html
-%%MMDIR%%/templates/ar/archtoc.html
-%%MMDIR%%/templates/ar/archtocentry.html
-%%MMDIR%%/templates/ar/archtocnombox.html
-%%MMDIR%%/templates/ar/article.html
-%%MMDIR%%/templates/ar/emptyarchive.html
-%%MMDIR%%/templates/ar/headfoot.html
-%%MMDIR%%/templates/ar/listinfo.html
-%%MMDIR%%/templates/ar/options.html
-%%MMDIR%%/templates/ar/private.html
-%%MMDIR%%/templates/ar/roster.html
-%%MMDIR%%/templates/ar/subscribe.html
-%%MMDIR%%/templates/ar/adminsubscribeack.txt
-%%MMDIR%%/templates/ar/adminunsubscribeack.txt
-%%MMDIR%%/templates/ar/approve.txt
-%%MMDIR%%/templates/ar/bounce.txt
-%%MMDIR%%/templates/ar/checkdbs.txt
-%%MMDIR%%/templates/ar/convert.txt
-%%MMDIR%%/templates/ar/cronpass.txt
-%%MMDIR%%/templates/ar/disabled.txt
-%%MMDIR%%/templates/ar/help.txt
-%%MMDIR%%/templates/ar/invite.txt
-%%MMDIR%%/templates/ar/masthead.txt
-%%MMDIR%%/templates/ar/newlist.txt
-%%MMDIR%%/templates/ar/nomoretoday.txt
-%%MMDIR%%/templates/ar/postack.txt
-%%MMDIR%%/templates/ar/postauth.txt
-%%MMDIR%%/templates/ar/postheld.txt
-%%MMDIR%%/templates/ar/probe.txt
-%%MMDIR%%/templates/ar/refuse.txt
-%%MMDIR%%/templates/ar/subauth.txt
-%%MMDIR%%/templates/ar/subscribeack.txt
-%%MMDIR%%/templates/ar/unsub.txt
-%%MMDIR%%/templates/ar/unsubauth.txt
-%%MMDIR%%/templates/ar/userpass.txt
-%%MMDIR%%/templates/ar/verify.txt
-%%MMDIR%%/templates/ast/admindbdetails.html
-%%MMDIR%%/templates/ast/admindbpreamble.html
-%%MMDIR%%/templates/ast/adminunsubscribeack.txt
-%%MMDIR%%/templates/ast/admindbsummary.html
-%%MMDIR%%/templates/ast/adminsubscribeack.txt
-%%MMDIR%%/templates/ast/admlogin.html
-%%MMDIR%%/templates/ast/approve.txt
-%%MMDIR%%/templates/ast/archidxentry.html
-%%MMDIR%%/templates/ast/archidxfoot.html
-%%MMDIR%%/templates/ast/archidxhead.html
-%%MMDIR%%/templates/ast/archlistend.html
-%%MMDIR%%/templates/ast/archtocentry.html
-%%MMDIR%%/templates/ast/archtocnombox.html
-%%MMDIR%%/templates/ast/article.html
-%%MMDIR%%/templates/ast/bounce.txt
-%%MMDIR%%/templates/ast/checkdbs.txt
-%%MMDIR%%/templates/ast/cronpass.txt
-%%MMDIR%%/templates/ast/disabled.txt
-%%MMDIR%%/templates/ast/emptyarchive.html
-%%MMDIR%%/templates/ast/invite.txt
-%%MMDIR%%/templates/ast/listinfo.html
-%%MMDIR%%/templates/ast/masthead.txt
-%%MMDIR%%/templates/ast/newlist.txt
-%%MMDIR%%/templates/ast/options.html
-%%MMDIR%%/templates/ast/postack.txt
-%%MMDIR%%/templates/ast/postauth.txt
-%%MMDIR%%/templates/ast/postheld.txt
-%%MMDIR%%/templates/ast/private.html
-%%MMDIR%%/templates/ast/probe.txt
-%%MMDIR%%/templates/ast/subscribe.html
-%%MMDIR%%/templates/ast/unsub.txt
-%%MMDIR%%/templates/ast/verify.txt
-%%MMDIR%%/templates/ast/roster.html
-%%MMDIR%%/templates/ast/unsubauth.txt
-%%MMDIR%%/templates/ast/refuse.txt
-%%MMDIR%%/templates/ast/nomoretoday.txt
-%%MMDIR%%/templates/ast/subauth.txt
-%%MMDIR%%/templates/ast/help.txt
-%%MMDIR%%/templates/ast/archtoc.html
-%%MMDIR%%/templates/ast/convert.txt
-%%MMDIR%%/templates/ast/headfoot.html
-%%MMDIR%%/templates/ast/userpass.txt
-%%MMDIR%%/templates/ast/archliststart.html
-%%MMDIR%%/templates/ast/subscribeack.txt
-%%MMDIR%%/templates/ca/admindbdetails.html
-%%MMDIR%%/templates/ca/admindbpreamble.html
-%%MMDIR%%/templates/ca/admindbsummary.html
-%%MMDIR%%/templates/ca/adminsubscribeack.txt
-%%MMDIR%%/templates/ca/adminunsubscribeack.txt
-%%MMDIR%%/templates/ca/admlogin.html
-%%MMDIR%%/templates/ca/approve.txt
-%%MMDIR%%/templates/ca/archidxentry.html
-%%MMDIR%%/templates/ca/archidxfoot.html
-%%MMDIR%%/templates/ca/archidxhead.html
-%%MMDIR%%/templates/ca/archlistend.html
-%%MMDIR%%/templates/ca/archliststart.html
-%%MMDIR%%/templates/ca/archtoc.html
-%%MMDIR%%/templates/ca/archtocentry.html
-%%MMDIR%%/templates/ca/archtocnombox.html
-%%MMDIR%%/templates/ca/article.html
-%%MMDIR%%/templates/ca/bounce.txt
-%%MMDIR%%/templates/ca/checkdbs.txt
-%%MMDIR%%/templates/ca/convert.txt
-%%MMDIR%%/templates/ca/cronpass.txt
-%%MMDIR%%/templates/ca/disabled.txt
-%%MMDIR%%/templates/ca/emptyarchive.html
-%%MMDIR%%/templates/ca/headfoot.html
-%%MMDIR%%/templates/ca/help.txt
-%%MMDIR%%/templates/ca/invite.txt
-%%MMDIR%%/templates/ca/listinfo.html
-%%MMDIR%%/templates/ca/masthead.txt
-%%MMDIR%%/templates/ca/newlist.txt
-%%MMDIR%%/templates/ca/nomoretoday.txt
-%%MMDIR%%/templates/ca/options.html
-%%MMDIR%%/templates/ca/postack.txt
-%%MMDIR%%/templates/ca/postauth.txt
-%%MMDIR%%/templates/ca/postheld.txt
-%%MMDIR%%/templates/ca/private.html
-%%MMDIR%%/templates/ca/probe.txt
-%%MMDIR%%/templates/ca/refuse.txt
-%%MMDIR%%/templates/ca/roster.html
-%%MMDIR%%/templates/ca/subauth.txt
-%%MMDIR%%/templates/ca/subscribe.html
-%%MMDIR%%/templates/ca/subscribeack.txt
-%%MMDIR%%/templates/ca/unsub.txt
-%%MMDIR%%/templates/ca/unsubauth.txt
-%%MMDIR%%/templates/ca/userpass.txt
-%%MMDIR%%/templates/ca/verify.txt
-%%MMDIR%%/templates/cs/admindbdetails.html
-%%MMDIR%%/templates/cs/admindbpreamble.html
-%%MMDIR%%/templates/cs/admindbsummary.html
-%%MMDIR%%/templates/cs/adminsubscribeack.txt
-%%MMDIR%%/templates/cs/adminunsubscribeack.txt
-%%MMDIR%%/templates/cs/admlogin.html
-%%MMDIR%%/templates/cs/approve.txt
-%%MMDIR%%/templates/cs/archidxentry.html
-%%MMDIR%%/templates/cs/archidxfoot.html
-%%MMDIR%%/templates/cs/archidxhead.html
-%%MMDIR%%/templates/cs/archlistend.html
-%%MMDIR%%/templates/cs/archliststart.html
-%%MMDIR%%/templates/cs/archtoc.html
-%%MMDIR%%/templates/cs/archtocentry.html
-%%MMDIR%%/templates/cs/archtocnombox.html
-%%MMDIR%%/templates/cs/article.html
-%%MMDIR%%/templates/cs/bounce.txt
-%%MMDIR%%/templates/cs/checkdbs.txt
-%%MMDIR%%/templates/cs/convert.txt
-%%MMDIR%%/templates/cs/cronpass.txt
-%%MMDIR%%/templates/cs/disabled.txt
-%%MMDIR%%/templates/cs/emptyarchive.html
-%%MMDIR%%/templates/cs/headfoot.html
-%%MMDIR%%/templates/cs/help.txt
-%%MMDIR%%/templates/cs/invite.txt
-%%MMDIR%%/templates/cs/listinfo.html
-%%MMDIR%%/templates/cs/masthead.txt
-%%MMDIR%%/templates/cs/newlist.txt
-%%MMDIR%%/templates/cs/nomoretoday.txt
-%%MMDIR%%/templates/cs/options.html
-%%MMDIR%%/templates/cs/postack.txt
-%%MMDIR%%/templates/cs/postauth.txt
-%%MMDIR%%/templates/cs/postheld.txt
-%%MMDIR%%/templates/cs/private.html
-%%MMDIR%%/templates/cs/probe.txt
-%%MMDIR%%/templates/cs/refuse.txt
-%%MMDIR%%/templates/cs/roster.html
-%%MMDIR%%/templates/cs/subauth.txt
-%%MMDIR%%/templates/cs/subscribe.html
-%%MMDIR%%/templates/cs/subscribeack.txt
-%%MMDIR%%/templates/cs/unsub.txt
-%%MMDIR%%/templates/cs/unsubauth.txt
-%%MMDIR%%/templates/cs/userpass.txt
-%%MMDIR%%/templates/cs/verify.txt
-%%MMDIR%%/templates/da/admindbdetails.html
-%%MMDIR%%/templates/da/admindbpreamble.html
-%%MMDIR%%/templates/da/admindbsummary.html
-%%MMDIR%%/templates/da/adminsubscribeack.txt
-%%MMDIR%%/templates/da/adminunsubscribeack.txt
-%%MMDIR%%/templates/da/admlogin.html
-%%MMDIR%%/templates/da/approve.txt
-%%MMDIR%%/templates/da/archidxfoot.html
-%%MMDIR%%/templates/da/archidxhead.html
-%%MMDIR%%/templates/da/archliststart.html
-%%MMDIR%%/templates/da/archtoc.html
-%%MMDIR%%/templates/da/archtocentry.html
-%%MMDIR%%/templates/da/archtocnombox.html
-%%MMDIR%%/templates/da/article.html
-%%MMDIR%%/templates/da/bounce.txt
-%%MMDIR%%/templates/da/checkdbs.txt
-%%MMDIR%%/templates/da/convert.txt
-%%MMDIR%%/templates/da/cronpass.txt
-%%MMDIR%%/templates/da/disabled.txt
-%%MMDIR%%/templates/da/emptyarchive.html
-%%MMDIR%%/templates/da/headfoot.html
-%%MMDIR%%/templates/da/help.txt
-%%MMDIR%%/templates/da/invite.txt
-%%MMDIR%%/templates/da/listinfo.html
-%%MMDIR%%/templates/da/masthead.txt
-%%MMDIR%%/templates/da/newlist.txt
-%%MMDIR%%/templates/da/nomoretoday.txt
-%%MMDIR%%/templates/da/options.html
-%%MMDIR%%/templates/da/postack.txt
-%%MMDIR%%/templates/da/postauth.txt
-%%MMDIR%%/templates/da/postheld.txt
-%%MMDIR%%/templates/da/private.html
-%%MMDIR%%/templates/da/probe.txt
-%%MMDIR%%/templates/da/refuse.txt
-%%MMDIR%%/templates/da/roster.html
-%%MMDIR%%/templates/da/subauth.txt
-%%MMDIR%%/templates/da/subscribe.html
-%%MMDIR%%/templates/da/subscribeack.txt
-%%MMDIR%%/templates/da/unsub.txt
-%%MMDIR%%/templates/da/unsubauth.txt
-%%MMDIR%%/templates/da/userpass.txt
-%%MMDIR%%/templates/da/verify.txt
-%%MMDIR%%/templates/de/admindbdetails.html
-%%MMDIR%%/templates/de/admindbpreamble.html
-%%MMDIR%%/templates/de/admindbsummary.html
-%%MMDIR%%/templates/de/adminsubscribeack.txt
-%%MMDIR%%/templates/de/adminunsubscribeack.txt
-%%MMDIR%%/templates/de/admlogin.html
-%%MMDIR%%/templates/de/approve.txt
-%%MMDIR%%/templates/de/article.html
-%%MMDIR%%/templates/de/bounce.txt
-%%MMDIR%%/templates/de/checkdbs.txt
-%%MMDIR%%/templates/de/convert.txt
-%%MMDIR%%/templates/de/cronpass.txt
-%%MMDIR%%/templates/de/disabled.txt
-%%MMDIR%%/templates/de/headfoot.html
-%%MMDIR%%/templates/de/help.txt
-%%MMDIR%%/templates/de/invite.txt
-%%MMDIR%%/templates/de/listinfo.html
-%%MMDIR%%/templates/de/masthead.txt
-%%MMDIR%%/templates/de/newlist.txt
-%%MMDIR%%/templates/de/options.html
-%%MMDIR%%/templates/de/postack.txt
-%%MMDIR%%/templates/de/postauth.txt
-%%MMDIR%%/templates/de/postheld.txt
-%%MMDIR%%/templates/de/private.html
-%%MMDIR%%/templates/de/refuse.txt
-%%MMDIR%%/templates/de/roster.html
-%%MMDIR%%/templates/de/subauth.txt
-%%MMDIR%%/templates/de/subscribe.html
-%%MMDIR%%/templates/de/subscribeack.txt
-%%MMDIR%%/templates/de/unsub.txt
-%%MMDIR%%/templates/de/userpass.txt
-%%MMDIR%%/templates/de/verify.txt
-%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig.html
-%%SUB_HTDIG%%%%MMDIR%%/templates/en/TOC_htsearch.html
-%%MMDIR%%/templates/en/admindbdetails.html
-%%MMDIR%%/templates/en/admindbpreamble.html
-%%MMDIR%%/templates/en/admindbsummary.html
-%%MMDIR%%/templates/en/adminsubscribeack.txt
-%%MMDIR%%/templates/en/adminunsubscribeack.txt
-%%MMDIR%%/templates/en/admlogin.html
-%%MMDIR%%/templates/en/approve.txt
-%%MMDIR%%/templates/en/archidxentry.html
-%%MMDIR%%/templates/en/archidxfoot.html
-%%MMDIR%%/templates/en/archidxhead.html
-%%MMDIR%%/templates/en/archlistend.html
-%%MMDIR%%/templates/en/archliststart.html
-%%MMDIR%%/templates/en/archtoc.html
-%%MMDIR%%/templates/en/archtocentry.html
-%%MMDIR%%/templates/en/archtocnombox.html
-%%MMDIR%%/templates/en/article.html
-%%MMDIR%%/templates/en/bounce.txt
-%%MMDIR%%/templates/en/checkdbs.txt
-%%MMDIR%%/templates/en/convert.txt
-%%MMDIR%%/templates/en/cronpass.txt
-%%MMDIR%%/templates/en/disabled.txt
-%%MMDIR%%/templates/en/emptyarchive.html
-%%MMDIR%%/templates/en/headfoot.html
-%%MMDIR%%/templates/en/help.txt
-%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_access_error.html
-%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_auth_failure.html
-%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_conf.txt
-%%MMDIR%%/templates/en/invite.txt
-%%MMDIR%%/templates/en/listinfo.html
-%%MMDIR%%/templates/en/masthead.txt
-%%MMDIR%%/templates/en/newlist.txt
-%%MMDIR%%/templates/en/nomoretoday.txt
-%%MMDIR%%/templates/en/options.html
-%%MMDIR%%/templates/en/postack.txt
-%%MMDIR%%/templates/en/postauth.txt
-%%MMDIR%%/templates/en/postheld.txt
-%%MMDIR%%/templates/en/private.html
-%%MMDIR%%/templates/en/probe.txt
-%%MMDIR%%/templates/en/refuse.txt
-%%MMDIR%%/templates/en/roster.html
-%%MMDIR%%/templates/en/subauth.txt
-%%MMDIR%%/templates/en/subscribe.html
-%%MMDIR%%/templates/en/subscribeack.txt
-%%MMDIR%%/templates/en/unsub.txt
-%%MMDIR%%/templates/en/unsubauth.txt
-%%MMDIR%%/templates/en/userpass.txt
-%%MMDIR%%/templates/en/verify.txt
-%%MMDIR%%/templates/es/admindbdetails.html
-%%MMDIR%%/templates/es/admindbpreamble.html
-%%MMDIR%%/templates/es/admindbsummary.html
-%%MMDIR%%/templates/es/adminsubscribeack.txt
-%%MMDIR%%/templates/es/adminunsubscribeack.txt
-%%MMDIR%%/templates/es/admlogin.html
-%%MMDIR%%/templates/es/approve.txt
-%%MMDIR%%/templates/es/article.html
-%%MMDIR%%/templates/es/bounce.txt
-%%MMDIR%%/templates/es/checkdbs.txt
-%%MMDIR%%/templates/es/convert.txt
-%%MMDIR%%/templates/es/cronpass.txt
-%%MMDIR%%/templates/es/disabled.txt
-%%MMDIR%%/templates/es/emptyarchive.html
-%%MMDIR%%/templates/es/handle_opts.html
-%%MMDIR%%/templates/es/headfoot.html
-%%MMDIR%%/templates/es/help.txt
-%%MMDIR%%/templates/es/invite.txt
-%%MMDIR%%/templates/es/listinfo.html
-%%MMDIR%%/templates/es/masthead.txt
-%%MMDIR%%/templates/es/newlist.txt
-%%MMDIR%%/templates/es/nomoretoday.txt
-%%MMDIR%%/templates/es/options.html
-%%MMDIR%%/templates/es/postack.txt
-%%MMDIR%%/templates/es/postauth.txt
-%%MMDIR%%/templates/es/postheld.txt
-%%MMDIR%%/templates/es/private.html
-%%MMDIR%%/templates/es/refuse.txt
-%%MMDIR%%/templates/es/roster.html
-%%MMDIR%%/templates/es/subauth.txt
-%%MMDIR%%/templates/es/subscribe.html
-%%MMDIR%%/templates/es/subscribeack.txt
-%%MMDIR%%/templates/es/unsub.txt
-%%MMDIR%%/templates/es/unsubauth.txt
-%%MMDIR%%/templates/es/userpass.txt
-%%MMDIR%%/templates/es/verify.txt
-%%MMDIR%%/templates/es/archidxentry.html
-%%MMDIR%%/templates/es/archidxfoot.html
-%%MMDIR%%/templates/es/archidxhead.html
-%%MMDIR%%/templates/es/archlistend.html
-%%MMDIR%%/templates/es/archliststart.html
-%%MMDIR%%/templates/es/archtoc.html
-%%MMDIR%%/templates/es/archtocentry.html
-%%MMDIR%%/templates/es/archtocnombox.html
-%%MMDIR%%/templates/es/probe.txt
-%%MMDIR%%/templates/et/admindbdetails.html
-%%MMDIR%%/templates/et/admindbpreamble.html
-%%MMDIR%%/templates/et/admindbsummary.html
-%%MMDIR%%/templates/et/adminsubscribeack.txt
-%%MMDIR%%/templates/et/adminunsubscribeack.txt
-%%MMDIR%%/templates/et/admlogin.html
-%%MMDIR%%/templates/et/approve.txt
-%%MMDIR%%/templates/et/article.html
-%%MMDIR%%/templates/et/bounce.txt
-%%MMDIR%%/templates/et/checkdbs.txt
-%%MMDIR%%/templates/et/convert.txt
-%%MMDIR%%/templates/et/cronpass.txt
-%%MMDIR%%/templates/et/disabled.txt
-%%MMDIR%%/templates/et/emptyarchive.html
-%%MMDIR%%/templates/et/headfoot.html
-%%MMDIR%%/templates/et/help.txt
-%%MMDIR%%/templates/et/invite.txt
-%%MMDIR%%/templates/et/listinfo.html
-%%MMDIR%%/templates/et/masthead.txt
-%%MMDIR%%/templates/et/newlist.txt
-%%MMDIR%%/templates/et/options.html
-%%MMDIR%%/templates/et/postack.txt
-%%MMDIR%%/templates/et/postauth.txt
-%%MMDIR%%/templates/et/postheld.txt
-%%MMDIR%%/templates/et/private.html
-%%MMDIR%%/templates/et/refuse.txt
-%%MMDIR%%/templates/et/roster.html
-%%MMDIR%%/templates/et/subauth.txt
-%%MMDIR%%/templates/et/subscribe.html
-%%MMDIR%%/templates/et/subscribeack.txt
-%%MMDIR%%/templates/et/unsub.txt
-%%MMDIR%%/templates/et/unsubauth.txt
-%%MMDIR%%/templates/et/userpass.txt
-%%MMDIR%%/templates/et/verify.txt
-%%MMDIR%%/templates/eu/admindbdetails.html
-%%MMDIR%%/templates/eu/admindbpreamble.html
-%%MMDIR%%/templates/eu/admindbsummary.html
-%%MMDIR%%/templates/eu/adminsubscribeack.txt
-%%MMDIR%%/templates/eu/adminunsubscribeack.txt
-%%MMDIR%%/templates/eu/admlogin.html
-%%MMDIR%%/templates/eu/approve.txt
-%%MMDIR%%/templates/eu/archidxentry.html
-%%MMDIR%%/templates/eu/archidxfoot.html
-%%MMDIR%%/templates/eu/archidxhead.html
-%%MMDIR%%/templates/eu/archlistend.html
-%%MMDIR%%/templates/eu/archliststart.html
-%%MMDIR%%/templates/eu/archtoc.html
-%%MMDIR%%/templates/eu/archtocentry.html
-%%MMDIR%%/templates/eu/article.html
-%%MMDIR%%/templates/eu/bounce.txt
-%%MMDIR%%/templates/eu/checkdbs.txt
-%%MMDIR%%/templates/eu/convert.txt
-%%MMDIR%%/templates/eu/cronpass.txt
-%%MMDIR%%/templates/eu/disabled.txt
-%%MMDIR%%/templates/eu/emptyarchive.html
-%%MMDIR%%/templates/eu/headfoot.html
-%%MMDIR%%/templates/eu/help.txt
-%%MMDIR%%/templates/eu/invite.txt
-%%MMDIR%%/templates/eu/listinfo.html
-%%MMDIR%%/templates/eu/masthead.txt
-%%MMDIR%%/templates/eu/newlist.txt
-%%MMDIR%%/templates/eu/nomoretoday.txt
-%%MMDIR%%/templates/eu/options.html
-%%MMDIR%%/templates/eu/postack.txt
-%%MMDIR%%/templates/eu/postauth.txt
-%%MMDIR%%/templates/eu/postheld.txt
-%%MMDIR%%/templates/eu/private.html
-%%MMDIR%%/templates/eu/refuse.txt
-%%MMDIR%%/templates/eu/roster.html
-%%MMDIR%%/templates/eu/subauth.txt
-%%MMDIR%%/templates/eu/subscribe.html
-%%MMDIR%%/templates/eu/subscribeack.txt
-%%MMDIR%%/templates/eu/unsub.txt
-%%MMDIR%%/templates/eu/unsubauth.txt
-%%MMDIR%%/templates/eu/userpass.txt
-%%MMDIR%%/templates/eu/verify.txt
-%%MMDIR%%/templates/fi/admindbdetails.html
-%%MMDIR%%/templates/fi/admindbpreamble.html
-%%MMDIR%%/templates/fi/admindbsummary.html
-%%MMDIR%%/templates/fi/adminsubscribeack.txt
-%%MMDIR%%/templates/fi/adminunsubscribeack.txt
-%%MMDIR%%/templates/fi/admlogin.html
-%%MMDIR%%/templates/fi/approve.txt
-%%MMDIR%%/templates/fi/article.html
-%%MMDIR%%/templates/fi/bounce.txt
-%%MMDIR%%/templates/fi/checkdbs.txt
-%%MMDIR%%/templates/fi/convert.txt
-%%MMDIR%%/templates/fi/cronpass.txt
-%%MMDIR%%/templates/fi/disabled.txt
-%%MMDIR%%/templates/fi/headfoot.html
-%%MMDIR%%/templates/fi/help.txt
-%%MMDIR%%/templates/fi/listinfo.html
-%%MMDIR%%/templates/fi/masthead.txt
-%%MMDIR%%/templates/fi/newlist.txt
-%%MMDIR%%/templates/fi/options.html
-%%MMDIR%%/templates/fi/postack.txt
-%%MMDIR%%/templates/fi/postauth.txt
-%%MMDIR%%/templates/fi/postheld.txt
-%%MMDIR%%/templates/fi/private.html
-%%MMDIR%%/templates/fi/refuse.txt
-%%MMDIR%%/templates/fi/roster.html
-%%MMDIR%%/templates/fi/subauth.txt
-%%MMDIR%%/templates/fi/subscribe.html
-%%MMDIR%%/templates/fi/subscribeack.txt
-%%MMDIR%%/templates/fi/unsub.txt
-%%MMDIR%%/templates/fi/unsubauth.txt
-%%MMDIR%%/templates/fi/userpass.txt
-%%MMDIR%%/templates/fi/verify.txt
-%%MMDIR%%/templates/fr/admindbdetails.html
-%%MMDIR%%/templates/fr/admindbpreamble.html
-%%MMDIR%%/templates/fr/admindbsummary.html
-%%MMDIR%%/templates/fr/adminsubscribeack.txt
-%%MMDIR%%/templates/fr/adminunsubscribeack.txt
-%%MMDIR%%/templates/fr/admlogin.html
-%%MMDIR%%/templates/fr/approve.txt
-%%MMDIR%%/templates/fr/archidxentry.html
-%%MMDIR%%/templates/fr/archidxfoot.html
-%%MMDIR%%/templates/fr/archidxhead.html
-%%MMDIR%%/templates/fr/archlistend.html
-%%MMDIR%%/templates/fr/archliststart.html
-%%MMDIR%%/templates/fr/archtoc.html
-%%MMDIR%%/templates/fr/archtocentry.html
-%%MMDIR%%/templates/fr/archtocnombox.html
-%%MMDIR%%/templates/fr/article.html
-%%MMDIR%%/templates/fr/bounce.txt
-%%MMDIR%%/templates/fr/checkdbs.txt
-%%MMDIR%%/templates/fr/convert.txt
-%%MMDIR%%/templates/fr/cronpass.txt
-%%MMDIR%%/templates/fr/disabled.txt
-%%MMDIR%%/templates/fr/emptyarchive.html
-%%MMDIR%%/templates/fr/handle_opts.html
-%%MMDIR%%/templates/fr/headfoot.html
-%%MMDIR%%/templates/fr/help.txt
-%%MMDIR%%/templates/fr/invite.txt
-%%MMDIR%%/templates/fr/listinfo.html
-%%MMDIR%%/templates/fr/masthead.txt
-%%MMDIR%%/templates/fr/newlist.txt
-%%MMDIR%%/templates/fr/nomoretoday.txt
-%%MMDIR%%/templates/fr/options.html
-%%MMDIR%%/templates/fr/postack.txt
-%%MMDIR%%/templates/fr/postauth.txt
-%%MMDIR%%/templates/fr/postheld.txt
-%%MMDIR%%/templates/fr/private.html
-%%MMDIR%%/templates/fr/probe.txt
-%%MMDIR%%/templates/fr/refuse.txt
-%%MMDIR%%/templates/fr/roster.html
-%%MMDIR%%/templates/fr/subauth.txt
-%%MMDIR%%/templates/fr/subscribe.html
-%%MMDIR%%/templates/fr/subscribeack.txt
-%%MMDIR%%/templates/fr/unsub.txt
-%%MMDIR%%/templates/fr/unsubauth.txt
-%%MMDIR%%/templates/fr/userpass.txt
-%%MMDIR%%/templates/fr/verify.txt
-%%MMDIR%%/templates/gl/admindbdetails.html
-%%MMDIR%%/templates/gl/admindbpreamble.html
-%%MMDIR%%/templates/gl/admindbsummary.html
-%%MMDIR%%/templates/gl/admlogin.html
-%%MMDIR%%/templates/gl/archidxentry.html
-%%MMDIR%%/templates/gl/archidxfoot.html
-%%MMDIR%%/templates/gl/archidxhead.html
-%%MMDIR%%/templates/gl/archlistend.html
-%%MMDIR%%/templates/gl/archliststart.html
-%%MMDIR%%/templates/gl/archtoc.html
-%%MMDIR%%/templates/gl/archtocentry.html
-%%MMDIR%%/templates/gl/article.html
-%%MMDIR%%/templates/gl/emptyarchive.html
-%%MMDIR%%/templates/gl/headfoot.html
-%%MMDIR%%/templates/gl/listinfo.html
-%%MMDIR%%/templates/gl/options.html
-%%MMDIR%%/templates/gl/private.html
-%%MMDIR%%/templates/gl/roster.html
-%%MMDIR%%/templates/gl/subscribe.html
-%%MMDIR%%/templates/gl/adminsubscribeack.txt
-%%MMDIR%%/templates/gl/adminunsubscribeack.txt
-%%MMDIR%%/templates/gl/approve.txt
-%%MMDIR%%/templates/gl/bounce.txt
-%%MMDIR%%/templates/gl/checkdbs.txt
-%%MMDIR%%/templates/gl/convert.txt
-%%MMDIR%%/templates/gl/cronpass.txt
-%%MMDIR%%/templates/gl/disabled.txt
-%%MMDIR%%/templates/gl/handle_opts.html
-%%MMDIR%%/templates/gl/help.txt
-%%MMDIR%%/templates/gl/invite.txt
-%%MMDIR%%/templates/gl/masthead.txt
-%%MMDIR%%/templates/gl/newlist.txt
-%%MMDIR%%/templates/gl/nomoretoday.txt
-%%MMDIR%%/templates/gl/postack.txt
-%%MMDIR%%/templates/gl/postauth.txt
-%%MMDIR%%/templates/gl/postheld.txt
-%%MMDIR%%/templates/gl/refuse.txt
-%%MMDIR%%/templates/gl/subauth.txt
-%%MMDIR%%/templates/gl/subscribeack.txt
-%%MMDIR%%/templates/gl/unsub.txt
-%%MMDIR%%/templates/gl/unsubauth.txt
-%%MMDIR%%/templates/gl/userpass.txt
-%%MMDIR%%/templates/gl/verify.txt
-%%MMDIR%%/templates/he/admindbdetails.html
-%%MMDIR%%/templates/he/admindbpreamble.html
-%%MMDIR%%/templates/he/admindbsummary.html
-%%MMDIR%%/templates/he/admlogin.html
-%%MMDIR%%/templates/he/archidxentry.html
-%%MMDIR%%/templates/he/archidxfoot.html
-%%MMDIR%%/templates/he/archidxhead.html
-%%MMDIR%%/templates/he/archlistend.html
-%%MMDIR%%/templates/he/archliststart.html
-%%MMDIR%%/templates/he/archtoc.html
-%%MMDIR%%/templates/he/archtocentry.html
-%%MMDIR%%/templates/he/archtocnombox.html
-%%MMDIR%%/templates/he/article.html
-%%MMDIR%%/templates/he/emptyarchive.html
-%%MMDIR%%/templates/he/headfoot.html
-%%MMDIR%%/templates/he/listinfo.html
-%%MMDIR%%/templates/he/options.html
-%%MMDIR%%/templates/he/private.html
-%%MMDIR%%/templates/he/roster.html
-%%MMDIR%%/templates/he/subscribe.html
-%%MMDIR%%/templates/he/adminsubscribeack.txt
-%%MMDIR%%/templates/he/adminunsubscribeack.txt
-%%MMDIR%%/templates/he/approve.txt
-%%MMDIR%%/templates/he/bounce.txt
-%%MMDIR%%/templates/he/checkdbs.txt
-%%MMDIR%%/templates/he/convert.txt
-%%MMDIR%%/templates/he/cronpass.txt
-%%MMDIR%%/templates/he/disabled.txt
-%%MMDIR%%/templates/he/help.txt
-%%MMDIR%%/templates/he/invite.txt
-%%MMDIR%%/templates/he/masthead.txt
-%%MMDIR%%/templates/he/newlist.txt
-%%MMDIR%%/templates/he/nomoretoday.txt
-%%MMDIR%%/templates/he/postack.txt
-%%MMDIR%%/templates/he/postauth.txt
-%%MMDIR%%/templates/he/postheld.txt
-%%MMDIR%%/templates/he/probe.txt
-%%MMDIR%%/templates/he/refuse.txt
-%%MMDIR%%/templates/he/subauth.txt
-%%MMDIR%%/templates/he/subscribeack.txt
-%%MMDIR%%/templates/he/unsub.txt
-%%MMDIR%%/templates/he/unsubauth.txt
-%%MMDIR%%/templates/he/userpass.txt
-%%MMDIR%%/templates/he/verify.txt
-%%MMDIR%%/templates/hr/admindbdetails.html
-%%MMDIR%%/templates/hr/admindbpreamble.html
-%%MMDIR%%/templates/hr/admindbsummary.html
-%%MMDIR%%/templates/hr/adminsubscribeack.txt
-%%MMDIR%%/templates/hr/adminunsubscribeack.txt
-%%MMDIR%%/templates/hr/admlogin.html
-%%MMDIR%%/templates/hr/approve.txt
-%%MMDIR%%/templates/hr/archidxentry.html
-%%MMDIR%%/templates/hr/archidxfoot.html
-%%MMDIR%%/templates/hr/archidxhead.html
-%%MMDIR%%/templates/hr/archlistend.html
-%%MMDIR%%/templates/hr/archliststart.html
-%%MMDIR%%/templates/hr/archtoc.html
-%%MMDIR%%/templates/hr/archtocentry.html
-%%MMDIR%%/templates/hr/article.html
-%%MMDIR%%/templates/hr/bounce.txt
-%%MMDIR%%/templates/hr/checkdbs.txt
-%%MMDIR%%/templates/hr/convert.txt
-%%MMDIR%%/templates/hr/cronpass.txt
-%%MMDIR%%/templates/hr/disabled.txt
-%%MMDIR%%/templates/hr/emptyarchive.html
-%%MMDIR%%/templates/hr/headfoot.html
-%%MMDIR%%/templates/hr/help.txt
-%%MMDIR%%/templates/hr/invite.txt
-%%MMDIR%%/templates/hr/listinfo.html
-%%MMDIR%%/templates/hr/masthead.txt
-%%MMDIR%%/templates/hr/newlist.txt
-%%MMDIR%%/templates/hr/nomoretoday.txt
-%%MMDIR%%/templates/hr/options.html
-%%MMDIR%%/templates/hr/postack.txt
-%%MMDIR%%/templates/hr/postauth.txt
-%%MMDIR%%/templates/hr/postheld.txt
-%%MMDIR%%/templates/hr/private.html
-%%MMDIR%%/templates/hr/refuse.txt
-%%MMDIR%%/templates/hr/roster.html
-%%MMDIR%%/templates/hr/subauth.txt
-%%MMDIR%%/templates/hr/subscribe.html
-%%MMDIR%%/templates/hr/subscribeack.txt
-%%MMDIR%%/templates/hr/unsub.txt
-%%MMDIR%%/templates/hr/unsubauth.txt
-%%MMDIR%%/templates/hr/userpass.txt
-%%MMDIR%%/templates/hr/verify.txt
-%%MMDIR%%/templates/hu/admindbdetails.html
-%%MMDIR%%/templates/hu/admindbpreamble.html
-%%MMDIR%%/templates/hu/admindbsummary.html
-%%MMDIR%%/templates/hu/adminsubscribeack.txt
-%%MMDIR%%/templates/hu/adminunsubscribeack.txt
-%%MMDIR%%/templates/hu/admlogin.html
-%%MMDIR%%/templates/hu/approve.txt
-%%MMDIR%%/templates/hu/archidxentry.html
-%%MMDIR%%/templates/hu/archidxfoot.html
-%%MMDIR%%/templates/hu/archidxhead.html
-%%MMDIR%%/templates/hu/archlistend.html
-%%MMDIR%%/templates/hu/archliststart.html
-%%MMDIR%%/templates/hu/archtoc.html
-%%MMDIR%%/templates/hu/archtocentry.html
-%%MMDIR%%/templates/hu/article.html
-%%MMDIR%%/templates/hu/bounce.txt
-%%MMDIR%%/templates/hu/checkdbs.txt
-%%MMDIR%%/templates/hu/convert.txt
-%%MMDIR%%/templates/hu/cronpass.txt
-%%MMDIR%%/templates/hu/disabled.txt
-%%MMDIR%%/templates/hu/emptyarchive.html
-%%MMDIR%%/templates/hu/headfoot.html
-%%MMDIR%%/templates/hu/help.txt
-%%MMDIR%%/templates/hu/illik.html
-%%MMDIR%%/templates/hu/invite.txt
-%%MMDIR%%/templates/hu/listinfo.html
-%%MMDIR%%/templates/hu/masthead.txt
-%%MMDIR%%/templates/hu/newlist.txt
-%%MMDIR%%/templates/hu/nomoretoday.txt
-%%MMDIR%%/templates/hu/options.html
-%%MMDIR%%/templates/hu/postack.txt
-%%MMDIR%%/templates/hu/postauth.txt
-%%MMDIR%%/templates/hu/postheld.txt
-%%MMDIR%%/templates/hu/private.html
-%%MMDIR%%/templates/hu/probe.txt
-%%MMDIR%%/templates/hu/refuse.txt
-%%MMDIR%%/templates/hu/roster.html
-%%MMDIR%%/templates/hu/subauth.txt
-%%MMDIR%%/templates/hu/subscribe.html
-%%MMDIR%%/templates/hu/subscribeack.txt
-%%MMDIR%%/templates/hu/unsub.txt
-%%MMDIR%%/templates/hu/unsubauth.txt
-%%MMDIR%%/templates/hu/userpass.txt
-%%MMDIR%%/templates/hu/verify.txt
-%%MMDIR%%/templates/ia/admindbdetails.html
-%%MMDIR%%/templates/ia/admindbpreamble.html
-%%MMDIR%%/templates/ia/admindbsummary.html
-%%MMDIR%%/templates/ia/adminsubscribeack.txt
-%%MMDIR%%/templates/ia/adminunsubscribeack.txt
-%%MMDIR%%/templates/ia/admlogin.html
-%%MMDIR%%/templates/ia/approve.txt
-%%MMDIR%%/templates/ia/archidxentry.html
-%%MMDIR%%/templates/ia/archidxfoot.html
-%%MMDIR%%/templates/ia/archidxhead.html
-%%MMDIR%%/templates/ia/archlistend.html
-%%MMDIR%%/templates/ia/archliststart.html
-%%MMDIR%%/templates/ia/archtoc.html
-%%MMDIR%%/templates/ia/archtocentry.html
-%%MMDIR%%/templates/ia/archtocnombox.html
-%%MMDIR%%/templates/ia/article.html
-%%MMDIR%%/templates/ia/bounce.txt
-%%MMDIR%%/templates/ia/checkdbs.txt
-%%MMDIR%%/templates/ia/convert.txt
-%%MMDIR%%/templates/ia/cronpass.txt
-%%MMDIR%%/templates/ia/disabled.txt
-%%MMDIR%%/templates/ia/emptyarchive.html
-%%MMDIR%%/templates/ia/headfoot.html
-%%MMDIR%%/templates/ia/help.txt
-%%MMDIR%%/templates/ia/invite.txt
-%%MMDIR%%/templates/ia/listinfo.html
-%%MMDIR%%/templates/ia/masthead.txt
-%%MMDIR%%/templates/ia/newlist.txt
-%%MMDIR%%/templates/ia/nomoretoday.txt
-%%MMDIR%%/templates/ia/options.html
-%%MMDIR%%/templates/ia/postack.txt
-%%MMDIR%%/templates/ia/postauth.txt
-%%MMDIR%%/templates/ia/postheld.txt
-%%MMDIR%%/templates/ia/private.html
-%%MMDIR%%/templates/ia/refuse.txt
-%%MMDIR%%/templates/ia/roster.html
-%%MMDIR%%/templates/ia/subauth.txt
-%%MMDIR%%/templates/ia/subscribe.html
-%%MMDIR%%/templates/ia/subscribeack.txt
-%%MMDIR%%/templates/ia/unsub.txt
-%%MMDIR%%/templates/ia/unsubauth.txt
-%%MMDIR%%/templates/ia/userpass.txt
-%%MMDIR%%/templates/ia/verify.txt
-%%MMDIR%%/templates/ia/probe.txt
-%%MMDIR%%/templates/it/admindbdetails.html
-%%MMDIR%%/templates/it/admindbpreamble.html
-%%MMDIR%%/templates/it/admindbsummary.html
-%%MMDIR%%/templates/it/adminsubscribeack.txt
-%%MMDIR%%/templates/it/adminunsubscribeack.txt
-%%MMDIR%%/templates/it/admlogin.html
-%%MMDIR%%/templates/it/approve.txt
-%%MMDIR%%/templates/it/archidxentry.html
-%%MMDIR%%/templates/it/archidxfoot.html
-%%MMDIR%%/templates/it/archidxhead.html
-%%MMDIR%%/templates/it/archlistend.html
-%%MMDIR%%/templates/it/archliststart.html
-%%MMDIR%%/templates/it/archtoc.html
-%%MMDIR%%/templates/it/archtocentry.html
-%%MMDIR%%/templates/it/archtocnombox.html
-%%MMDIR%%/templates/it/article.html
-%%MMDIR%%/templates/it/bounce.txt
-%%MMDIR%%/templates/it/checkdbs.txt
-%%MMDIR%%/templates/it/convert.txt
-%%MMDIR%%/templates/it/cronpass.txt
-%%MMDIR%%/templates/it/disabled.txt
-%%MMDIR%%/templates/it/emptyarchive.html
-%%MMDIR%%/templates/it/headfoot.html
-%%MMDIR%%/templates/it/help.txt
-%%MMDIR%%/templates/it/invite.txt
-%%MMDIR%%/templates/it/listinfo.html
-%%MMDIR%%/templates/it/masthead.txt
-%%MMDIR%%/templates/it/newlist.txt
-%%MMDIR%%/templates/it/nomoretoday.txt
-%%MMDIR%%/templates/it/options.html
-%%MMDIR%%/templates/it/postack.txt
-%%MMDIR%%/templates/it/postauth.txt
-%%MMDIR%%/templates/it/postheld.txt
-%%MMDIR%%/templates/it/private.html
-%%MMDIR%%/templates/it/refuse.txt
-%%MMDIR%%/templates/it/roster.html
-%%MMDIR%%/templates/it/subauth.txt
-%%MMDIR%%/templates/it/subscribe.html
-%%MMDIR%%/templates/it/subscribeack.txt
-%%MMDIR%%/templates/it/unsub.txt
-%%MMDIR%%/templates/it/unsubauth.txt
-%%MMDIR%%/templates/it/userpass.txt
-%%MMDIR%%/templates/it/verify.txt
-%%MMDIR%%/templates/it/probe.txt
-%%MMDIR%%/templates/ja/probe.txt
-%%MMDIR%%/templates/ja/admindbdetails.html
-%%MMDIR%%/templates/ja/admindbpreamble.html
-%%MMDIR%%/templates/ja/admindbsummary.html
-%%MMDIR%%/templates/ja/adminsubscribeack.txt
-%%MMDIR%%/templates/ja/adminunsubscribeack.txt
-%%MMDIR%%/templates/ja/admlogin.html
-%%MMDIR%%/templates/ja/approve.txt
-%%MMDIR%%/templates/ja/archidxentry.html
-%%MMDIR%%/templates/ja/archidxfoot.html
-%%MMDIR%%/templates/ja/archidxhead.html
-%%MMDIR%%/templates/ja/archlistend.html
-%%MMDIR%%/templates/ja/archliststart.html
-%%MMDIR%%/templates/ja/archtoc.html
-%%MMDIR%%/templates/ja/archtocentry.html
-%%MMDIR%%/templates/ja/archtocnombox.html
-%%MMDIR%%/templates/ja/article.html
-%%MMDIR%%/templates/ja/bounce.txt
-%%MMDIR%%/templates/ja/checkdbs.txt
-%%MMDIR%%/templates/ja/convert.txt
-%%MMDIR%%/templates/ja/cronpass.txt
-%%MMDIR%%/templates/ja/disabled.txt
-%%MMDIR%%/templates/ja/emptyarchive.html
-%%MMDIR%%/templates/ja/headfoot.html
-%%MMDIR%%/templates/ja/help.txt
-%%MMDIR%%/templates/ja/invite.txt
-%%MMDIR%%/templates/ja/listinfo.html
-%%MMDIR%%/templates/ja/masthead.txt
-%%MMDIR%%/templates/ja/newlist.txt
-%%MMDIR%%/templates/ja/nomoretoday.txt
-%%MMDIR%%/templates/ja/options.html
-%%MMDIR%%/templates/ja/postack.txt
-%%MMDIR%%/templates/ja/postauth.txt
-%%MMDIR%%/templates/ja/postheld.txt
-%%MMDIR%%/templates/ja/private.html
-%%MMDIR%%/templates/ja/refuse.txt
-%%MMDIR%%/templates/ja/roster.html
-%%MMDIR%%/templates/ja/subauth.txt
-%%MMDIR%%/templates/ja/subscribe.html
-%%MMDIR%%/templates/ja/subscribeack.txt
-%%MMDIR%%/templates/ja/unsub.txt
-%%MMDIR%%/templates/ja/unsubauth.txt
-%%MMDIR%%/templates/ja/userpass.txt
-%%MMDIR%%/templates/ja/verify.txt
-%%MMDIR%%/templates/ko/admindbdetails.html
-%%MMDIR%%/templates/ko/admindbpreamble.html
-%%MMDIR%%/templates/ko/admindbsummary.html
-%%MMDIR%%/templates/ko/adminsubscribeack.txt
-%%MMDIR%%/templates/ko/adminunsubscribeack.txt
-%%MMDIR%%/templates/ko/admlogin.html
-%%MMDIR%%/templates/ko/approve.txt
-%%MMDIR%%/templates/ko/article.html
-%%MMDIR%%/templates/ko/bounce.txt
-%%MMDIR%%/templates/ko/checkdbs.txt
-%%MMDIR%%/templates/ko/convert.txt
-%%MMDIR%%/templates/ko/cronpass.txt
-%%MMDIR%%/templates/ko/disabled.txt
-%%MMDIR%%/templates/ko/emptyarchive.html
-%%MMDIR%%/templates/ko/headfoot.html
-%%MMDIR%%/templates/ko/help.txt
-%%MMDIR%%/templates/ko/invite.txt
-%%MMDIR%%/templates/ko/listinfo.html
-%%MMDIR%%/templates/ko/masthead.txt
-%%MMDIR%%/templates/ko/newlist.txt
-%%MMDIR%%/templates/ko/options.html
-%%MMDIR%%/templates/ko/postack.txt
-%%MMDIR%%/templates/ko/postauth.txt
-%%MMDIR%%/templates/ko/postheld.txt
-%%MMDIR%%/templates/ko/private.html
-%%MMDIR%%/templates/ko/refuse.txt
-%%MMDIR%%/templates/ko/roster.html
-%%MMDIR%%/templates/ko/subauth.txt
-%%MMDIR%%/templates/ko/subscribe.html
-%%MMDIR%%/templates/ko/subscribeack.txt
-%%MMDIR%%/templates/ko/unsub.txt
-%%MMDIR%%/templates/ko/unsubauth.txt
-%%MMDIR%%/templates/ko/userpass.txt
-%%MMDIR%%/templates/ko/verify.txt
-%%MMDIR%%/templates/lt/admindbdetails.html
-%%MMDIR%%/templates/lt/admindbpreamble.html
-%%MMDIR%%/templates/lt/admindbsummary.html
-%%MMDIR%%/templates/lt/adminsubscribeack.txt
-%%MMDIR%%/templates/lt/adminunsubscribeack.txt
-%%MMDIR%%/templates/lt/admlogin.html
-%%MMDIR%%/templates/lt/approve.txt
-%%MMDIR%%/templates/lt/archidxentry.html
-%%MMDIR%%/templates/lt/archidxfoot.html
-%%MMDIR%%/templates/lt/archidxhead.html
-%%MMDIR%%/templates/lt/archlistend.html
-%%MMDIR%%/templates/lt/archliststart.html
-%%MMDIR%%/templates/lt/archtoc.html
-%%MMDIR%%/templates/lt/archtocentry.html
-%%MMDIR%%/templates/lt/article.html
-%%MMDIR%%/templates/lt/bounce.txt
-%%MMDIR%%/templates/lt/checkdbs.txt
-%%MMDIR%%/templates/lt/convert.txt
-%%MMDIR%%/templates/lt/cronpass.txt
-%%MMDIR%%/templates/lt/disabled.txt
-%%MMDIR%%/templates/lt/emptyarchive.html
-%%MMDIR%%/templates/lt/headfoot.html
-%%MMDIR%%/templates/lt/help.txt
-%%MMDIR%%/templates/lt/invite.txt
-%%MMDIR%%/templates/lt/listinfo.html
-%%MMDIR%%/templates/lt/masthead.txt
-%%MMDIR%%/templates/lt/newlist.txt
-%%MMDIR%%/templates/lt/nomoretoday.txt
-%%MMDIR%%/templates/lt/options.html
-%%MMDIR%%/templates/lt/postack.txt
-%%MMDIR%%/templates/lt/postauth.txt
-%%MMDIR%%/templates/lt/postheld.txt
-%%MMDIR%%/templates/lt/private.html
-%%MMDIR%%/templates/lt/refuse.txt
-%%MMDIR%%/templates/lt/roster.html
-%%MMDIR%%/templates/lt/subauth.txt
-%%MMDIR%%/templates/lt/subscribe.html
-%%MMDIR%%/templates/lt/subscribeack.txt
-%%MMDIR%%/templates/lt/unsub.txt
-%%MMDIR%%/templates/lt/unsubauth.txt
-%%MMDIR%%/templates/lt/userpass.txt
-%%MMDIR%%/templates/lt/verify.txt
-%%MMDIR%%/templates/nl/admindbdetails.html
-%%MMDIR%%/templates/nl/admindbpreamble.html
-%%MMDIR%%/templates/nl/admindbsummary.html
-%%MMDIR%%/templates/nl/adminsubscribeack.txt
-%%MMDIR%%/templates/nl/adminunsubscribeack.txt
-%%MMDIR%%/templates/nl/admlogin.html
-%%MMDIR%%/templates/nl/approve.txt
-%%MMDIR%%/templates/nl/archidxentry.html
-%%MMDIR%%/templates/nl/archidxfoot.html
-%%MMDIR%%/templates/nl/archidxhead.html
-%%MMDIR%%/templates/nl/archlistend.html
-%%MMDIR%%/templates/nl/archliststart.html
-%%MMDIR%%/templates/nl/archtoc.html
-%%MMDIR%%/templates/nl/archtocentry.html
-%%MMDIR%%/templates/nl/archtocnombox.html
-%%MMDIR%%/templates/nl/article.html
-%%MMDIR%%/templates/nl/bounce.txt
-%%MMDIR%%/templates/nl/checkdbs.txt
-%%MMDIR%%/templates/nl/convert.txt
-%%MMDIR%%/templates/nl/cronpass.txt
-%%MMDIR%%/templates/nl/disabled.txt
-%%MMDIR%%/templates/nl/emptyarchive.html
-%%MMDIR%%/templates/nl/headfoot.html
-%%MMDIR%%/templates/nl/help.txt
-%%MMDIR%%/templates/nl/invite.txt
-%%MMDIR%%/templates/nl/listinfo.html
-%%MMDIR%%/templates/nl/masthead.txt
-%%MMDIR%%/templates/nl/newlist.txt
-%%MMDIR%%/templates/nl/nomoretoday.txt
-%%MMDIR%%/templates/nl/options.html
-%%MMDIR%%/templates/nl/postack.txt
-%%MMDIR%%/templates/nl/postauth.txt
-%%MMDIR%%/templates/nl/postheld.txt
-%%MMDIR%%/templates/nl/private.html
-%%MMDIR%%/templates/nl/probe.txt
-%%MMDIR%%/templates/nl/refuse.txt
-%%MMDIR%%/templates/nl/roster.html
-%%MMDIR%%/templates/nl/subauth.txt
-%%MMDIR%%/templates/nl/subscribe.html
-%%MMDIR%%/templates/nl/subscribeack.txt
-%%MMDIR%%/templates/nl/unsub.txt
-%%MMDIR%%/templates/nl/unsubauth.txt
-%%MMDIR%%/templates/nl/userpass.txt
-%%MMDIR%%/templates/nl/verify.txt
-%%MMDIR%%/templates/no/admindbdetails.html
-%%MMDIR%%/templates/no/admindbpreamble.html
-%%MMDIR%%/templates/no/admindbsummary.html
-%%MMDIR%%/templates/no/adminsubscribeack.txt
-%%MMDIR%%/templates/no/adminunsubscribeack.txt
-%%MMDIR%%/templates/no/admlogin.html
-%%MMDIR%%/templates/no/approve.txt
-%%MMDIR%%/templates/no/archidxfoot.html
-%%MMDIR%%/templates/no/archidxhead.html
-%%MMDIR%%/templates/no/archliststart.html
-%%MMDIR%%/templates/no/archtoc.html
-%%MMDIR%%/templates/no/archtocentry.html
-%%MMDIR%%/templates/no/archtocnombox.html
-%%MMDIR%%/templates/no/article.html
-%%MMDIR%%/templates/no/bounce.txt
-%%MMDIR%%/templates/no/checkdbs.txt
-%%MMDIR%%/templates/no/convert.txt
-%%MMDIR%%/templates/no/cronpass.txt
-%%MMDIR%%/templates/no/disabled.txt
-%%MMDIR%%/templates/no/emptyarchive.html
-%%MMDIR%%/templates/no/headfoot.html
-%%MMDIR%%/templates/no/help.txt
-%%MMDIR%%/templates/no/invite.txt
-%%MMDIR%%/templates/no/listinfo.html
-%%MMDIR%%/templates/no/masthead.txt
-%%MMDIR%%/templates/no/newlist.txt
-%%MMDIR%%/templates/no/nomoretoday.txt
-%%MMDIR%%/templates/no/options.html
-%%MMDIR%%/templates/no/postack.txt
-%%MMDIR%%/templates/no/postauth.txt
-%%MMDIR%%/templates/no/postheld.txt
-%%MMDIR%%/templates/no/private.html
-%%MMDIR%%/templates/no/refuse.txt
-%%MMDIR%%/templates/no/roster.html
-%%MMDIR%%/templates/no/subauth.txt
-%%MMDIR%%/templates/no/subscribe.html
-%%MMDIR%%/templates/no/subscribeack.txt
-%%MMDIR%%/templates/no/unsub.txt
-%%MMDIR%%/templates/no/unsubauth.txt
-%%MMDIR%%/templates/no/userpass.txt
-%%MMDIR%%/templates/no/verify.txt
-%%MMDIR%%/templates/pl/admindbdetails.html
-%%MMDIR%%/templates/pl/admindbpreamble.html
-%%MMDIR%%/templates/pl/admindbsummary.html
-%%MMDIR%%/templates/pl/adminsubscribeack.txt
-%%MMDIR%%/templates/pl/adminunsubscribeack.txt
-%%MMDIR%%/templates/pl/admlogin.html
-%%MMDIR%%/templates/pl/approve.txt
-%%MMDIR%%/templates/pl/archidxentry.html
-%%MMDIR%%/templates/pl/archidxfoot.html
-%%MMDIR%%/templates/pl/archidxhead.html
-%%MMDIR%%/templates/pl/archlistend.html
-%%MMDIR%%/templates/pl/archliststart.html
-%%MMDIR%%/templates/pl/archtoc.html
-%%MMDIR%%/templates/pl/archtocentry.html
-%%MMDIR%%/templates/pl/archtocnombox.html
-%%MMDIR%%/templates/pl/article.html
-%%MMDIR%%/templates/pl/bounce.txt
-%%MMDIR%%/templates/pl/checkdbs.txt
-%%MMDIR%%/templates/pl/convert.txt
-%%MMDIR%%/templates/pl/cronpass.txt
-%%MMDIR%%/templates/pl/disabled.txt
-%%MMDIR%%/templates/pl/emptyarchive.html
-%%MMDIR%%/templates/pl/headfoot.html
-%%MMDIR%%/templates/pl/help.txt
-%%MMDIR%%/templates/pl/invite.txt
-%%MMDIR%%/templates/pl/listinfo.html
-%%MMDIR%%/templates/pl/masthead.txt
-%%MMDIR%%/templates/pl/newlist.txt
-%%MMDIR%%/templates/pl/nomoretoday.txt
-%%MMDIR%%/templates/pl/options.html
-%%MMDIR%%/templates/pl/postack.txt
-%%MMDIR%%/templates/pl/postauth.txt
-%%MMDIR%%/templates/pl/postheld.txt
-%%MMDIR%%/templates/pl/private.html
-%%MMDIR%%/templates/pl/refuse.txt
-%%MMDIR%%/templates/pl/roster.html
-%%MMDIR%%/templates/pl/subauth.txt
-%%MMDIR%%/templates/pl/subscribe.html
-%%MMDIR%%/templates/pl/subscribeack.txt
-%%MMDIR%%/templates/pl/unsub.txt
-%%MMDIR%%/templates/pl/unsubauth.txt
-%%MMDIR%%/templates/pl/userpass.txt
-%%MMDIR%%/templates/pl/verify.txt
-%%MMDIR%%/templates/pt/admindbdetails.html
-%%MMDIR%%/templates/pt/admindbpreamble.html
-%%MMDIR%%/templates/pt/admindbsummary.html
-%%MMDIR%%/templates/pt/adminsubscribeack.txt
-%%MMDIR%%/templates/pt/adminunsubscribeack.txt
-%%MMDIR%%/templates/pt/admlogin.html
-%%MMDIR%%/templates/pt/approve.txt
-%%MMDIR%%/templates/pt/archidxentry.html
-%%MMDIR%%/templates/pt/archidxfoot.html
-%%MMDIR%%/templates/pt/archidxhead.html
-%%MMDIR%%/templates/pt/archlistend.html
-%%MMDIR%%/templates/pt/archliststart.html
-%%MMDIR%%/templates/pt/archtoc.html
-%%MMDIR%%/templates/pt/archtocentry.html
-%%MMDIR%%/templates/pt/article.html
-%%MMDIR%%/templates/pt/bounce.txt
-%%MMDIR%%/templates/pt/checkdbs.txt
-%%MMDIR%%/templates/pt/convert.txt
-%%MMDIR%%/templates/pt/cronpass.txt
-%%MMDIR%%/templates/pt/disabled.txt
-%%MMDIR%%/templates/pt/emptyarchive.html
-%%MMDIR%%/templates/pt/headfoot.html
-%%MMDIR%%/templates/pt/help.txt
-%%MMDIR%%/templates/pt/invite.txt
-%%MMDIR%%/templates/pt/listinfo.html
-%%MMDIR%%/templates/pt/masthead.txt
-%%MMDIR%%/templates/pt/newlist.txt
-%%MMDIR%%/templates/pt/nomoretoday.txt
-%%MMDIR%%/templates/pt/options.html
-%%MMDIR%%/templates/pt/postack.txt
-%%MMDIR%%/templates/pt/postauth.txt
-%%MMDIR%%/templates/pt/postheld.txt
-%%MMDIR%%/templates/pt/private.html
-%%MMDIR%%/templates/pt/refuse.txt
-%%MMDIR%%/templates/pt/roster.html
-%%MMDIR%%/templates/pt/subauth.txt
-%%MMDIR%%/templates/pt/subscribe.html
-%%MMDIR%%/templates/pt/subscribeack.txt
-%%MMDIR%%/templates/pt/unsub.txt
-%%MMDIR%%/templates/pt/unsubauth.txt
-%%MMDIR%%/templates/pt/userpass.txt
-%%MMDIR%%/templates/pt/verify.txt
-%%MMDIR%%/templates/pt_BR/archidxentry.html
-%%MMDIR%%/templates/pt_BR/archidxfoot.html
-%%MMDIR%%/templates/pt_BR/archidxhead.html
-%%MMDIR%%/templates/pt_BR/archlistend.html
-%%MMDIR%%/templates/pt_BR/archliststart.html
-%%MMDIR%%/templates/pt_BR/archtoc.html
-%%MMDIR%%/templates/pt_BR/archtocentry.html
-%%MMDIR%%/templates/pt_BR/nomoretoday.txt
-%%MMDIR%%/templates/pt_BR/admindbdetails.html
-%%MMDIR%%/templates/pt_BR/admindbpreamble.html
-%%MMDIR%%/templates/pt_BR/admindbsummary.html
-%%MMDIR%%/templates/pt_BR/adminsubscribeack.txt
-%%MMDIR%%/templates/pt_BR/adminunsubscribeack.txt
-%%MMDIR%%/templates/pt_BR/admlogin.html
-%%MMDIR%%/templates/pt_BR/approve.txt
-%%MMDIR%%/templates/pt_BR/article.html
-%%MMDIR%%/templates/pt_BR/bounce.txt
-%%MMDIR%%/templates/pt_BR/checkdbs.txt
-%%MMDIR%%/templates/pt_BR/convert.txt
-%%MMDIR%%/templates/pt_BR/cronpass.txt
-%%MMDIR%%/templates/pt_BR/disabled.txt
-%%MMDIR%%/templates/pt_BR/emptyarchive.html
-%%MMDIR%%/templates/pt_BR/headfoot.html
-%%MMDIR%%/templates/pt_BR/help.txt
-%%MMDIR%%/templates/pt_BR/invite.txt
-%%MMDIR%%/templates/pt_BR/listinfo.html
-%%MMDIR%%/templates/pt_BR/masthead.txt
-%%MMDIR%%/templates/pt_BR/newlist.txt
-%%MMDIR%%/templates/pt_BR/options.html
-%%MMDIR%%/templates/pt_BR/postack.txt
-%%MMDIR%%/templates/pt_BR/postauth.txt
-%%MMDIR%%/templates/pt_BR/postheld.txt
-%%MMDIR%%/templates/pt_BR/private.html
-%%MMDIR%%/templates/pt_BR/refuse.txt
-%%MMDIR%%/templates/pt_BR/roster.html
-%%MMDIR%%/templates/pt_BR/subauth.txt
-%%MMDIR%%/templates/pt_BR/subscribe.html
-%%MMDIR%%/templates/pt_BR/subscribeack.txt
-%%MMDIR%%/templates/pt_BR/unsub.txt
-%%MMDIR%%/templates/pt_BR/unsubauth.txt
-%%MMDIR%%/templates/pt_BR/userpass.txt
-%%MMDIR%%/templates/pt_BR/verify.txt
-%%MMDIR%%/templates/ro/admindbdetails.html
-%%MMDIR%%/templates/ro/admindbpreamble.html
-%%MMDIR%%/templates/ro/admindbsummary.html
-%%MMDIR%%/templates/ro/adminsubscribeack.txt
-%%MMDIR%%/templates/ro/adminunsubscribeack.txt
-%%MMDIR%%/templates/ro/admlogin.html
-%%MMDIR%%/templates/ro/approve.txt
-%%MMDIR%%/templates/ro/archidxentry.html
-%%MMDIR%%/templates/ro/archidxfoot.html
-%%MMDIR%%/templates/ro/archidxhead.html
-%%MMDIR%%/templates/ro/archlistend.html
-%%MMDIR%%/templates/ro/archliststart.html
-%%MMDIR%%/templates/ro/archtoc.html
-%%MMDIR%%/templates/ro/archtocentry.html
-%%MMDIR%%/templates/ro/article.html
-%%MMDIR%%/templates/ro/bounce.txt
-%%MMDIR%%/templates/ro/checkdbs.txt
-%%MMDIR%%/templates/ro/convert.txt
-%%MMDIR%%/templates/ro/cronpass.txt
-%%MMDIR%%/templates/ro/disabled.txt
-%%MMDIR%%/templates/ro/emptyarchive.html
-%%MMDIR%%/templates/ro/headfoot.html
-%%MMDIR%%/templates/ro/help.txt
-%%MMDIR%%/templates/ro/invite.txt
-%%MMDIR%%/templates/ro/listinfo.html
-%%MMDIR%%/templates/ro/masthead.txt
-%%MMDIR%%/templates/ro/newlist.txt
-%%MMDIR%%/templates/ro/nomoretoday.txt
-%%MMDIR%%/templates/ro/options.html
-%%MMDIR%%/templates/ro/postack.txt
-%%MMDIR%%/templates/ro/postauth.txt
-%%MMDIR%%/templates/ro/postheld.txt
-%%MMDIR%%/templates/ro/private.html
-%%MMDIR%%/templates/ro/refuse.txt
-%%MMDIR%%/templates/ro/roster.html
-%%MMDIR%%/templates/ro/subauth.txt
-%%MMDIR%%/templates/ro/subscribe.html
-%%MMDIR%%/templates/ro/subscribeack.txt
-%%MMDIR%%/templates/ro/unsub.txt
-%%MMDIR%%/templates/ro/unsubauth.txt
-%%MMDIR%%/templates/ro/userpass.txt
-%%MMDIR%%/templates/ro/verify.txt
-%%MMDIR%%/templates/ru/archtocnombox.html
-%%MMDIR%%/templates/ru/probe.txt
-%%MMDIR%%/templates/ru/admindbdetails.html
-%%MMDIR%%/templates/ru/admindbpreamble.html
-%%MMDIR%%/templates/ru/admindbsummary.html
-%%MMDIR%%/templates/ru/adminsubscribeack.txt
-%%MMDIR%%/templates/ru/adminunsubscribeack.txt
-%%MMDIR%%/templates/ru/admlogin.html
-%%MMDIR%%/templates/ru/approve.txt
-%%MMDIR%%/templates/ru/archidxentry.html
-%%MMDIR%%/templates/ru/archidxfoot.html
-%%MMDIR%%/templates/ru/archidxhead.html
-%%MMDIR%%/templates/ru/archlistend.html
-%%MMDIR%%/templates/ru/archliststart.html
-%%MMDIR%%/templates/ru/archtoc.html
-%%MMDIR%%/templates/ru/archtocentry.html
-%%MMDIR%%/templates/ru/article.html
-%%MMDIR%%/templates/ru/bounce.txt
-%%MMDIR%%/templates/ru/checkdbs.txt
-%%MMDIR%%/templates/ru/convert.txt
-%%MMDIR%%/templates/ru/cronpass.txt
-%%MMDIR%%/templates/ru/disabled.txt
-%%MMDIR%%/templates/ru/emptyarchive.html
-%%MMDIR%%/templates/ru/headfoot.html
-%%MMDIR%%/templates/ru/help.txt
-%%MMDIR%%/templates/ru/invite.txt
-%%MMDIR%%/templates/ru/listinfo.html
-%%MMDIR%%/templates/ru/masthead.txt
-%%MMDIR%%/templates/ru/newlist.txt
-%%MMDIR%%/templates/ru/nomoretoday.txt
-%%MMDIR%%/templates/ru/options.html
-%%MMDIR%%/templates/ru/postack.txt
-%%MMDIR%%/templates/ru/postauth.txt
-%%MMDIR%%/templates/ru/postheld.txt
-%%MMDIR%%/templates/ru/private.html
-%%MMDIR%%/templates/ru/refuse.txt
-%%MMDIR%%/templates/ru/roster.html
-%%MMDIR%%/templates/ru/subauth.txt
-%%MMDIR%%/templates/ru/subscribe.html
-%%MMDIR%%/templates/ru/subscribeack.txt
-%%MMDIR%%/templates/ru/unsub.txt
-%%MMDIR%%/templates/ru/unsubauth.txt
-%%MMDIR%%/templates/ru/userpass.txt
-%%MMDIR%%/templates/ru/verify.txt
-%%MMDIR%%/templates/sk/admindbdetails.html
-%%MMDIR%%/templates/sk/admindbpreamble.html
-%%MMDIR%%/templates/sk/admindbsummary.html
-%%MMDIR%%/templates/sk/admlogin.html
-%%MMDIR%%/templates/sk/archidxentry.html
-%%MMDIR%%/templates/sk/archidxfoot.html
-%%MMDIR%%/templates/sk/archidxhead.html
-%%MMDIR%%/templates/sk/archlistend.html
-%%MMDIR%%/templates/sk/archliststart.html
-%%MMDIR%%/templates/sk/archtoc.html
-%%MMDIR%%/templates/sk/archtocentry.html
-%%MMDIR%%/templates/sk/archtocnombox.html
-%%MMDIR%%/templates/sk/article.html
-%%MMDIR%%/templates/sk/emptyarchive.html
-%%MMDIR%%/templates/sk/headfoot.html
-%%MMDIR%%/templates/sk/listinfo.html
-%%MMDIR%%/templates/sk/options.html
-%%MMDIR%%/templates/sk/private.html
-%%MMDIR%%/templates/sk/roster.html
-%%MMDIR%%/templates/sk/subscribe.html
-%%MMDIR%%/templates/sk/adminsubscribeack.txt
-%%MMDIR%%/templates/sk/adminunsubscribeack.txt
-%%MMDIR%%/templates/sk/approve.txt
-%%MMDIR%%/templates/sk/bounce.txt
-%%MMDIR%%/templates/sk/checkdbs.txt
-%%MMDIR%%/templates/sk/convert.txt
-%%MMDIR%%/templates/sk/cronpass.txt
-%%MMDIR%%/templates/sk/disabled.txt
-%%MMDIR%%/templates/sk/help.txt
-%%MMDIR%%/templates/sk/invite.txt
-%%MMDIR%%/templates/sk/masthead.txt
-%%MMDIR%%/templates/sk/newlist.txt
-%%MMDIR%%/templates/sk/nomoretoday.txt
-%%MMDIR%%/templates/sk/postack.txt
-%%MMDIR%%/templates/sk/postauth.txt
-%%MMDIR%%/templates/sk/postheld.txt
-%%MMDIR%%/templates/sk/probe.txt
-%%MMDIR%%/templates/sk/refuse.txt
-%%MMDIR%%/templates/sk/subauth.txt
-%%MMDIR%%/templates/sk/subscribeack.txt
-%%MMDIR%%/templates/sk/unsub.txt
-%%MMDIR%%/templates/sk/unsubauth.txt
-%%MMDIR%%/templates/sk/userpass.txt
-%%MMDIR%%/templates/sk/verify.txt
-%%MMDIR%%/templates/sl/admindbdetails.html
-%%MMDIR%%/templates/sl/admindbpreamble.html
-%%MMDIR%%/templates/sl/admindbsummary.html
-%%MMDIR%%/templates/sl/adminsubscribeack.txt
-%%MMDIR%%/templates/sl/adminunsubscribeack.txt
-%%MMDIR%%/templates/sl/admlogin.html
-%%MMDIR%%/templates/sl/approve.txt
-%%MMDIR%%/templates/sl/archidxentry.html
-%%MMDIR%%/templates/sl/archidxfoot.html
-%%MMDIR%%/templates/sl/archidxhead.html
-%%MMDIR%%/templates/sl/archlistend.html
-%%MMDIR%%/templates/sl/archliststart.html
-%%MMDIR%%/templates/sl/archtoc.html
-%%MMDIR%%/templates/sl/archtocentry.html
-%%MMDIR%%/templates/sl/article.html
-%%MMDIR%%/templates/sl/bounce.txt
-%%MMDIR%%/templates/sl/checkdbs.txt
-%%MMDIR%%/templates/sl/convert.txt
-%%MMDIR%%/templates/sl/cronpass.txt
-%%MMDIR%%/templates/sl/disabled.txt
-%%MMDIR%%/templates/sl/emptyarchive.html
-%%MMDIR%%/templates/sl/headfoot.html
-%%MMDIR%%/templates/sl/help.txt
-%%MMDIR%%/templates/sl/invite.txt
-%%MMDIR%%/templates/sl/listinfo.html
-%%MMDIR%%/templates/sl/masthead.txt
-%%MMDIR%%/templates/sl/newlist.txt
-%%MMDIR%%/templates/sl/nomoretoday.txt
-%%MMDIR%%/templates/sl/options.html
-%%MMDIR%%/templates/sl/postack.txt
-%%MMDIR%%/templates/sl/postauth.txt
-%%MMDIR%%/templates/sl/postheld.txt
-%%MMDIR%%/templates/sl/private.html
-%%MMDIR%%/templates/sl/refuse.txt
-%%MMDIR%%/templates/sl/roster.html
-%%MMDIR%%/templates/sl/subauth.txt
-%%MMDIR%%/templates/sl/subscribe.html
-%%MMDIR%%/templates/sl/subscribeack.txt
-%%MMDIR%%/templates/sl/unsub.txt
-%%MMDIR%%/templates/sl/unsubauth.txt
-%%MMDIR%%/templates/sl/userpass.txt
-%%MMDIR%%/templates/sl/verify.txt
-%%MMDIR%%/templates/sr/admindbdetails.html
-%%MMDIR%%/templates/sr/admindbpreamble.html
-%%MMDIR%%/templates/sr/admindbsummary.html
-%%MMDIR%%/templates/sr/adminsubscribeack.txt
-%%MMDIR%%/templates/sr/adminunsubscribeack.txt
-%%MMDIR%%/templates/sr/admlogin.html
-%%MMDIR%%/templates/sr/approve.txt
-%%MMDIR%%/templates/sr/archidxentry.html
-%%MMDIR%%/templates/sr/archidxfoot.html
-%%MMDIR%%/templates/sr/archidxhead.html
-%%MMDIR%%/templates/sr/archlistend.html
-%%MMDIR%%/templates/sr/archliststart.html
-%%MMDIR%%/templates/sr/archtoc.html
-%%MMDIR%%/templates/sr/archtocentry.html
-%%MMDIR%%/templates/sr/article.html
-%%MMDIR%%/templates/sr/bounce.txt
-%%MMDIR%%/templates/sr/checkdbs.txt
-%%MMDIR%%/templates/sr/convert.txt
-%%MMDIR%%/templates/sr/cronpass.txt
-%%MMDIR%%/templates/sr/disabled.txt
-%%MMDIR%%/templates/sr/emptyarchive.html
-%%MMDIR%%/templates/sr/handle_opts.html
-%%MMDIR%%/templates/sr/headfoot.html
-%%MMDIR%%/templates/sr/help.txt
-%%MMDIR%%/templates/sr/invite.txt
-%%MMDIR%%/templates/sr/listinfo.html
-%%MMDIR%%/templates/sr/masthead.txt
-%%MMDIR%%/templates/sr/newlist.txt
-%%MMDIR%%/templates/sr/nomoretoday.txt
-%%MMDIR%%/templates/sr/options.html
-%%MMDIR%%/templates/sr/postack.txt
-%%MMDIR%%/templates/sr/postauth.txt
-%%MMDIR%%/templates/sr/postheld.txt
-%%MMDIR%%/templates/sr/private.html
-%%MMDIR%%/templates/sr/refuse.txt
-%%MMDIR%%/templates/sr/roster.html
-%%MMDIR%%/templates/sr/subauth.txt
-%%MMDIR%%/templates/sr/subscribe.html
-%%MMDIR%%/templates/sr/subscribeack.txt
-%%MMDIR%%/templates/sr/unsub.txt
-%%MMDIR%%/templates/sr/unsubauth.txt
-%%MMDIR%%/templates/sr/userpass.txt
-%%MMDIR%%/templates/sr/verify.txt
-%%MMDIR%%/templates/sv/admindbdetails.html
-%%MMDIR%%/templates/sv/admindbpreamble.html
-%%MMDIR%%/templates/sv/admindbsummary.html
-%%MMDIR%%/templates/sv/adminsubscribeack.txt
-%%MMDIR%%/templates/sv/adminunsubscribeack.txt
-%%MMDIR%%/templates/sv/admlogin.html
-%%MMDIR%%/templates/sv/approve.txt
-%%MMDIR%%/templates/sv/archtoc.html
-%%MMDIR%%/templates/sv/archtocentry.html
-%%MMDIR%%/templates/sv/article.html
-%%MMDIR%%/templates/sv/bounce.txt
-%%MMDIR%%/templates/sv/checkdbs.txt
-%%MMDIR%%/templates/sv/convert.txt
-%%MMDIR%%/templates/sv/cronpass.txt
-%%MMDIR%%/templates/sv/disabled.txt
-%%MMDIR%%/templates/sv/emptyarchive.html
-%%MMDIR%%/templates/sv/headfoot.html
-%%MMDIR%%/templates/sv/help.txt
-%%MMDIR%%/templates/sv/invite.txt
-%%MMDIR%%/templates/sv/listinfo.html
-%%MMDIR%%/templates/sv/masthead.txt
-%%MMDIR%%/templates/sv/newlist.txt
-%%MMDIR%%/templates/sv/nomoretoday.txt
-%%MMDIR%%/templates/sv/options.html
-%%MMDIR%%/templates/sv/postack.txt
-%%MMDIR%%/templates/sv/postauth.txt
-%%MMDIR%%/templates/sv/postheld.txt
-%%MMDIR%%/templates/sv/private.html
-%%MMDIR%%/templates/sv/refuse.txt
-%%MMDIR%%/templates/sv/roster.html
-%%MMDIR%%/templates/sv/subauth.txt
-%%MMDIR%%/templates/sv/subscribe.html
-%%MMDIR%%/templates/sv/subscribeack.txt
-%%MMDIR%%/templates/sv/unsub.txt
-%%MMDIR%%/templates/sv/unsubauth.txt
-%%MMDIR%%/templates/sv/userpass.txt
-%%MMDIR%%/templates/sv/verify.txt
-%%MMDIR%%/templates/tr/admindbdetails.html
-%%MMDIR%%/templates/tr/admindbpreamble.html
-%%MMDIR%%/templates/tr/admindbsummary.html
-%%MMDIR%%/templates/tr/adminsubscribeack.txt
-%%MMDIR%%/templates/tr/adminunsubscribeack.txt
-%%MMDIR%%/templates/tr/admlogin.html
-%%MMDIR%%/templates/tr/approve.txt
-%%MMDIR%%/templates/tr/archidxentry.html
-%%MMDIR%%/templates/tr/archidxfoot.html
-%%MMDIR%%/templates/tr/archidxhead.html
-%%MMDIR%%/templates/tr/archlistend.html
-%%MMDIR%%/templates/tr/archliststart.html
-%%MMDIR%%/templates/tr/archtoc.html
-%%MMDIR%%/templates/tr/archtocentry.html
-%%MMDIR%%/templates/tr/archtocnombox.html
-%%MMDIR%%/templates/tr/article.html
-%%MMDIR%%/templates/tr/bounce.txt
-%%MMDIR%%/templates/tr/checkdbs.txt
-%%MMDIR%%/templates/tr/convert.txt
-%%MMDIR%%/templates/tr/cronpass.txt
-%%MMDIR%%/templates/tr/disabled.txt
-%%MMDIR%%/templates/tr/emptyarchive.html
-%%MMDIR%%/templates/tr/headfoot.html
-%%MMDIR%%/templates/tr/help.txt
-%%MMDIR%%/templates/tr/invite.txt
-%%MMDIR%%/templates/tr/listinfo.html
-%%MMDIR%%/templates/tr/masthead.txt
-%%MMDIR%%/templates/tr/newlist.txt
-%%MMDIR%%/templates/tr/nomoretoday.txt
-%%MMDIR%%/templates/tr/options.html
-%%MMDIR%%/templates/tr/postack.txt
-%%MMDIR%%/templates/tr/postauth.txt
-%%MMDIR%%/templates/tr/postheld.txt
-%%MMDIR%%/templates/tr/private.html
-%%MMDIR%%/templates/tr/refuse.txt
-%%MMDIR%%/templates/tr/roster.html
-%%MMDIR%%/templates/tr/subauth.txt
-%%MMDIR%%/templates/tr/subscribe.html
-%%MMDIR%%/templates/tr/subscribeack.txt
-%%MMDIR%%/templates/tr/unsub.txt
-%%MMDIR%%/templates/tr/unsubauth.txt
-%%MMDIR%%/templates/tr/userpass.txt
-%%MMDIR%%/templates/tr/verify.txt
-%%MMDIR%%/templates/uk/archtocnombox.html
-%%MMDIR%%/templates/uk/probe.txt
-%%MMDIR%%/templates/uk/admindbdetails.html
-%%MMDIR%%/templates/uk/admindbpreamble.html
-%%MMDIR%%/templates/uk/admindbsummary.html
-%%MMDIR%%/templates/uk/adminsubscribeack.txt
-%%MMDIR%%/templates/uk/adminunsubscribeack.txt
-%%MMDIR%%/templates/uk/admlogin.html
-%%MMDIR%%/templates/uk/approve.txt
-%%MMDIR%%/templates/uk/archidxentry.html
-%%MMDIR%%/templates/uk/archidxfoot.html
-%%MMDIR%%/templates/uk/archidxhead.html
-%%MMDIR%%/templates/uk/archlistend.html
-%%MMDIR%%/templates/uk/archliststart.html
-%%MMDIR%%/templates/uk/archtoc.html
-%%MMDIR%%/templates/uk/archtocentry.html
-%%MMDIR%%/templates/uk/article.html
-%%MMDIR%%/templates/uk/bounce.txt
-%%MMDIR%%/templates/uk/checkdbs.txt
-%%MMDIR%%/templates/uk/convert.txt
-%%MMDIR%%/templates/uk/cronpass.txt
-%%MMDIR%%/templates/uk/disabled.txt
-%%MMDIR%%/templates/uk/emptyarchive.html
-%%MMDIR%%/templates/uk/headfoot.html
-%%MMDIR%%/templates/uk/help.txt
-%%MMDIR%%/templates/uk/invite.txt
-%%MMDIR%%/templates/uk/listinfo.html
-%%MMDIR%%/templates/uk/masthead.txt
-%%MMDIR%%/templates/uk/newlist.txt
-%%MMDIR%%/templates/uk/nomoretoday.txt
-%%MMDIR%%/templates/uk/options.html
-%%MMDIR%%/templates/uk/postack.txt
-%%MMDIR%%/templates/uk/postauth.txt
-%%MMDIR%%/templates/uk/postheld.txt
-%%MMDIR%%/templates/uk/private.html
-%%MMDIR%%/templates/uk/refuse.txt
-%%MMDIR%%/templates/uk/roster.html
-%%MMDIR%%/templates/uk/subauth.txt
-%%MMDIR%%/templates/uk/subscribe.html
-%%MMDIR%%/templates/uk/subscribeack.txt
-%%MMDIR%%/templates/uk/unsub.txt
-%%MMDIR%%/templates/uk/unsubauth.txt
-%%MMDIR%%/templates/uk/userpass.txt
-%%MMDIR%%/templates/uk/verify.txt
-%%MMDIR%%/templates/vi/admindbdetails.html
-%%MMDIR%%/templates/vi/admindbpreamble.html
-%%MMDIR%%/templates/vi/admindbsummary.html
-%%MMDIR%%/templates/vi/admlogin.html
-%%MMDIR%%/templates/vi/archidxentry.html
-%%MMDIR%%/templates/vi/archidxfoot.html
-%%MMDIR%%/templates/vi/archidxhead.html
-%%MMDIR%%/templates/vi/archlistend.html
-%%MMDIR%%/templates/vi/archliststart.html
-%%MMDIR%%/templates/vi/archtoc.html
-%%MMDIR%%/templates/vi/archtocentry.html
-%%MMDIR%%/templates/vi/archtocnombox.html
-%%MMDIR%%/templates/vi/article.html
-%%MMDIR%%/templates/vi/emptyarchive.html
-%%MMDIR%%/templates/vi/headfoot.html
-%%MMDIR%%/templates/vi/listinfo.html
-%%MMDIR%%/templates/vi/options.html
-%%MMDIR%%/templates/vi/private.html
-%%MMDIR%%/templates/vi/roster.html
-%%MMDIR%%/templates/vi/subscribe.html
-%%MMDIR%%/templates/vi/adminsubscribeack.txt
-%%MMDIR%%/templates/vi/adminunsubscribeack.txt
-%%MMDIR%%/templates/vi/approve.txt
-%%MMDIR%%/templates/vi/bounce.txt
-%%MMDIR%%/templates/vi/checkdbs.txt
-%%MMDIR%%/templates/vi/convert.txt
-%%MMDIR%%/templates/vi/cronpass.txt
-%%MMDIR%%/templates/vi/disabled.txt
-%%MMDIR%%/templates/vi/help.txt
-%%MMDIR%%/templates/vi/invite.txt
-%%MMDIR%%/templates/vi/masthead.txt
-%%MMDIR%%/templates/vi/newlist.txt
-%%MMDIR%%/templates/vi/nomoretoday.txt
-%%MMDIR%%/templates/vi/postack.txt
-%%MMDIR%%/templates/vi/postauth.txt
-%%MMDIR%%/templates/vi/postheld.txt
-%%MMDIR%%/templates/vi/probe.txt
-%%MMDIR%%/templates/vi/refuse.txt
-%%MMDIR%%/templates/vi/subauth.txt
-%%MMDIR%%/templates/vi/subscribeack.txt
-%%MMDIR%%/templates/vi/unsub.txt
-%%MMDIR%%/templates/vi/unsubauth.txt
-%%MMDIR%%/templates/vi/userpass.txt
-%%MMDIR%%/templates/vi/verify.txt
-%%MMDIR%%/templates/zh_CN/admindbdetails.html
-%%MMDIR%%/templates/zh_CN/admindbpreamble.html
-%%MMDIR%%/templates/zh_CN/admindbsummary.html
-%%MMDIR%%/templates/zh_CN/adminsubscribeack.txt
-%%MMDIR%%/templates/zh_CN/adminunsubscribeack.txt
-%%MMDIR%%/templates/zh_CN/admlogin.html
-%%MMDIR%%/templates/zh_CN/approve.txt
-%%MMDIR%%/templates/zh_CN/archidxentry.html
-%%MMDIR%%/templates/zh_CN/archidxfoot.html
-%%MMDIR%%/templates/zh_CN/archidxhead.html
-%%MMDIR%%/templates/zh_CN/archlistend.html
-%%MMDIR%%/templates/zh_CN/archliststart.html
-%%MMDIR%%/templates/zh_CN/archtoc.html
-%%MMDIR%%/templates/zh_CN/archtocentry.html
-%%MMDIR%%/templates/zh_CN/archtocnombox.html
-%%MMDIR%%/templates/zh_CN/article.html
-%%MMDIR%%/templates/zh_CN/bounce.txt
-%%MMDIR%%/templates/zh_CN/checkdbs.txt
-%%MMDIR%%/templates/zh_CN/convert.txt
-%%MMDIR%%/templates/zh_CN/cronpass.txt
-%%MMDIR%%/templates/zh_CN/disabled.txt
-%%MMDIR%%/templates/zh_CN/emptyarchive.html
-%%MMDIR%%/templates/zh_CN/headfoot.html
-%%MMDIR%%/templates/zh_CN/help.txt
-%%MMDIR%%/templates/zh_CN/invite.txt
-%%MMDIR%%/templates/zh_CN/listinfo.html
-%%MMDIR%%/templates/zh_CN/masthead.txt
-%%MMDIR%%/templates/zh_CN/newlist.txt
-%%MMDIR%%/templates/zh_CN/nomoretoday.txt
-%%MMDIR%%/templates/zh_CN/options.html
-%%MMDIR%%/templates/zh_CN/postack.txt
-%%MMDIR%%/templates/zh_CN/postauth.txt
-%%MMDIR%%/templates/zh_CN/postheld.txt
-%%MMDIR%%/templates/zh_CN/private.html
-%%MMDIR%%/templates/zh_CN/probe.txt
-%%MMDIR%%/templates/zh_CN/refuse.txt
-%%MMDIR%%/templates/zh_CN/roster.html
-%%MMDIR%%/templates/zh_CN/subauth.txt
-%%MMDIR%%/templates/zh_CN/subscribe.html
-%%MMDIR%%/templates/zh_CN/subscribeack.txt
-%%MMDIR%%/templates/zh_CN/unsub.txt
-%%MMDIR%%/templates/zh_CN/unsubauth.txt
-%%MMDIR%%/templates/zh_CN/userpass.txt
-%%MMDIR%%/templates/zh_CN/verify.txt
-%%MMDIR%%/templates/zh_TW/admindbpreamble.html
-%%MMDIR%%/templates/zh_TW/adminsubscribeack.txt
-%%MMDIR%%/templates/zh_TW/adminunsubscribeack.txt
-%%MMDIR%%/templates/zh_TW/admlogin.html
-%%MMDIR%%/templates/zh_TW/approve.txt
-%%MMDIR%%/templates/zh_TW/bounce.txt
-%%MMDIR%%/templates/zh_TW/checkdbs.txt
-%%MMDIR%%/templates/zh_TW/convert.txt
-%%MMDIR%%/templates/zh_TW/cronpass.txt
-%%MMDIR%%/templates/zh_TW/handle_opts.html
-%%MMDIR%%/templates/zh_TW/headfoot.html
-%%MMDIR%%/templates/zh_TW/help.txt
-%%MMDIR%%/templates/zh_TW/listinfo.html
-%%MMDIR%%/templates/zh_TW/masthead.txt
-%%MMDIR%%/templates/zh_TW/newlist.txt
-%%MMDIR%%/templates/zh_TW/options.html
-%%MMDIR%%/templates/zh_TW/postack.txt
-%%MMDIR%%/templates/zh_TW/postauth.txt
-%%MMDIR%%/templates/zh_TW/postheld.txt
-%%MMDIR%%/templates/zh_TW/refuse.txt
-%%MMDIR%%/templates/zh_TW/roster.html
-%%MMDIR%%/templates/zh_TW/subauth.txt
-%%MMDIR%%/templates/zh_TW/subscribe.html
-%%MMDIR%%/templates/zh_TW/subscribeack.txt
-%%MMDIR%%/templates/zh_TW/userpass.txt
-%%MMDIR%%/templates/zh_TW/verify.txt
+%%NLS%%%%MMDIR%%/templates/ar/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ar/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ar/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ar/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ar/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ar/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ar/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ar/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ar/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ar/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ar/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ar/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/ar/article.html
+%%NLS%%%%MMDIR%%/templates/ar/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ar/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ar/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ar/options.html
+%%NLS%%%%MMDIR%%/templates/ar/private.html
+%%NLS%%%%MMDIR%%/templates/ar/roster.html
+%%NLS%%%%MMDIR%%/templates/ar/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ar/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ar/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ar/approve.txt
+%%NLS%%%%MMDIR%%/templates/ar/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ar/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ar/convert.txt
+%%NLS%%%%MMDIR%%/templates/ar/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ar/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ar/help.txt
+%%NLS%%%%MMDIR%%/templates/ar/invite.txt
+%%NLS%%%%MMDIR%%/templates/ar/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ar/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ar/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ar/postack.txt
+%%NLS%%%%MMDIR%%/templates/ar/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ar/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ar/probe.txt
+%%NLS%%%%MMDIR%%/templates/ar/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ar/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ar/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ar/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ar/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ar/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ar/verify.txt
+%%NLS%%%%MMDIR%%/templates/ast/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ast/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ast/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ast/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ast/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ast/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ast/approve.txt
+%%NLS%%%%MMDIR%%/templates/ast/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ast/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ast/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ast/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ast/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ast/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/ast/article.html
+%%NLS%%%%MMDIR%%/templates/ast/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ast/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ast/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ast/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ast/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ast/invite.txt
+%%NLS%%%%MMDIR%%/templates/ast/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ast/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ast/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ast/options.html
+%%NLS%%%%MMDIR%%/templates/ast/postack.txt
+%%NLS%%%%MMDIR%%/templates/ast/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ast/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ast/private.html
+%%NLS%%%%MMDIR%%/templates/ast/probe.txt
+%%NLS%%%%MMDIR%%/templates/ast/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ast/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ast/verify.txt
+%%NLS%%%%MMDIR%%/templates/ast/roster.html
+%%NLS%%%%MMDIR%%/templates/ast/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ast/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ast/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ast/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ast/help.txt
+%%NLS%%%%MMDIR%%/templates/ast/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ast/convert.txt
+%%NLS%%%%MMDIR%%/templates/ast/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ast/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ast/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ast/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ca/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ca/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ca/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ca/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ca/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ca/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ca/approve.txt
+%%NLS%%%%MMDIR%%/templates/ca/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ca/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ca/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ca/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ca/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ca/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ca/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ca/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/ca/article.html
+%%NLS%%%%MMDIR%%/templates/ca/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ca/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ca/convert.txt
+%%NLS%%%%MMDIR%%/templates/ca/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ca/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ca/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ca/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ca/help.txt
+%%NLS%%%%MMDIR%%/templates/ca/invite.txt
+%%NLS%%%%MMDIR%%/templates/ca/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ca/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ca/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ca/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ca/options.html
+%%NLS%%%%MMDIR%%/templates/ca/postack.txt
+%%NLS%%%%MMDIR%%/templates/ca/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ca/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ca/private.html
+%%NLS%%%%MMDIR%%/templates/ca/probe.txt
+%%NLS%%%%MMDIR%%/templates/ca/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ca/roster.html
+%%NLS%%%%MMDIR%%/templates/ca/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ca/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ca/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ca/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ca/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ca/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ca/verify.txt
+%%NLS%%%%MMDIR%%/templates/cs/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/cs/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/cs/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/cs/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/cs/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/cs/admlogin.html
+%%NLS%%%%MMDIR%%/templates/cs/approve.txt
+%%NLS%%%%MMDIR%%/templates/cs/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/cs/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/cs/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/cs/archlistend.html
+%%NLS%%%%MMDIR%%/templates/cs/archliststart.html
+%%NLS%%%%MMDIR%%/templates/cs/archtoc.html
+%%NLS%%%%MMDIR%%/templates/cs/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/cs/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/cs/article.html
+%%NLS%%%%MMDIR%%/templates/cs/bounce.txt
+%%NLS%%%%MMDIR%%/templates/cs/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/cs/convert.txt
+%%NLS%%%%MMDIR%%/templates/cs/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/cs/disabled.txt
+%%NLS%%%%MMDIR%%/templates/cs/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/cs/headfoot.html
+%%NLS%%%%MMDIR%%/templates/cs/help.txt
+%%NLS%%%%MMDIR%%/templates/cs/invite.txt
+%%NLS%%%%MMDIR%%/templates/cs/listinfo.html
+%%NLS%%%%MMDIR%%/templates/cs/masthead.txt
+%%NLS%%%%MMDIR%%/templates/cs/newlist.txt
+%%NLS%%%%MMDIR%%/templates/cs/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/cs/options.html
+%%NLS%%%%MMDIR%%/templates/cs/postack.txt
+%%NLS%%%%MMDIR%%/templates/cs/postauth.txt
+%%NLS%%%%MMDIR%%/templates/cs/postheld.txt
+%%NLS%%%%MMDIR%%/templates/cs/private.html
+%%NLS%%%%MMDIR%%/templates/cs/probe.txt
+%%NLS%%%%MMDIR%%/templates/cs/refuse.txt
+%%NLS%%%%MMDIR%%/templates/cs/roster.html
+%%NLS%%%%MMDIR%%/templates/cs/subauth.txt
+%%NLS%%%%MMDIR%%/templates/cs/subscribe.html
+%%NLS%%%%MMDIR%%/templates/cs/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/cs/unsub.txt
+%%NLS%%%%MMDIR%%/templates/cs/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/cs/userpass.txt
+%%NLS%%%%MMDIR%%/templates/cs/verify.txt
+%%NLS%%%%MMDIR%%/templates/da/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/da/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/da/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/da/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/da/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/da/admlogin.html
+%%NLS%%%%MMDIR%%/templates/da/approve.txt
+%%NLS%%%%MMDIR%%/templates/da/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/da/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/da/archliststart.html
+%%NLS%%%%MMDIR%%/templates/da/archtoc.html
+%%NLS%%%%MMDIR%%/templates/da/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/da/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/da/article.html
+%%NLS%%%%MMDIR%%/templates/da/bounce.txt
+%%NLS%%%%MMDIR%%/templates/da/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/da/convert.txt
+%%NLS%%%%MMDIR%%/templates/da/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/da/disabled.txt
+%%NLS%%%%MMDIR%%/templates/da/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/da/headfoot.html
+%%NLS%%%%MMDIR%%/templates/da/help.txt
+%%NLS%%%%MMDIR%%/templates/da/invite.txt
+%%NLS%%%%MMDIR%%/templates/da/listinfo.html
+%%NLS%%%%MMDIR%%/templates/da/masthead.txt
+%%NLS%%%%MMDIR%%/templates/da/newlist.txt
+%%NLS%%%%MMDIR%%/templates/da/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/da/options.html
+%%NLS%%%%MMDIR%%/templates/da/postack.txt
+%%NLS%%%%MMDIR%%/templates/da/postauth.txt
+%%NLS%%%%MMDIR%%/templates/da/postheld.txt
+%%NLS%%%%MMDIR%%/templates/da/private.html
+%%NLS%%%%MMDIR%%/templates/da/probe.txt
+%%NLS%%%%MMDIR%%/templates/da/refuse.txt
+%%NLS%%%%MMDIR%%/templates/da/roster.html
+%%NLS%%%%MMDIR%%/templates/da/subauth.txt
+%%NLS%%%%MMDIR%%/templates/da/subscribe.html
+%%NLS%%%%MMDIR%%/templates/da/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/da/unsub.txt
+%%NLS%%%%MMDIR%%/templates/da/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/da/userpass.txt
+%%NLS%%%%MMDIR%%/templates/da/verify.txt
+%%NLS%%%%MMDIR%%/templates/de/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/de/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/de/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/de/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/de/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/de/admlogin.html
+%%NLS%%%%MMDIR%%/templates/de/approve.txt
+%%NLS%%%%MMDIR%%/templates/de/article.html
+%%NLS%%%%MMDIR%%/templates/de/bounce.txt
+%%NLS%%%%MMDIR%%/templates/de/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/de/convert.txt
+%%NLS%%%%MMDIR%%/templates/de/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/de/disabled.txt
+%%NLS%%%%MMDIR%%/templates/de/headfoot.html
+%%NLS%%%%MMDIR%%/templates/de/help.txt
+%%NLS%%%%MMDIR%%/templates/de/invite.txt
+%%NLS%%%%MMDIR%%/templates/de/listinfo.html
+%%NLS%%%%MMDIR%%/templates/de/masthead.txt
+%%NLS%%%%MMDIR%%/templates/de/newlist.txt
+%%NLS%%%%MMDIR%%/templates/de/options.html
+%%NLS%%%%MMDIR%%/templates/de/postack.txt
+%%NLS%%%%MMDIR%%/templates/de/postauth.txt
+%%NLS%%%%MMDIR%%/templates/de/postheld.txt
+%%NLS%%%%MMDIR%%/templates/de/private.html
+%%NLS%%%%MMDIR%%/templates/de/refuse.txt
+%%NLS%%%%MMDIR%%/templates/de/roster.html
+%%NLS%%%%MMDIR%%/templates/de/subauth.txt
+%%NLS%%%%MMDIR%%/templates/de/subscribe.html
+%%NLS%%%%MMDIR%%/templates/de/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/de/unsub.txt
+%%NLS%%%%MMDIR%%/templates/de/userpass.txt
+%%NLS%%%%MMDIR%%/templates/de/verify.txt
+%%NLS%%%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig.html
+%%NLS%%%%SUB_HTDIG%%%%MMDIR%%/templates/en/TOC_htsearch.html
+%%NLS%%%%MMDIR%%/templates/en/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/en/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/en/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/en/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/en/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/en/admlogin.html
+%%NLS%%%%MMDIR%%/templates/en/approve.txt
+%%NLS%%%%MMDIR%%/templates/en/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/en/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/en/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/en/archlistend.html
+%%NLS%%%%MMDIR%%/templates/en/archliststart.html
+%%NLS%%%%MMDIR%%/templates/en/archtoc.html
+%%NLS%%%%MMDIR%%/templates/en/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/en/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/en/article.html
+%%NLS%%%%MMDIR%%/templates/en/bounce.txt
+%%NLS%%%%MMDIR%%/templates/en/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/en/convert.txt
+%%NLS%%%%MMDIR%%/templates/en/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/en/disabled.txt
+%%NLS%%%%MMDIR%%/templates/en/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/en/headfoot.html
+%%NLS%%%%MMDIR%%/templates/en/help.txt
+%%NLS%%%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_access_error.html
+%%NLS%%%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_auth_failure.html
+%%NLS%%%%SUB_HTDIG%%%%MMDIR%%/templates/en/htdig_conf.txt
+%%NLS%%%%MMDIR%%/templates/en/invite.txt
+%%NLS%%%%MMDIR%%/templates/en/listinfo.html
+%%NLS%%%%MMDIR%%/templates/en/masthead.txt
+%%NLS%%%%MMDIR%%/templates/en/newlist.txt
+%%NLS%%%%MMDIR%%/templates/en/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/en/options.html
+%%NLS%%%%MMDIR%%/templates/en/postack.txt
+%%NLS%%%%MMDIR%%/templates/en/postauth.txt
+%%NLS%%%%MMDIR%%/templates/en/postheld.txt
+%%NLS%%%%MMDIR%%/templates/en/private.html
+%%NLS%%%%MMDIR%%/templates/en/probe.txt
+%%NLS%%%%MMDIR%%/templates/en/refuse.txt
+%%NLS%%%%MMDIR%%/templates/en/roster.html
+%%NLS%%%%MMDIR%%/templates/en/subauth.txt
+%%NLS%%%%MMDIR%%/templates/en/subscribe.html
+%%NLS%%%%MMDIR%%/templates/en/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/en/unsub.txt
+%%NLS%%%%MMDIR%%/templates/en/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/en/userpass.txt
+%%NLS%%%%MMDIR%%/templates/en/verify.txt
+%%NLS%%%%MMDIR%%/templates/es/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/es/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/es/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/es/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/es/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/es/admlogin.html
+%%NLS%%%%MMDIR%%/templates/es/approve.txt
+%%NLS%%%%MMDIR%%/templates/es/article.html
+%%NLS%%%%MMDIR%%/templates/es/bounce.txt
+%%NLS%%%%MMDIR%%/templates/es/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/es/convert.txt
+%%NLS%%%%MMDIR%%/templates/es/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/es/disabled.txt
+%%NLS%%%%MMDIR%%/templates/es/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/es/handle_opts.html
+%%NLS%%%%MMDIR%%/templates/es/headfoot.html
+%%NLS%%%%MMDIR%%/templates/es/help.txt
+%%NLS%%%%MMDIR%%/templates/es/invite.txt
+%%NLS%%%%MMDIR%%/templates/es/listinfo.html
+%%NLS%%%%MMDIR%%/templates/es/masthead.txt
+%%NLS%%%%MMDIR%%/templates/es/newlist.txt
+%%NLS%%%%MMDIR%%/templates/es/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/es/options.html
+%%NLS%%%%MMDIR%%/templates/es/postack.txt
+%%NLS%%%%MMDIR%%/templates/es/postauth.txt
+%%NLS%%%%MMDIR%%/templates/es/postheld.txt
+%%NLS%%%%MMDIR%%/templates/es/private.html
+%%NLS%%%%MMDIR%%/templates/es/refuse.txt
+%%NLS%%%%MMDIR%%/templates/es/roster.html
+%%NLS%%%%MMDIR%%/templates/es/subauth.txt
+%%NLS%%%%MMDIR%%/templates/es/subscribe.html
+%%NLS%%%%MMDIR%%/templates/es/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/es/unsub.txt
+%%NLS%%%%MMDIR%%/templates/es/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/es/userpass.txt
+%%NLS%%%%MMDIR%%/templates/es/verify.txt
+%%NLS%%%%MMDIR%%/templates/es/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/es/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/es/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/es/archlistend.html
+%%NLS%%%%MMDIR%%/templates/es/archliststart.html
+%%NLS%%%%MMDIR%%/templates/es/archtoc.html
+%%NLS%%%%MMDIR%%/templates/es/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/es/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/es/probe.txt
+%%NLS%%%%MMDIR%%/templates/et/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/et/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/et/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/et/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/et/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/et/admlogin.html
+%%NLS%%%%MMDIR%%/templates/et/approve.txt
+%%NLS%%%%MMDIR%%/templates/et/article.html
+%%NLS%%%%MMDIR%%/templates/et/bounce.txt
+%%NLS%%%%MMDIR%%/templates/et/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/et/convert.txt
+%%NLS%%%%MMDIR%%/templates/et/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/et/disabled.txt
+%%NLS%%%%MMDIR%%/templates/et/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/et/headfoot.html
+%%NLS%%%%MMDIR%%/templates/et/help.txt
+%%NLS%%%%MMDIR%%/templates/et/invite.txt
+%%NLS%%%%MMDIR%%/templates/et/listinfo.html
+%%NLS%%%%MMDIR%%/templates/et/masthead.txt
+%%NLS%%%%MMDIR%%/templates/et/newlist.txt
+%%NLS%%%%MMDIR%%/templates/et/options.html
+%%NLS%%%%MMDIR%%/templates/et/postack.txt
+%%NLS%%%%MMDIR%%/templates/et/postauth.txt
+%%NLS%%%%MMDIR%%/templates/et/postheld.txt
+%%NLS%%%%MMDIR%%/templates/et/private.html
+%%NLS%%%%MMDIR%%/templates/et/refuse.txt
+%%NLS%%%%MMDIR%%/templates/et/roster.html
+%%NLS%%%%MMDIR%%/templates/et/subauth.txt
+%%NLS%%%%MMDIR%%/templates/et/subscribe.html
+%%NLS%%%%MMDIR%%/templates/et/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/et/unsub.txt
+%%NLS%%%%MMDIR%%/templates/et/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/et/userpass.txt
+%%NLS%%%%MMDIR%%/templates/et/verify.txt
+%%NLS%%%%MMDIR%%/templates/eu/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/eu/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/eu/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/eu/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/eu/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/eu/admlogin.html
+%%NLS%%%%MMDIR%%/templates/eu/approve.txt
+%%NLS%%%%MMDIR%%/templates/eu/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/eu/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/eu/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/eu/archlistend.html
+%%NLS%%%%MMDIR%%/templates/eu/archliststart.html
+%%NLS%%%%MMDIR%%/templates/eu/archtoc.html
+%%NLS%%%%MMDIR%%/templates/eu/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/eu/article.html
+%%NLS%%%%MMDIR%%/templates/eu/bounce.txt
+%%NLS%%%%MMDIR%%/templates/eu/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/eu/convert.txt
+%%NLS%%%%MMDIR%%/templates/eu/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/eu/disabled.txt
+%%NLS%%%%MMDIR%%/templates/eu/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/eu/headfoot.html
+%%NLS%%%%MMDIR%%/templates/eu/help.txt
+%%NLS%%%%MMDIR%%/templates/eu/invite.txt
+%%NLS%%%%MMDIR%%/templates/eu/listinfo.html
+%%NLS%%%%MMDIR%%/templates/eu/masthead.txt
+%%NLS%%%%MMDIR%%/templates/eu/newlist.txt
+%%NLS%%%%MMDIR%%/templates/eu/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/eu/options.html
+%%NLS%%%%MMDIR%%/templates/eu/postack.txt
+%%NLS%%%%MMDIR%%/templates/eu/postauth.txt
+%%NLS%%%%MMDIR%%/templates/eu/postheld.txt
+%%NLS%%%%MMDIR%%/templates/eu/private.html
+%%NLS%%%%MMDIR%%/templates/eu/refuse.txt
+%%NLS%%%%MMDIR%%/templates/eu/roster.html
+%%NLS%%%%MMDIR%%/templates/eu/subauth.txt
+%%NLS%%%%MMDIR%%/templates/eu/subscribe.html
+%%NLS%%%%MMDIR%%/templates/eu/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/eu/unsub.txt
+%%NLS%%%%MMDIR%%/templates/eu/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/eu/userpass.txt
+%%NLS%%%%MMDIR%%/templates/eu/verify.txt
+%%NLS%%%%MMDIR%%/templates/fi/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/fi/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/fi/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/fi/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/fi/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/fi/admlogin.html
+%%NLS%%%%MMDIR%%/templates/fi/approve.txt
+%%NLS%%%%MMDIR%%/templates/fi/article.html
+%%NLS%%%%MMDIR%%/templates/fi/bounce.txt
+%%NLS%%%%MMDIR%%/templates/fi/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/fi/convert.txt
+%%NLS%%%%MMDIR%%/templates/fi/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/fi/disabled.txt
+%%NLS%%%%MMDIR%%/templates/fi/headfoot.html
+%%NLS%%%%MMDIR%%/templates/fi/help.txt
+%%NLS%%%%MMDIR%%/templates/fi/listinfo.html
+%%NLS%%%%MMDIR%%/templates/fi/masthead.txt
+%%NLS%%%%MMDIR%%/templates/fi/newlist.txt
+%%NLS%%%%MMDIR%%/templates/fi/options.html
+%%NLS%%%%MMDIR%%/templates/fi/postack.txt
+%%NLS%%%%MMDIR%%/templates/fi/postauth.txt
+%%NLS%%%%MMDIR%%/templates/fi/postheld.txt
+%%NLS%%%%MMDIR%%/templates/fi/private.html
+%%NLS%%%%MMDIR%%/templates/fi/refuse.txt
+%%NLS%%%%MMDIR%%/templates/fi/roster.html
+%%NLS%%%%MMDIR%%/templates/fi/subauth.txt
+%%NLS%%%%MMDIR%%/templates/fi/subscribe.html
+%%NLS%%%%MMDIR%%/templates/fi/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/fi/unsub.txt
+%%NLS%%%%MMDIR%%/templates/fi/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/fi/userpass.txt
+%%NLS%%%%MMDIR%%/templates/fi/verify.txt
+%%NLS%%%%MMDIR%%/templates/fr/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/fr/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/fr/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/fr/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/fr/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/fr/admlogin.html
+%%NLS%%%%MMDIR%%/templates/fr/approve.txt
+%%NLS%%%%MMDIR%%/templates/fr/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/fr/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/fr/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/fr/archlistend.html
+%%NLS%%%%MMDIR%%/templates/fr/archliststart.html
+%%NLS%%%%MMDIR%%/templates/fr/archtoc.html
+%%NLS%%%%MMDIR%%/templates/fr/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/fr/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/fr/article.html
+%%NLS%%%%MMDIR%%/templates/fr/bounce.txt
+%%NLS%%%%MMDIR%%/templates/fr/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/fr/convert.txt
+%%NLS%%%%MMDIR%%/templates/fr/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/fr/disabled.txt
+%%NLS%%%%MMDIR%%/templates/fr/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/fr/handle_opts.html
+%%NLS%%%%MMDIR%%/templates/fr/headfoot.html
+%%NLS%%%%MMDIR%%/templates/fr/help.txt
+%%NLS%%%%MMDIR%%/templates/fr/invite.txt
+%%NLS%%%%MMDIR%%/templates/fr/listinfo.html
+%%NLS%%%%MMDIR%%/templates/fr/masthead.txt
+%%NLS%%%%MMDIR%%/templates/fr/newlist.txt
+%%NLS%%%%MMDIR%%/templates/fr/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/fr/options.html
+%%NLS%%%%MMDIR%%/templates/fr/postack.txt
+%%NLS%%%%MMDIR%%/templates/fr/postauth.txt
+%%NLS%%%%MMDIR%%/templates/fr/postheld.txt
+%%NLS%%%%MMDIR%%/templates/fr/private.html
+%%NLS%%%%MMDIR%%/templates/fr/probe.txt
+%%NLS%%%%MMDIR%%/templates/fr/refuse.txt
+%%NLS%%%%MMDIR%%/templates/fr/roster.html
+%%NLS%%%%MMDIR%%/templates/fr/subauth.txt
+%%NLS%%%%MMDIR%%/templates/fr/subscribe.html
+%%NLS%%%%MMDIR%%/templates/fr/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/fr/unsub.txt
+%%NLS%%%%MMDIR%%/templates/fr/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/fr/userpass.txt
+%%NLS%%%%MMDIR%%/templates/fr/verify.txt
+%%NLS%%%%MMDIR%%/templates/gl/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/gl/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/gl/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/gl/admlogin.html
+%%NLS%%%%MMDIR%%/templates/gl/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/gl/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/gl/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/gl/archlistend.html
+%%NLS%%%%MMDIR%%/templates/gl/archliststart.html
+%%NLS%%%%MMDIR%%/templates/gl/archtoc.html
+%%NLS%%%%MMDIR%%/templates/gl/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/gl/article.html
+%%NLS%%%%MMDIR%%/templates/gl/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/gl/headfoot.html
+%%NLS%%%%MMDIR%%/templates/gl/listinfo.html
+%%NLS%%%%MMDIR%%/templates/gl/options.html
+%%NLS%%%%MMDIR%%/templates/gl/private.html
+%%NLS%%%%MMDIR%%/templates/gl/roster.html
+%%NLS%%%%MMDIR%%/templates/gl/subscribe.html
+%%NLS%%%%MMDIR%%/templates/gl/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/gl/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/gl/approve.txt
+%%NLS%%%%MMDIR%%/templates/gl/bounce.txt
+%%NLS%%%%MMDIR%%/templates/gl/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/gl/convert.txt
+%%NLS%%%%MMDIR%%/templates/gl/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/gl/disabled.txt
+%%NLS%%%%MMDIR%%/templates/gl/handle_opts.html
+%%NLS%%%%MMDIR%%/templates/gl/help.txt
+%%NLS%%%%MMDIR%%/templates/gl/invite.txt
+%%NLS%%%%MMDIR%%/templates/gl/masthead.txt
+%%NLS%%%%MMDIR%%/templates/gl/newlist.txt
+%%NLS%%%%MMDIR%%/templates/gl/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/gl/postack.txt
+%%NLS%%%%MMDIR%%/templates/gl/postauth.txt
+%%NLS%%%%MMDIR%%/templates/gl/postheld.txt
+%%NLS%%%%MMDIR%%/templates/gl/refuse.txt
+%%NLS%%%%MMDIR%%/templates/gl/subauth.txt
+%%NLS%%%%MMDIR%%/templates/gl/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/gl/unsub.txt
+%%NLS%%%%MMDIR%%/templates/gl/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/gl/userpass.txt
+%%NLS%%%%MMDIR%%/templates/gl/verify.txt
+%%NLS%%%%MMDIR%%/templates/he/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/he/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/he/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/he/admlogin.html
+%%NLS%%%%MMDIR%%/templates/he/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/he/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/he/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/he/archlistend.html
+%%NLS%%%%MMDIR%%/templates/he/archliststart.html
+%%NLS%%%%MMDIR%%/templates/he/archtoc.html
+%%NLS%%%%MMDIR%%/templates/he/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/he/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/he/article.html
+%%NLS%%%%MMDIR%%/templates/he/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/he/headfoot.html
+%%NLS%%%%MMDIR%%/templates/he/listinfo.html
+%%NLS%%%%MMDIR%%/templates/he/options.html
+%%NLS%%%%MMDIR%%/templates/he/private.html
+%%NLS%%%%MMDIR%%/templates/he/roster.html
+%%NLS%%%%MMDIR%%/templates/he/subscribe.html
+%%NLS%%%%MMDIR%%/templates/he/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/he/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/he/approve.txt
+%%NLS%%%%MMDIR%%/templates/he/bounce.txt
+%%NLS%%%%MMDIR%%/templates/he/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/he/convert.txt
+%%NLS%%%%MMDIR%%/templates/he/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/he/disabled.txt
+%%NLS%%%%MMDIR%%/templates/he/help.txt
+%%NLS%%%%MMDIR%%/templates/he/invite.txt
+%%NLS%%%%MMDIR%%/templates/he/masthead.txt
+%%NLS%%%%MMDIR%%/templates/he/newlist.txt
+%%NLS%%%%MMDIR%%/templates/he/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/he/postack.txt
+%%NLS%%%%MMDIR%%/templates/he/postauth.txt
+%%NLS%%%%MMDIR%%/templates/he/postheld.txt
+%%NLS%%%%MMDIR%%/templates/he/probe.txt
+%%NLS%%%%MMDIR%%/templates/he/refuse.txt
+%%NLS%%%%MMDIR%%/templates/he/subauth.txt
+%%NLS%%%%MMDIR%%/templates/he/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/he/unsub.txt
+%%NLS%%%%MMDIR%%/templates/he/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/he/userpass.txt
+%%NLS%%%%MMDIR%%/templates/he/verify.txt
+%%NLS%%%%MMDIR%%/templates/hr/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/hr/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/hr/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/hr/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/hr/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/hr/admlogin.html
+%%NLS%%%%MMDIR%%/templates/hr/approve.txt
+%%NLS%%%%MMDIR%%/templates/hr/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/hr/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/hr/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/hr/archlistend.html
+%%NLS%%%%MMDIR%%/templates/hr/archliststart.html
+%%NLS%%%%MMDIR%%/templates/hr/archtoc.html
+%%NLS%%%%MMDIR%%/templates/hr/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/hr/article.html
+%%NLS%%%%MMDIR%%/templates/hr/bounce.txt
+%%NLS%%%%MMDIR%%/templates/hr/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/hr/convert.txt
+%%NLS%%%%MMDIR%%/templates/hr/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/hr/disabled.txt
+%%NLS%%%%MMDIR%%/templates/hr/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/hr/headfoot.html
+%%NLS%%%%MMDIR%%/templates/hr/help.txt
+%%NLS%%%%MMDIR%%/templates/hr/invite.txt
+%%NLS%%%%MMDIR%%/templates/hr/listinfo.html
+%%NLS%%%%MMDIR%%/templates/hr/masthead.txt
+%%NLS%%%%MMDIR%%/templates/hr/newlist.txt
+%%NLS%%%%MMDIR%%/templates/hr/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/hr/options.html
+%%NLS%%%%MMDIR%%/templates/hr/postack.txt
+%%NLS%%%%MMDIR%%/templates/hr/postauth.txt
+%%NLS%%%%MMDIR%%/templates/hr/postheld.txt
+%%NLS%%%%MMDIR%%/templates/hr/private.html
+%%NLS%%%%MMDIR%%/templates/hr/refuse.txt
+%%NLS%%%%MMDIR%%/templates/hr/roster.html
+%%NLS%%%%MMDIR%%/templates/hr/subauth.txt
+%%NLS%%%%MMDIR%%/templates/hr/subscribe.html
+%%NLS%%%%MMDIR%%/templates/hr/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/hr/unsub.txt
+%%NLS%%%%MMDIR%%/templates/hr/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/hr/userpass.txt
+%%NLS%%%%MMDIR%%/templates/hr/verify.txt
+%%NLS%%%%MMDIR%%/templates/hu/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/hu/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/hu/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/hu/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/hu/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/hu/admlogin.html
+%%NLS%%%%MMDIR%%/templates/hu/approve.txt
+%%NLS%%%%MMDIR%%/templates/hu/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/hu/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/hu/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/hu/archlistend.html
+%%NLS%%%%MMDIR%%/templates/hu/archliststart.html
+%%NLS%%%%MMDIR%%/templates/hu/archtoc.html
+%%NLS%%%%MMDIR%%/templates/hu/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/hu/article.html
+%%NLS%%%%MMDIR%%/templates/hu/bounce.txt
+%%NLS%%%%MMDIR%%/templates/hu/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/hu/convert.txt
+%%NLS%%%%MMDIR%%/templates/hu/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/hu/disabled.txt
+%%NLS%%%%MMDIR%%/templates/hu/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/hu/headfoot.html
+%%NLS%%%%MMDIR%%/templates/hu/help.txt
+%%NLS%%%%MMDIR%%/templates/hu/illik.html
+%%NLS%%%%MMDIR%%/templates/hu/invite.txt
+%%NLS%%%%MMDIR%%/templates/hu/listinfo.html
+%%NLS%%%%MMDIR%%/templates/hu/masthead.txt
+%%NLS%%%%MMDIR%%/templates/hu/newlist.txt
+%%NLS%%%%MMDIR%%/templates/hu/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/hu/options.html
+%%NLS%%%%MMDIR%%/templates/hu/postack.txt
+%%NLS%%%%MMDIR%%/templates/hu/postauth.txt
+%%NLS%%%%MMDIR%%/templates/hu/postheld.txt
+%%NLS%%%%MMDIR%%/templates/hu/private.html
+%%NLS%%%%MMDIR%%/templates/hu/probe.txt
+%%NLS%%%%MMDIR%%/templates/hu/refuse.txt
+%%NLS%%%%MMDIR%%/templates/hu/roster.html
+%%NLS%%%%MMDIR%%/templates/hu/subauth.txt
+%%NLS%%%%MMDIR%%/templates/hu/subscribe.html
+%%NLS%%%%MMDIR%%/templates/hu/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/hu/unsub.txt
+%%NLS%%%%MMDIR%%/templates/hu/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/hu/userpass.txt
+%%NLS%%%%MMDIR%%/templates/hu/verify.txt
+%%NLS%%%%MMDIR%%/templates/ia/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ia/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ia/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ia/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ia/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ia/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ia/approve.txt
+%%NLS%%%%MMDIR%%/templates/ia/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ia/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ia/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ia/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ia/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ia/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ia/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ia/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/ia/article.html
+%%NLS%%%%MMDIR%%/templates/ia/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ia/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ia/convert.txt
+%%NLS%%%%MMDIR%%/templates/ia/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ia/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ia/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ia/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ia/help.txt
+%%NLS%%%%MMDIR%%/templates/ia/invite.txt
+%%NLS%%%%MMDIR%%/templates/ia/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ia/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ia/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ia/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ia/options.html
+%%NLS%%%%MMDIR%%/templates/ia/postack.txt
+%%NLS%%%%MMDIR%%/templates/ia/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ia/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ia/private.html
+%%NLS%%%%MMDIR%%/templates/ia/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ia/roster.html
+%%NLS%%%%MMDIR%%/templates/ia/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ia/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ia/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ia/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ia/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ia/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ia/verify.txt
+%%NLS%%%%MMDIR%%/templates/ia/probe.txt
+%%NLS%%%%MMDIR%%/templates/it/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/it/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/it/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/it/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/it/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/it/admlogin.html
+%%NLS%%%%MMDIR%%/templates/it/approve.txt
+%%NLS%%%%MMDIR%%/templates/it/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/it/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/it/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/it/archlistend.html
+%%NLS%%%%MMDIR%%/templates/it/archliststart.html
+%%NLS%%%%MMDIR%%/templates/it/archtoc.html
+%%NLS%%%%MMDIR%%/templates/it/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/it/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/it/article.html
+%%NLS%%%%MMDIR%%/templates/it/bounce.txt
+%%NLS%%%%MMDIR%%/templates/it/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/it/convert.txt
+%%NLS%%%%MMDIR%%/templates/it/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/it/disabled.txt
+%%NLS%%%%MMDIR%%/templates/it/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/it/headfoot.html
+%%NLS%%%%MMDIR%%/templates/it/help.txt
+%%NLS%%%%MMDIR%%/templates/it/invite.txt
+%%NLS%%%%MMDIR%%/templates/it/listinfo.html
+%%NLS%%%%MMDIR%%/templates/it/masthead.txt
+%%NLS%%%%MMDIR%%/templates/it/newlist.txt
+%%NLS%%%%MMDIR%%/templates/it/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/it/options.html
+%%NLS%%%%MMDIR%%/templates/it/postack.txt
+%%NLS%%%%MMDIR%%/templates/it/postauth.txt
+%%NLS%%%%MMDIR%%/templates/it/postheld.txt
+%%NLS%%%%MMDIR%%/templates/it/private.html
+%%NLS%%%%MMDIR%%/templates/it/refuse.txt
+%%NLS%%%%MMDIR%%/templates/it/roster.html
+%%NLS%%%%MMDIR%%/templates/it/subauth.txt
+%%NLS%%%%MMDIR%%/templates/it/subscribe.html
+%%NLS%%%%MMDIR%%/templates/it/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/it/unsub.txt
+%%NLS%%%%MMDIR%%/templates/it/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/it/userpass.txt
+%%NLS%%%%MMDIR%%/templates/it/verify.txt
+%%NLS%%%%MMDIR%%/templates/it/probe.txt
+%%NLS%%%%MMDIR%%/templates/ja/probe.txt
+%%NLS%%%%MMDIR%%/templates/ja/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ja/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ja/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ja/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ja/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ja/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ja/approve.txt
+%%NLS%%%%MMDIR%%/templates/ja/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ja/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ja/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ja/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ja/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ja/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ja/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ja/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/ja/article.html
+%%NLS%%%%MMDIR%%/templates/ja/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ja/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ja/convert.txt
+%%NLS%%%%MMDIR%%/templates/ja/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ja/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ja/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ja/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ja/help.txt
+%%NLS%%%%MMDIR%%/templates/ja/invite.txt
+%%NLS%%%%MMDIR%%/templates/ja/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ja/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ja/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ja/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ja/options.html
+%%NLS%%%%MMDIR%%/templates/ja/postack.txt
+%%NLS%%%%MMDIR%%/templates/ja/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ja/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ja/private.html
+%%NLS%%%%MMDIR%%/templates/ja/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ja/roster.html
+%%NLS%%%%MMDIR%%/templates/ja/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ja/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ja/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ja/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ja/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ja/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ja/verify.txt
+%%NLS%%%%MMDIR%%/templates/ko/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ko/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ko/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ko/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ko/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ko/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ko/approve.txt
+%%NLS%%%%MMDIR%%/templates/ko/article.html
+%%NLS%%%%MMDIR%%/templates/ko/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ko/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ko/convert.txt
+%%NLS%%%%MMDIR%%/templates/ko/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ko/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ko/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ko/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ko/help.txt
+%%NLS%%%%MMDIR%%/templates/ko/invite.txt
+%%NLS%%%%MMDIR%%/templates/ko/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ko/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ko/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ko/options.html
+%%NLS%%%%MMDIR%%/templates/ko/postack.txt
+%%NLS%%%%MMDIR%%/templates/ko/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ko/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ko/private.html
+%%NLS%%%%MMDIR%%/templates/ko/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ko/roster.html
+%%NLS%%%%MMDIR%%/templates/ko/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ko/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ko/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ko/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ko/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ko/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ko/verify.txt
+%%NLS%%%%MMDIR%%/templates/lt/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/lt/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/lt/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/lt/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/lt/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/lt/admlogin.html
+%%NLS%%%%MMDIR%%/templates/lt/approve.txt
+%%NLS%%%%MMDIR%%/templates/lt/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/lt/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/lt/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/lt/archlistend.html
+%%NLS%%%%MMDIR%%/templates/lt/archliststart.html
+%%NLS%%%%MMDIR%%/templates/lt/archtoc.html
+%%NLS%%%%MMDIR%%/templates/lt/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/lt/article.html
+%%NLS%%%%MMDIR%%/templates/lt/bounce.txt
+%%NLS%%%%MMDIR%%/templates/lt/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/lt/convert.txt
+%%NLS%%%%MMDIR%%/templates/lt/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/lt/disabled.txt
+%%NLS%%%%MMDIR%%/templates/lt/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/lt/headfoot.html
+%%NLS%%%%MMDIR%%/templates/lt/help.txt
+%%NLS%%%%MMDIR%%/templates/lt/invite.txt
+%%NLS%%%%MMDIR%%/templates/lt/listinfo.html
+%%NLS%%%%MMDIR%%/templates/lt/masthead.txt
+%%NLS%%%%MMDIR%%/templates/lt/newlist.txt
+%%NLS%%%%MMDIR%%/templates/lt/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/lt/options.html
+%%NLS%%%%MMDIR%%/templates/lt/postack.txt
+%%NLS%%%%MMDIR%%/templates/lt/postauth.txt
+%%NLS%%%%MMDIR%%/templates/lt/postheld.txt
+%%NLS%%%%MMDIR%%/templates/lt/private.html
+%%NLS%%%%MMDIR%%/templates/lt/refuse.txt
+%%NLS%%%%MMDIR%%/templates/lt/roster.html
+%%NLS%%%%MMDIR%%/templates/lt/subauth.txt
+%%NLS%%%%MMDIR%%/templates/lt/subscribe.html
+%%NLS%%%%MMDIR%%/templates/lt/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/lt/unsub.txt
+%%NLS%%%%MMDIR%%/templates/lt/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/lt/userpass.txt
+%%NLS%%%%MMDIR%%/templates/lt/verify.txt
+%%NLS%%%%MMDIR%%/templates/nl/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/nl/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/nl/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/nl/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/nl/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/nl/admlogin.html
+%%NLS%%%%MMDIR%%/templates/nl/approve.txt
+%%NLS%%%%MMDIR%%/templates/nl/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/nl/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/nl/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/nl/archlistend.html
+%%NLS%%%%MMDIR%%/templates/nl/archliststart.html
+%%NLS%%%%MMDIR%%/templates/nl/archtoc.html
+%%NLS%%%%MMDIR%%/templates/nl/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/nl/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/nl/article.html
+%%NLS%%%%MMDIR%%/templates/nl/bounce.txt
+%%NLS%%%%MMDIR%%/templates/nl/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/nl/convert.txt
+%%NLS%%%%MMDIR%%/templates/nl/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/nl/disabled.txt
+%%NLS%%%%MMDIR%%/templates/nl/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/nl/headfoot.html
+%%NLS%%%%MMDIR%%/templates/nl/help.txt
+%%NLS%%%%MMDIR%%/templates/nl/invite.txt
+%%NLS%%%%MMDIR%%/templates/nl/listinfo.html
+%%NLS%%%%MMDIR%%/templates/nl/masthead.txt
+%%NLS%%%%MMDIR%%/templates/nl/newlist.txt
+%%NLS%%%%MMDIR%%/templates/nl/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/nl/options.html
+%%NLS%%%%MMDIR%%/templates/nl/postack.txt
+%%NLS%%%%MMDIR%%/templates/nl/postauth.txt
+%%NLS%%%%MMDIR%%/templates/nl/postheld.txt
+%%NLS%%%%MMDIR%%/templates/nl/private.html
+%%NLS%%%%MMDIR%%/templates/nl/probe.txt
+%%NLS%%%%MMDIR%%/templates/nl/refuse.txt
+%%NLS%%%%MMDIR%%/templates/nl/roster.html
+%%NLS%%%%MMDIR%%/templates/nl/subauth.txt
+%%NLS%%%%MMDIR%%/templates/nl/subscribe.html
+%%NLS%%%%MMDIR%%/templates/nl/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/nl/unsub.txt
+%%NLS%%%%MMDIR%%/templates/nl/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/nl/userpass.txt
+%%NLS%%%%MMDIR%%/templates/nl/verify.txt
+%%NLS%%%%MMDIR%%/templates/no/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/no/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/no/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/no/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/no/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/no/admlogin.html
+%%NLS%%%%MMDIR%%/templates/no/approve.txt
+%%NLS%%%%MMDIR%%/templates/no/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/no/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/no/archliststart.html
+%%NLS%%%%MMDIR%%/templates/no/archtoc.html
+%%NLS%%%%MMDIR%%/templates/no/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/no/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/no/article.html
+%%NLS%%%%MMDIR%%/templates/no/bounce.txt
+%%NLS%%%%MMDIR%%/templates/no/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/no/convert.txt
+%%NLS%%%%MMDIR%%/templates/no/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/no/disabled.txt
+%%NLS%%%%MMDIR%%/templates/no/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/no/headfoot.html
+%%NLS%%%%MMDIR%%/templates/no/help.txt
+%%NLS%%%%MMDIR%%/templates/no/invite.txt
+%%NLS%%%%MMDIR%%/templates/no/listinfo.html
+%%NLS%%%%MMDIR%%/templates/no/masthead.txt
+%%NLS%%%%MMDIR%%/templates/no/newlist.txt
+%%NLS%%%%MMDIR%%/templates/no/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/no/options.html
+%%NLS%%%%MMDIR%%/templates/no/postack.txt
+%%NLS%%%%MMDIR%%/templates/no/postauth.txt
+%%NLS%%%%MMDIR%%/templates/no/postheld.txt
+%%NLS%%%%MMDIR%%/templates/no/private.html
+%%NLS%%%%MMDIR%%/templates/no/refuse.txt
+%%NLS%%%%MMDIR%%/templates/no/roster.html
+%%NLS%%%%MMDIR%%/templates/no/subauth.txt
+%%NLS%%%%MMDIR%%/templates/no/subscribe.html
+%%NLS%%%%MMDIR%%/templates/no/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/no/unsub.txt
+%%NLS%%%%MMDIR%%/templates/no/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/no/userpass.txt
+%%NLS%%%%MMDIR%%/templates/no/verify.txt
+%%NLS%%%%MMDIR%%/templates/pl/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/pl/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/pl/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/pl/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pl/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pl/admlogin.html
+%%NLS%%%%MMDIR%%/templates/pl/approve.txt
+%%NLS%%%%MMDIR%%/templates/pl/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/pl/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/pl/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/pl/archlistend.html
+%%NLS%%%%MMDIR%%/templates/pl/archliststart.html
+%%NLS%%%%MMDIR%%/templates/pl/archtoc.html
+%%NLS%%%%MMDIR%%/templates/pl/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/pl/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/pl/article.html
+%%NLS%%%%MMDIR%%/templates/pl/bounce.txt
+%%NLS%%%%MMDIR%%/templates/pl/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/pl/convert.txt
+%%NLS%%%%MMDIR%%/templates/pl/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/pl/disabled.txt
+%%NLS%%%%MMDIR%%/templates/pl/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/pl/headfoot.html
+%%NLS%%%%MMDIR%%/templates/pl/help.txt
+%%NLS%%%%MMDIR%%/templates/pl/invite.txt
+%%NLS%%%%MMDIR%%/templates/pl/listinfo.html
+%%NLS%%%%MMDIR%%/templates/pl/masthead.txt
+%%NLS%%%%MMDIR%%/templates/pl/newlist.txt
+%%NLS%%%%MMDIR%%/templates/pl/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/pl/options.html
+%%NLS%%%%MMDIR%%/templates/pl/postack.txt
+%%NLS%%%%MMDIR%%/templates/pl/postauth.txt
+%%NLS%%%%MMDIR%%/templates/pl/postheld.txt
+%%NLS%%%%MMDIR%%/templates/pl/private.html
+%%NLS%%%%MMDIR%%/templates/pl/refuse.txt
+%%NLS%%%%MMDIR%%/templates/pl/roster.html
+%%NLS%%%%MMDIR%%/templates/pl/subauth.txt
+%%NLS%%%%MMDIR%%/templates/pl/subscribe.html
+%%NLS%%%%MMDIR%%/templates/pl/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pl/unsub.txt
+%%NLS%%%%MMDIR%%/templates/pl/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/pl/userpass.txt
+%%NLS%%%%MMDIR%%/templates/pl/verify.txt
+%%NLS%%%%MMDIR%%/templates/pt/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/pt/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/pt/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/pt/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pt/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pt/admlogin.html
+%%NLS%%%%MMDIR%%/templates/pt/approve.txt
+%%NLS%%%%MMDIR%%/templates/pt/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/pt/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/pt/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/pt/archlistend.html
+%%NLS%%%%MMDIR%%/templates/pt/archliststart.html
+%%NLS%%%%MMDIR%%/templates/pt/archtoc.html
+%%NLS%%%%MMDIR%%/templates/pt/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/pt/article.html
+%%NLS%%%%MMDIR%%/templates/pt/bounce.txt
+%%NLS%%%%MMDIR%%/templates/pt/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/pt/convert.txt
+%%NLS%%%%MMDIR%%/templates/pt/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/pt/disabled.txt
+%%NLS%%%%MMDIR%%/templates/pt/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/pt/headfoot.html
+%%NLS%%%%MMDIR%%/templates/pt/help.txt
+%%NLS%%%%MMDIR%%/templates/pt/invite.txt
+%%NLS%%%%MMDIR%%/templates/pt/listinfo.html
+%%NLS%%%%MMDIR%%/templates/pt/masthead.txt
+%%NLS%%%%MMDIR%%/templates/pt/newlist.txt
+%%NLS%%%%MMDIR%%/templates/pt/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/pt/options.html
+%%NLS%%%%MMDIR%%/templates/pt/postack.txt
+%%NLS%%%%MMDIR%%/templates/pt/postauth.txt
+%%NLS%%%%MMDIR%%/templates/pt/postheld.txt
+%%NLS%%%%MMDIR%%/templates/pt/private.html
+%%NLS%%%%MMDIR%%/templates/pt/refuse.txt
+%%NLS%%%%MMDIR%%/templates/pt/roster.html
+%%NLS%%%%MMDIR%%/templates/pt/subauth.txt
+%%NLS%%%%MMDIR%%/templates/pt/subscribe.html
+%%NLS%%%%MMDIR%%/templates/pt/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pt/unsub.txt
+%%NLS%%%%MMDIR%%/templates/pt/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/pt/userpass.txt
+%%NLS%%%%MMDIR%%/templates/pt/verify.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/archlistend.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/archliststart.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/archtoc.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/admlogin.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/approve.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/article.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/bounce.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/convert.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/disabled.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/headfoot.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/help.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/invite.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/listinfo.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/masthead.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/newlist.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/options.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/postack.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/postauth.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/postheld.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/private.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/refuse.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/roster.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/subauth.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/subscribe.html
+%%NLS%%%%MMDIR%%/templates/pt_BR/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/unsub.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/userpass.txt
+%%NLS%%%%MMDIR%%/templates/pt_BR/verify.txt
+%%NLS%%%%MMDIR%%/templates/ro/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ro/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ro/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ro/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ro/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ro/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ro/approve.txt
+%%NLS%%%%MMDIR%%/templates/ro/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ro/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ro/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ro/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ro/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ro/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ro/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ro/article.html
+%%NLS%%%%MMDIR%%/templates/ro/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ro/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ro/convert.txt
+%%NLS%%%%MMDIR%%/templates/ro/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ro/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ro/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ro/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ro/help.txt
+%%NLS%%%%MMDIR%%/templates/ro/invite.txt
+%%NLS%%%%MMDIR%%/templates/ro/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ro/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ro/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ro/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ro/options.html
+%%NLS%%%%MMDIR%%/templates/ro/postack.txt
+%%NLS%%%%MMDIR%%/templates/ro/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ro/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ro/private.html
+%%NLS%%%%MMDIR%%/templates/ro/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ro/roster.html
+%%NLS%%%%MMDIR%%/templates/ro/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ro/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ro/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ro/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ro/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ro/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ro/verify.txt
+%%NLS%%%%MMDIR%%/templates/ru/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/ru/probe.txt
+%%NLS%%%%MMDIR%%/templates/ru/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/ru/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/ru/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/ru/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ru/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ru/admlogin.html
+%%NLS%%%%MMDIR%%/templates/ru/approve.txt
+%%NLS%%%%MMDIR%%/templates/ru/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/ru/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/ru/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/ru/archlistend.html
+%%NLS%%%%MMDIR%%/templates/ru/archliststart.html
+%%NLS%%%%MMDIR%%/templates/ru/archtoc.html
+%%NLS%%%%MMDIR%%/templates/ru/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/ru/article.html
+%%NLS%%%%MMDIR%%/templates/ru/bounce.txt
+%%NLS%%%%MMDIR%%/templates/ru/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/ru/convert.txt
+%%NLS%%%%MMDIR%%/templates/ru/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/ru/disabled.txt
+%%NLS%%%%MMDIR%%/templates/ru/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/ru/headfoot.html
+%%NLS%%%%MMDIR%%/templates/ru/help.txt
+%%NLS%%%%MMDIR%%/templates/ru/invite.txt
+%%NLS%%%%MMDIR%%/templates/ru/listinfo.html
+%%NLS%%%%MMDIR%%/templates/ru/masthead.txt
+%%NLS%%%%MMDIR%%/templates/ru/newlist.txt
+%%NLS%%%%MMDIR%%/templates/ru/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/ru/options.html
+%%NLS%%%%MMDIR%%/templates/ru/postack.txt
+%%NLS%%%%MMDIR%%/templates/ru/postauth.txt
+%%NLS%%%%MMDIR%%/templates/ru/postheld.txt
+%%NLS%%%%MMDIR%%/templates/ru/private.html
+%%NLS%%%%MMDIR%%/templates/ru/refuse.txt
+%%NLS%%%%MMDIR%%/templates/ru/roster.html
+%%NLS%%%%MMDIR%%/templates/ru/subauth.txt
+%%NLS%%%%MMDIR%%/templates/ru/subscribe.html
+%%NLS%%%%MMDIR%%/templates/ru/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/ru/unsub.txt
+%%NLS%%%%MMDIR%%/templates/ru/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/ru/userpass.txt
+%%NLS%%%%MMDIR%%/templates/ru/verify.txt
+%%NLS%%%%MMDIR%%/templates/sk/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/sk/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/sk/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/sk/admlogin.html
+%%NLS%%%%MMDIR%%/templates/sk/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/sk/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/sk/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/sk/archlistend.html
+%%NLS%%%%MMDIR%%/templates/sk/archliststart.html
+%%NLS%%%%MMDIR%%/templates/sk/archtoc.html
+%%NLS%%%%MMDIR%%/templates/sk/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/sk/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/sk/article.html
+%%NLS%%%%MMDIR%%/templates/sk/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/sk/headfoot.html
+%%NLS%%%%MMDIR%%/templates/sk/listinfo.html
+%%NLS%%%%MMDIR%%/templates/sk/options.html
+%%NLS%%%%MMDIR%%/templates/sk/private.html
+%%NLS%%%%MMDIR%%/templates/sk/roster.html
+%%NLS%%%%MMDIR%%/templates/sk/subscribe.html
+%%NLS%%%%MMDIR%%/templates/sk/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sk/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sk/approve.txt
+%%NLS%%%%MMDIR%%/templates/sk/bounce.txt
+%%NLS%%%%MMDIR%%/templates/sk/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/sk/convert.txt
+%%NLS%%%%MMDIR%%/templates/sk/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/sk/disabled.txt
+%%NLS%%%%MMDIR%%/templates/sk/help.txt
+%%NLS%%%%MMDIR%%/templates/sk/invite.txt
+%%NLS%%%%MMDIR%%/templates/sk/masthead.txt
+%%NLS%%%%MMDIR%%/templates/sk/newlist.txt
+%%NLS%%%%MMDIR%%/templates/sk/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/sk/postack.txt
+%%NLS%%%%MMDIR%%/templates/sk/postauth.txt
+%%NLS%%%%MMDIR%%/templates/sk/postheld.txt
+%%NLS%%%%MMDIR%%/templates/sk/probe.txt
+%%NLS%%%%MMDIR%%/templates/sk/refuse.txt
+%%NLS%%%%MMDIR%%/templates/sk/subauth.txt
+%%NLS%%%%MMDIR%%/templates/sk/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sk/unsub.txt
+%%NLS%%%%MMDIR%%/templates/sk/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/sk/userpass.txt
+%%NLS%%%%MMDIR%%/templates/sk/verify.txt
+%%NLS%%%%MMDIR%%/templates/sl/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/sl/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/sl/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/sl/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sl/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sl/admlogin.html
+%%NLS%%%%MMDIR%%/templates/sl/approve.txt
+%%NLS%%%%MMDIR%%/templates/sl/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/sl/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/sl/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/sl/archlistend.html
+%%NLS%%%%MMDIR%%/templates/sl/archliststart.html
+%%NLS%%%%MMDIR%%/templates/sl/archtoc.html
+%%NLS%%%%MMDIR%%/templates/sl/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/sl/article.html
+%%NLS%%%%MMDIR%%/templates/sl/bounce.txt
+%%NLS%%%%MMDIR%%/templates/sl/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/sl/convert.txt
+%%NLS%%%%MMDIR%%/templates/sl/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/sl/disabled.txt
+%%NLS%%%%MMDIR%%/templates/sl/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/sl/headfoot.html
+%%NLS%%%%MMDIR%%/templates/sl/help.txt
+%%NLS%%%%MMDIR%%/templates/sl/invite.txt
+%%NLS%%%%MMDIR%%/templates/sl/listinfo.html
+%%NLS%%%%MMDIR%%/templates/sl/masthead.txt
+%%NLS%%%%MMDIR%%/templates/sl/newlist.txt
+%%NLS%%%%MMDIR%%/templates/sl/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/sl/options.html
+%%NLS%%%%MMDIR%%/templates/sl/postack.txt
+%%NLS%%%%MMDIR%%/templates/sl/postauth.txt
+%%NLS%%%%MMDIR%%/templates/sl/postheld.txt
+%%NLS%%%%MMDIR%%/templates/sl/private.html
+%%NLS%%%%MMDIR%%/templates/sl/refuse.txt
+%%NLS%%%%MMDIR%%/templates/sl/roster.html
+%%NLS%%%%MMDIR%%/templates/sl/subauth.txt
+%%NLS%%%%MMDIR%%/templates/sl/subscribe.html
+%%NLS%%%%MMDIR%%/templates/sl/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sl/unsub.txt
+%%NLS%%%%MMDIR%%/templates/sl/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/sl/userpass.txt
+%%NLS%%%%MMDIR%%/templates/sl/verify.txt
+%%NLS%%%%MMDIR%%/templates/sr/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/sr/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/sr/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/sr/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sr/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sr/admlogin.html
+%%NLS%%%%MMDIR%%/templates/sr/approve.txt
+%%NLS%%%%MMDIR%%/templates/sr/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/sr/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/sr/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/sr/archlistend.html
+%%NLS%%%%MMDIR%%/templates/sr/archliststart.html
+%%NLS%%%%MMDIR%%/templates/sr/archtoc.html
+%%NLS%%%%MMDIR%%/templates/sr/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/sr/article.html
+%%NLS%%%%MMDIR%%/templates/sr/bounce.txt
+%%NLS%%%%MMDIR%%/templates/sr/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/sr/convert.txt
+%%NLS%%%%MMDIR%%/templates/sr/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/sr/disabled.txt
+%%NLS%%%%MMDIR%%/templates/sr/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/sr/handle_opts.html
+%%NLS%%%%MMDIR%%/templates/sr/headfoot.html
+%%NLS%%%%MMDIR%%/templates/sr/help.txt
+%%NLS%%%%MMDIR%%/templates/sr/invite.txt
+%%NLS%%%%MMDIR%%/templates/sr/listinfo.html
+%%NLS%%%%MMDIR%%/templates/sr/masthead.txt
+%%NLS%%%%MMDIR%%/templates/sr/newlist.txt
+%%NLS%%%%MMDIR%%/templates/sr/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/sr/options.html
+%%NLS%%%%MMDIR%%/templates/sr/postack.txt
+%%NLS%%%%MMDIR%%/templates/sr/postauth.txt
+%%NLS%%%%MMDIR%%/templates/sr/postheld.txt
+%%NLS%%%%MMDIR%%/templates/sr/private.html
+%%NLS%%%%MMDIR%%/templates/sr/refuse.txt
+%%NLS%%%%MMDIR%%/templates/sr/roster.html
+%%NLS%%%%MMDIR%%/templates/sr/subauth.txt
+%%NLS%%%%MMDIR%%/templates/sr/subscribe.html
+%%NLS%%%%MMDIR%%/templates/sr/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sr/unsub.txt
+%%NLS%%%%MMDIR%%/templates/sr/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/sr/userpass.txt
+%%NLS%%%%MMDIR%%/templates/sr/verify.txt
+%%NLS%%%%MMDIR%%/templates/sv/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/sv/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/sv/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/sv/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sv/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sv/admlogin.html
+%%NLS%%%%MMDIR%%/templates/sv/approve.txt
+%%NLS%%%%MMDIR%%/templates/sv/archtoc.html
+%%NLS%%%%MMDIR%%/templates/sv/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/sv/article.html
+%%NLS%%%%MMDIR%%/templates/sv/bounce.txt
+%%NLS%%%%MMDIR%%/templates/sv/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/sv/convert.txt
+%%NLS%%%%MMDIR%%/templates/sv/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/sv/disabled.txt
+%%NLS%%%%MMDIR%%/templates/sv/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/sv/headfoot.html
+%%NLS%%%%MMDIR%%/templates/sv/help.txt
+%%NLS%%%%MMDIR%%/templates/sv/invite.txt
+%%NLS%%%%MMDIR%%/templates/sv/listinfo.html
+%%NLS%%%%MMDIR%%/templates/sv/masthead.txt
+%%NLS%%%%MMDIR%%/templates/sv/newlist.txt
+%%NLS%%%%MMDIR%%/templates/sv/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/sv/options.html
+%%NLS%%%%MMDIR%%/templates/sv/postack.txt
+%%NLS%%%%MMDIR%%/templates/sv/postauth.txt
+%%NLS%%%%MMDIR%%/templates/sv/postheld.txt
+%%NLS%%%%MMDIR%%/templates/sv/private.html
+%%NLS%%%%MMDIR%%/templates/sv/refuse.txt
+%%NLS%%%%MMDIR%%/templates/sv/roster.html
+%%NLS%%%%MMDIR%%/templates/sv/subauth.txt
+%%NLS%%%%MMDIR%%/templates/sv/subscribe.html
+%%NLS%%%%MMDIR%%/templates/sv/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/sv/unsub.txt
+%%NLS%%%%MMDIR%%/templates/sv/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/sv/userpass.txt
+%%NLS%%%%MMDIR%%/templates/sv/verify.txt
+%%NLS%%%%MMDIR%%/templates/tr/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/tr/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/tr/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/tr/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/tr/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/tr/admlogin.html
+%%NLS%%%%MMDIR%%/templates/tr/approve.txt
+%%NLS%%%%MMDIR%%/templates/tr/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/tr/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/tr/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/tr/archlistend.html
+%%NLS%%%%MMDIR%%/templates/tr/archliststart.html
+%%NLS%%%%MMDIR%%/templates/tr/archtoc.html
+%%NLS%%%%MMDIR%%/templates/tr/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/tr/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/tr/article.html
+%%NLS%%%%MMDIR%%/templates/tr/bounce.txt
+%%NLS%%%%MMDIR%%/templates/tr/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/tr/convert.txt
+%%NLS%%%%MMDIR%%/templates/tr/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/tr/disabled.txt
+%%NLS%%%%MMDIR%%/templates/tr/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/tr/headfoot.html
+%%NLS%%%%MMDIR%%/templates/tr/help.txt
+%%NLS%%%%MMDIR%%/templates/tr/invite.txt
+%%NLS%%%%MMDIR%%/templates/tr/listinfo.html
+%%NLS%%%%MMDIR%%/templates/tr/masthead.txt
+%%NLS%%%%MMDIR%%/templates/tr/newlist.txt
+%%NLS%%%%MMDIR%%/templates/tr/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/tr/options.html
+%%NLS%%%%MMDIR%%/templates/tr/postack.txt
+%%NLS%%%%MMDIR%%/templates/tr/postauth.txt
+%%NLS%%%%MMDIR%%/templates/tr/postheld.txt
+%%NLS%%%%MMDIR%%/templates/tr/private.html
+%%NLS%%%%MMDIR%%/templates/tr/refuse.txt
+%%NLS%%%%MMDIR%%/templates/tr/roster.html
+%%NLS%%%%MMDIR%%/templates/tr/subauth.txt
+%%NLS%%%%MMDIR%%/templates/tr/subscribe.html
+%%NLS%%%%MMDIR%%/templates/tr/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/tr/unsub.txt
+%%NLS%%%%MMDIR%%/templates/tr/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/tr/userpass.txt
+%%NLS%%%%MMDIR%%/templates/tr/verify.txt
+%%NLS%%%%MMDIR%%/templates/uk/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/uk/probe.txt
+%%NLS%%%%MMDIR%%/templates/uk/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/uk/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/uk/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/uk/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/uk/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/uk/admlogin.html
+%%NLS%%%%MMDIR%%/templates/uk/approve.txt
+%%NLS%%%%MMDIR%%/templates/uk/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/uk/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/uk/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/uk/archlistend.html
+%%NLS%%%%MMDIR%%/templates/uk/archliststart.html
+%%NLS%%%%MMDIR%%/templates/uk/archtoc.html
+%%NLS%%%%MMDIR%%/templates/uk/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/uk/article.html
+%%NLS%%%%MMDIR%%/templates/uk/bounce.txt
+%%NLS%%%%MMDIR%%/templates/uk/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/uk/convert.txt
+%%NLS%%%%MMDIR%%/templates/uk/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/uk/disabled.txt
+%%NLS%%%%MMDIR%%/templates/uk/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/uk/headfoot.html
+%%NLS%%%%MMDIR%%/templates/uk/help.txt
+%%NLS%%%%MMDIR%%/templates/uk/invite.txt
+%%NLS%%%%MMDIR%%/templates/uk/listinfo.html
+%%NLS%%%%MMDIR%%/templates/uk/masthead.txt
+%%NLS%%%%MMDIR%%/templates/uk/newlist.txt
+%%NLS%%%%MMDIR%%/templates/uk/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/uk/options.html
+%%NLS%%%%MMDIR%%/templates/uk/postack.txt
+%%NLS%%%%MMDIR%%/templates/uk/postauth.txt
+%%NLS%%%%MMDIR%%/templates/uk/postheld.txt
+%%NLS%%%%MMDIR%%/templates/uk/private.html
+%%NLS%%%%MMDIR%%/templates/uk/refuse.txt
+%%NLS%%%%MMDIR%%/templates/uk/roster.html
+%%NLS%%%%MMDIR%%/templates/uk/subauth.txt
+%%NLS%%%%MMDIR%%/templates/uk/subscribe.html
+%%NLS%%%%MMDIR%%/templates/uk/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/uk/unsub.txt
+%%NLS%%%%MMDIR%%/templates/uk/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/uk/userpass.txt
+%%NLS%%%%MMDIR%%/templates/uk/verify.txt
+%%NLS%%%%MMDIR%%/templates/vi/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/vi/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/vi/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/vi/admlogin.html
+%%NLS%%%%MMDIR%%/templates/vi/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/vi/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/vi/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/vi/archlistend.html
+%%NLS%%%%MMDIR%%/templates/vi/archliststart.html
+%%NLS%%%%MMDIR%%/templates/vi/archtoc.html
+%%NLS%%%%MMDIR%%/templates/vi/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/vi/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/vi/article.html
+%%NLS%%%%MMDIR%%/templates/vi/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/vi/headfoot.html
+%%NLS%%%%MMDIR%%/templates/vi/listinfo.html
+%%NLS%%%%MMDIR%%/templates/vi/options.html
+%%NLS%%%%MMDIR%%/templates/vi/private.html
+%%NLS%%%%MMDIR%%/templates/vi/roster.html
+%%NLS%%%%MMDIR%%/templates/vi/subscribe.html
+%%NLS%%%%MMDIR%%/templates/vi/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/vi/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/vi/approve.txt
+%%NLS%%%%MMDIR%%/templates/vi/bounce.txt
+%%NLS%%%%MMDIR%%/templates/vi/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/vi/convert.txt
+%%NLS%%%%MMDIR%%/templates/vi/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/vi/disabled.txt
+%%NLS%%%%MMDIR%%/templates/vi/help.txt
+%%NLS%%%%MMDIR%%/templates/vi/invite.txt
+%%NLS%%%%MMDIR%%/templates/vi/masthead.txt
+%%NLS%%%%MMDIR%%/templates/vi/newlist.txt
+%%NLS%%%%MMDIR%%/templates/vi/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/vi/postack.txt
+%%NLS%%%%MMDIR%%/templates/vi/postauth.txt
+%%NLS%%%%MMDIR%%/templates/vi/postheld.txt
+%%NLS%%%%MMDIR%%/templates/vi/probe.txt
+%%NLS%%%%MMDIR%%/templates/vi/refuse.txt
+%%NLS%%%%MMDIR%%/templates/vi/subauth.txt
+%%NLS%%%%MMDIR%%/templates/vi/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/vi/unsub.txt
+%%NLS%%%%MMDIR%%/templates/vi/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/vi/userpass.txt
+%%NLS%%%%MMDIR%%/templates/vi/verify.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/admindbdetails.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/admindbsummary.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/admlogin.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/approve.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/archidxentry.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archidxfoot.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archidxhead.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archlistend.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archliststart.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archtoc.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archtocentry.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/archtocnombox.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/article.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/bounce.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/convert.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/disabled.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/emptyarchive.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/headfoot.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/help.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/invite.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/listinfo.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/masthead.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/newlist.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/nomoretoday.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/options.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/postack.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/postauth.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/postheld.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/private.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/probe.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/refuse.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/roster.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/subauth.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/subscribe.html
+%%NLS%%%%MMDIR%%/templates/zh_CN/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/unsub.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/unsubauth.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/userpass.txt
+%%NLS%%%%MMDIR%%/templates/zh_CN/verify.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/admindbpreamble.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/adminsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/adminunsubscribeack.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/admlogin.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/approve.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/bounce.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/checkdbs.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/convert.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/cronpass.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/handle_opts.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/headfoot.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/help.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/listinfo.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/masthead.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/newlist.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/options.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/postack.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/postauth.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/postheld.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/refuse.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/roster.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/subauth.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/subscribe.html
+%%NLS%%%%MMDIR%%/templates/zh_TW/subscribeack.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/userpass.txt
+%%NLS%%%%MMDIR%%/templates/zh_TW/verify.txt
%%MMDIR%%/tests/EmailBase.py
%%MMDIR%%/tests/TestBase.py
%%MMDIR%%/tests/bounces/aol_01.txt
@@ -2147,138 +2147,121 @@
%%MMDIR%%/tests/test_security_mgr.py
%%MMDIR%%/tests/test_smtp.py
%%MMDIR%%/tests/testall.py
-%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
-%%PORTDOCS%%%%DOCSDIR%%/FAQ
-%%PORTDOCS%%%%DOCSDIR%%/FreeBSD-post-install-notes
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README-I18N.en
-%%PORTDOCS%%%%DOCSDIR%%/README.CONTRIB
-%%PORTDOCS%%%%DOCSDIR%%/README.NETSCAPE
-%%PORTDOCS%%%%DOCSDIR%%/README.USERAGENT
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
-%%PORTDOCS%%%%DOCSDIR%%/mailman-admin.txt
-%%PORTDOCS%%%%DOCSDIR%%/mailman-install.txt
-%%PORTDOCS%%%%DOCSDIR%%/mailman-member.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%MMDIR%%/tests/msgs
@dirrm %%MMDIR%%/tests/bounces
@dirrm %%MMDIR%%/tests
-@dirrm %%MMDIR%%/templates/zh_TW
-@dirrm %%MMDIR%%/templates/zh_CN
-@dirrm %%MMDIR%%/templates/vi
-@dirrm %%MMDIR%%/templates/uk
-@dirrm %%MMDIR%%/templates/tr
-@dirrm %%MMDIR%%/templates/sv
-@dirrm %%MMDIR%%/templates/sr
-@dirrm %%MMDIR%%/templates/sl
-@dirrm %%MMDIR%%/templates/sk
-@dirrm %%MMDIR%%/templates/ru
-@dirrm %%MMDIR%%/templates/ro
-@dirrm %%MMDIR%%/templates/pt_BR
-@dirrm %%MMDIR%%/templates/pt
-@dirrm %%MMDIR%%/templates/pl
-@dirrm %%MMDIR%%/templates/no
-@dirrm %%MMDIR%%/templates/nl
-@dirrm %%MMDIR%%/templates/lt
-@dirrm %%MMDIR%%/templates/ko
-@dirrm %%MMDIR%%/templates/ja
-@dirrm %%MMDIR%%/templates/it
-@dirrm %%MMDIR%%/templates/ia
-@dirrm %%MMDIR%%/templates/hu
-@dirrm %%MMDIR%%/templates/hr
-@dirrm %%MMDIR%%/templates/he
-@dirrm %%MMDIR%%/templates/gl
-@dirrm %%MMDIR%%/templates/fr
-@dirrm %%MMDIR%%/templates/fi
-@dirrm %%MMDIR%%/templates/eu
-@dirrm %%MMDIR%%/templates/et
-@dirrm %%MMDIR%%/templates/es
-@dirrm %%MMDIR%%/templates/en
-@dirrm %%MMDIR%%/templates/de
-@dirrm %%MMDIR%%/templates/da
-@dirrm %%MMDIR%%/templates/cs
-@dirrm %%MMDIR%%/templates/ca
-@dirrm %%MMDIR%%/templates/ast
-@dirrm %%MMDIR%%/templates/ar
-@dirrm %%MMDIR%%/templates
+%%NLS%%@dirrm %%MMDIR%%/templates/zh_TW
+%%NLS%%@dirrm %%MMDIR%%/templates/zh_CN
+%%NLS%%@dirrm %%MMDIR%%/templates/vi
+%%NLS%%@dirrm %%MMDIR%%/templates/uk
+%%NLS%%@dirrm %%MMDIR%%/templates/tr
+%%NLS%%@dirrm %%MMDIR%%/templates/sv
+%%NLS%%@dirrm %%MMDIR%%/templates/sr
+%%NLS%%@dirrm %%MMDIR%%/templates/sl
+%%NLS%%@dirrm %%MMDIR%%/templates/sk
+%%NLS%%@dirrm %%MMDIR%%/templates/ru
+%%NLS%%@dirrm %%MMDIR%%/templates/ro
+%%NLS%%@dirrm %%MMDIR%%/templates/pt_BR
+%%NLS%%@dirrm %%MMDIR%%/templates/pt
+%%NLS%%@dirrm %%MMDIR%%/templates/pl
+%%NLS%%@dirrm %%MMDIR%%/templates/no
+%%NLS%%@dirrm %%MMDIR%%/templates/nl
+%%NLS%%@dirrm %%MMDIR%%/templates/lt
+%%NLS%%@dirrm %%MMDIR%%/templates/ko
+%%NLS%%@dirrm %%MMDIR%%/templates/ja
+%%NLS%%@dirrm %%MMDIR%%/templates/it
+%%NLS%%@dirrm %%MMDIR%%/templates/ia
+%%NLS%%@dirrm %%MMDIR%%/templates/hu
+%%NLS%%@dirrm %%MMDIR%%/templates/hr
+%%NLS%%@dirrm %%MMDIR%%/templates/he
+%%NLS%%@dirrm %%MMDIR%%/templates/gl
+%%NLS%%@dirrm %%MMDIR%%/templates/fr
+%%NLS%%@dirrm %%MMDIR%%/templates/fi
+%%NLS%%@dirrm %%MMDIR%%/templates/eu
+%%NLS%%@dirrm %%MMDIR%%/templates/et
+%%NLS%%@dirrm %%MMDIR%%/templates/es
+%%NLS%%@dirrm %%MMDIR%%/templates/en
+%%NLS%%@dirrm %%MMDIR%%/templates/de
+%%NLS%%@dirrm %%MMDIR%%/templates/da
+%%NLS%%@dirrm %%MMDIR%%/templates/cs
+%%NLS%%@dirrm %%MMDIR%%/templates/ca
+%%NLS%%@dirrm %%MMDIR%%/templates/ast
+%%NLS%%@dirrm %%MMDIR%%/templates/ar
+%%NLS%%@dirrm %%MMDIR%%/templates
@dirrm %%MMDIR%%/scripts
-@dirrm %%MMDIR%%/messages/ast/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ast
-@dirrm %%MMDIR%%/messages/zh_TW/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/zh_TW
-@dirrm %%MMDIR%%/messages/zh_CN/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/zh_CN
-@dirrm %%MMDIR%%/messages/vi/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/vi
-@dirrm %%MMDIR%%/messages/uk/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/uk
-@dirrm %%MMDIR%%/messages/tr/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/tr
-@dirrm %%MMDIR%%/messages/sv/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/sv
-@dirrm %%MMDIR%%/messages/sr/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/sr
-@dirrm %%MMDIR%%/messages/sl/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/sl
-@dirrm %%MMDIR%%/messages/sk/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/sk
-@dirrm %%MMDIR%%/messages/ru/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ru
-@dirrm %%MMDIR%%/messages/ro/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ro
-@dirrm %%MMDIR%%/messages/pt_BR/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/pt_BR
-@dirrm %%MMDIR%%/messages/pt/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/pt
-@dirrm %%MMDIR%%/messages/pl/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/pl
-@dirrm %%MMDIR%%/messages/no/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/no
-@dirrm %%MMDIR%%/messages/nl/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/nl
-@dirrm %%MMDIR%%/messages/lt/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/lt
-@dirrm %%MMDIR%%/messages/ko/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ko
-@dirrm %%MMDIR%%/messages/ja/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ja
-@dirrm %%MMDIR%%/messages/it/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/it
-@dirrm %%MMDIR%%/messages/ia/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ia
-@dirrm %%MMDIR%%/messages/hu/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/hu
-@dirrm %%MMDIR%%/messages/hr/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/hr
-@dirrm %%MMDIR%%/messages/he/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/he
-@dirrm %%MMDIR%%/messages/gl/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/gl
-@dirrm %%MMDIR%%/messages/fr/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/fr
-@dirrm %%MMDIR%%/messages/fi/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/fi
-@dirrm %%MMDIR%%/messages/eu/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/eu
-@dirrm %%MMDIR%%/messages/et/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/et
-@dirrm %%MMDIR%%/messages/es/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/es
-@dirrm %%MMDIR%%/messages/de/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/de
-@dirrm %%MMDIR%%/messages/da/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/da
-@dirrm %%MMDIR%%/messages/cs/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/cs
-@dirrm %%MMDIR%%/messages/ca/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ca
-@dirrm %%MMDIR%%/messages/ar/LC_MESSAGES
-@dirrm %%MMDIR%%/messages/ar
-@dirrm %%MMDIR%%/messages
+%%NLS%%@dirrm %%MMDIR%%/messages/ast/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ast
+%%NLS%%@dirrm %%MMDIR%%/messages/zh_TW/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/zh_TW
+%%NLS%%@dirrm %%MMDIR%%/messages/zh_CN/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/zh_CN
+%%NLS%%@dirrm %%MMDIR%%/messages/vi/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/vi
+%%NLS%%@dirrm %%MMDIR%%/messages/uk/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/uk
+%%NLS%%@dirrm %%MMDIR%%/messages/tr/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/tr
+%%NLS%%@dirrm %%MMDIR%%/messages/sv/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/sv
+%%NLS%%@dirrm %%MMDIR%%/messages/sr/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/sr
+%%NLS%%@dirrm %%MMDIR%%/messages/sl/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/sl
+%%NLS%%@dirrm %%MMDIR%%/messages/sk/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/sk
+%%NLS%%@dirrm %%MMDIR%%/messages/ru/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ru
+%%NLS%%@dirrm %%MMDIR%%/messages/ro/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ro
+%%NLS%%@dirrm %%MMDIR%%/messages/pt_BR/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/pt_BR
+%%NLS%%@dirrm %%MMDIR%%/messages/pt/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/pt
+%%NLS%%@dirrm %%MMDIR%%/messages/pl/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/pl
+%%NLS%%@dirrm %%MMDIR%%/messages/no/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/no
+%%NLS%%@dirrm %%MMDIR%%/messages/nl/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/nl
+%%NLS%%@dirrm %%MMDIR%%/messages/lt/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/lt
+%%NLS%%@dirrm %%MMDIR%%/messages/ko/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ko
+%%NLS%%@dirrm %%MMDIR%%/messages/ja/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ja
+%%NLS%%@dirrm %%MMDIR%%/messages/it/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/it
+%%NLS%%@dirrm %%MMDIR%%/messages/ia/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ia
+%%NLS%%@dirrm %%MMDIR%%/messages/hu/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/hu
+%%NLS%%@dirrm %%MMDIR%%/messages/hr/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/hr
+%%NLS%%@dirrm %%MMDIR%%/messages/he/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/he
+%%NLS%%@dirrm %%MMDIR%%/messages/gl/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/gl
+%%NLS%%@dirrm %%MMDIR%%/messages/fr/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/fr
+%%NLS%%@dirrm %%MMDIR%%/messages/fi/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/fi
+%%NLS%%@dirrm %%MMDIR%%/messages/eu/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/eu
+%%NLS%%@dirrm %%MMDIR%%/messages/et/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/et
+%%NLS%%@dirrm %%MMDIR%%/messages/es/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/es
+%%NLS%%@dirrm %%MMDIR%%/messages/de/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/de
+%%NLS%%@dirrm %%MMDIR%%/messages/da/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/da
+%%NLS%%@dirrm %%MMDIR%%/messages/cs/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/cs
+%%NLS%%@dirrm %%MMDIR%%/messages/ca/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ca
+%%NLS%%@dirrm %%MMDIR%%/messages/ar/LC_MESSAGES
+%%NLS%%@dirrm %%MMDIR%%/messages/ar
+%%NLS%%@dirrm %%MMDIR%%/messages
@dirrm %%MMDIR%%/mail
@dirrm %%MMDIR%%/icons
@dirrm %%MMDIR%%/cron