components/mailman/mailman.p5m
author Jacob Varughese <jacob.varughese@oracle.com>
Wed, 24 Feb 2016 14:19:35 -0800
branchs11u3-sru
changeset 5494 4d99913076de
parent 4354 92b9d70a8795
child 4838 e67200166127
permissions -rw-r--r--
22188277 upgrade openscap to 1.2.6 21051102 Need smfproperty probe to check smfproperty values in OVAL 21928864 oscap is limited to processing 32K records due to memory checks in the code 21636352 Fix the cpe OVAL checks

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#

<transform file path=usr/lib/mailman/tests/.* -> \
    default facet.optional.test true>
# Exception to the exception below: paths.py instances.  These are modules
# despite not looking like them.
<transform file path=usr/lib/mailman/.*/paths\.py$ -> default \
    pkg.tmp.pyversion 2.X>
# Exception to the "Generate ..." rule below: certain sub-directories.
<transform file path=usr/lib/mailman/(bin|cron|scripts|tests)/.*\.py$ -> \
    default pkg.tmp.pyversion none>
# Generate Python 2.x style .pyc files for all .py files.  Note that here
# (and above) we set pkg.tmp.pyversion to "2.x" or "none" instead of the usual
# setting of pkg.tmp.autopyc to "true" or "false" because the autopyc transform
# file only deals with stuff under usr/lib/python[23].*; 20632788 has been
# filed to clean this up.
<transform file path=usr/lib/mailman/.*\.py$ -> default pkg.tmp.pyversion 2.X>
<transform file \
    path=usr/lib/mailman/(messages|templates)/([^/]+)(\..+){0,1}(/.+){0,1}/.* \
    -> default facet.locale.%<2> true>
<transform file path=usr/share/doc/mailman/mailman-member-es.* -> \
    default facet.locale.es true>
<transform file path=usr/share/doc/mailman/(.+) -> set action.hash doc/%<1>>
# Stuff under /var/share is not packaged, so suppress pkglint errors.
<transform link target=(../)+var/(share/)?mailman/(.+) -> set pkg.linted.userland.action002.0 true>
#
set name=pkg.fmri \
    value=pkg:/mail/mailman@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="GNU Mailing List Manager"
set name=pkg.description \
    value="Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more."
#
# Mailman tweaks sys.path in ways pkgdepend doesn't know about.
set name=pkg.depend.runpath \
    value=/usr/lib/mailman:/usr/lib/mailman/Mailman:$PKGDEPEND_RUNPATH
#
set name=com.oracle.info.description value="the GNU Mailing List Manager"
set name=com.oracle.info.tpno value=$(TPNO)
#
set name=info.classification \
    value="org.opensolaris.category.2008:Applications/System Utilities"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
#
set name=org.opensolaris.arc-caseid value=PSARC/2014/296
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file mailman.conf path=etc/apache2/2.2/samples-conf.d/mailman.conf
file mailman.conf path=etc/apache2/2.4/samples-conf.d/mailman.conf
file usr/lib/mailman/Mailman/mm_cfg.py path=etc/mailman/mm_cfg.py \
    owner=mailman group=mailman mode=0644 overlay=allow preserve=true
file usr/lib/mailman/Mailman/mm_cfg.pyc path=etc/mailman/mm_cfg.pyc \
    owner=mailman group=mailman mode=0644 overlay=allow preserve=true
file files/mailman.auth_attr path=etc/security/auth_attr.d/mailman group=sys
file files/mailman.exec_attr path=etc/security/exec_attr.d/mailman group=sys
file files/mailman.prof_attr path=etc/security/prof_attr.d/mailman group=sys
file files/mailman.xml path=lib/svc/manifest/application/mailman.xml group=sys
file usr/lib/mailman/scripts/mailman path=lib/svc/method/mailman
dir  path=usr/lib/mailman owner=mailman group=mailman mode=02775
dir  path=usr/lib/mailman/Mailman owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/Mailman/Archiver/Archiver.py
file path=usr/lib/mailman/Mailman/Archiver/HyperArch.py
file path=usr/lib/mailman/Mailman/Archiver/HyperDatabase.py
file path=usr/lib/mailman/Mailman/Archiver/__init__.py
file path=usr/lib/mailman/Mailman/Archiver/pipermail.py
file path=usr/lib/mailman/Mailman/Autoresponder.py
file path=usr/lib/mailman/Mailman/Bouncer.py
file path=usr/lib/mailman/Mailman/Bouncers/AOL.py
file path=usr/lib/mailman/Mailman/Bouncers/BouncerAPI.py
file path=usr/lib/mailman/Mailman/Bouncers/Caiwireless.py
file path=usr/lib/mailman/Mailman/Bouncers/Compuserve.py
file path=usr/lib/mailman/Mailman/Bouncers/DSN.py
file path=usr/lib/mailman/Mailman/Bouncers/Exchange.py
file path=usr/lib/mailman/Mailman/Bouncers/Exim.py
file path=usr/lib/mailman/Mailman/Bouncers/GroupWise.py
file path=usr/lib/mailman/Mailman/Bouncers/LLNL.py
file path=usr/lib/mailman/Mailman/Bouncers/Microsoft.py
file path=usr/lib/mailman/Mailman/Bouncers/Netscape.py
file path=usr/lib/mailman/Mailman/Bouncers/Postfix.py
file path=usr/lib/mailman/Mailman/Bouncers/Qmail.py
file path=usr/lib/mailman/Mailman/Bouncers/SMTP32.py
file path=usr/lib/mailman/Mailman/Bouncers/SimpleMatch.py
file path=usr/lib/mailman/Mailman/Bouncers/SimpleWarning.py
file path=usr/lib/mailman/Mailman/Bouncers/Sina.py
file path=usr/lib/mailman/Mailman/Bouncers/Yahoo.py
file path=usr/lib/mailman/Mailman/Bouncers/Yale.py
file path=usr/lib/mailman/Mailman/Bouncers/__init__.py
file path=usr/lib/mailman/Mailman/CSRFcheck.py
file path=usr/lib/mailman/Mailman/Cgi/Auth.py
file path=usr/lib/mailman/Mailman/Cgi/__init__.py
file path=usr/lib/mailman/Mailman/Cgi/admin.py
file path=usr/lib/mailman/Mailman/Cgi/admindb.py
file path=usr/lib/mailman/Mailman/Cgi/confirm.py
file path=usr/lib/mailman/Mailman/Cgi/create.py
file path=usr/lib/mailman/Mailman/Cgi/edithtml.py
file path=usr/lib/mailman/Mailman/Cgi/listinfo.py
file path=usr/lib/mailman/Mailman/Cgi/options.py
file path=usr/lib/mailman/Mailman/Cgi/private.py
file path=usr/lib/mailman/Mailman/Cgi/rmlist.py
file path=usr/lib/mailman/Mailman/Cgi/roster.py
file path=usr/lib/mailman/Mailman/Cgi/subscribe.py
file path=usr/lib/mailman/Mailman/Commands/__init__.py
file path=usr/lib/mailman/Mailman/Commands/cmd_confirm.py
file path=usr/lib/mailman/Mailman/Commands/cmd_echo.py
file path=usr/lib/mailman/Mailman/Commands/cmd_end.py
file path=usr/lib/mailman/Mailman/Commands/cmd_help.py
file path=usr/lib/mailman/Mailman/Commands/cmd_info.py
file path=usr/lib/mailman/Mailman/Commands/cmd_join.py
file path=usr/lib/mailman/Mailman/Commands/cmd_leave.py
file path=usr/lib/mailman/Mailman/Commands/cmd_lists.py
file path=usr/lib/mailman/Mailman/Commands/cmd_password.py
file path=usr/lib/mailman/Mailman/Commands/cmd_remove.py
file path=usr/lib/mailman/Mailman/Commands/cmd_set.py
file path=usr/lib/mailman/Mailman/Commands/cmd_stop.py
file path=usr/lib/mailman/Mailman/Commands/cmd_subscribe.py
file path=usr/lib/mailman/Mailman/Commands/cmd_unsubscribe.py
file path=usr/lib/mailman/Mailman/Commands/cmd_who.py
file path=usr/lib/mailman/Mailman/Defaults.py
file path=usr/lib/mailman/Mailman/Deliverer.py
file path=usr/lib/mailman/Mailman/Digester.py
file path=usr/lib/mailman/Mailman/Errors.py
file path=usr/lib/mailman/Mailman/GatewayManager.py
file path=usr/lib/mailman/Mailman/Gui/Archive.py
file path=usr/lib/mailman/Mailman/Gui/Autoresponse.py
file path=usr/lib/mailman/Mailman/Gui/Bounce.py
file path=usr/lib/mailman/Mailman/Gui/ContentFilter.py
file path=usr/lib/mailman/Mailman/Gui/Digest.py
file path=usr/lib/mailman/Mailman/Gui/GUIBase.py
file path=usr/lib/mailman/Mailman/Gui/General.py
file path=usr/lib/mailman/Mailman/Gui/Language.py
file path=usr/lib/mailman/Mailman/Gui/Membership.py
file path=usr/lib/mailman/Mailman/Gui/NonDigest.py
file path=usr/lib/mailman/Mailman/Gui/Passwords.py
file path=usr/lib/mailman/Mailman/Gui/Privacy.py
file path=usr/lib/mailman/Mailman/Gui/Topics.py
file path=usr/lib/mailman/Mailman/Gui/Usenet.py
file path=usr/lib/mailman/Mailman/Gui/__init__.py
file path=usr/lib/mailman/Mailman/HTMLFormatter.py
file path=usr/lib/mailman/Mailman/Handlers/Acknowledge.py
file path=usr/lib/mailman/Mailman/Handlers/AfterDelivery.py
file path=usr/lib/mailman/Mailman/Handlers/Approve.py
file path=usr/lib/mailman/Mailman/Handlers/AvoidDuplicates.py
file path=usr/lib/mailman/Mailman/Handlers/CalcRecips.py
file path=usr/lib/mailman/Mailman/Handlers/Cleanse.py
file path=usr/lib/mailman/Mailman/Handlers/CleanseDKIM.py
file path=usr/lib/mailman/Mailman/Handlers/CookHeaders.py
file path=usr/lib/mailman/Mailman/Handlers/Decorate.py
file path=usr/lib/mailman/Mailman/Handlers/Emergency.py
file path=usr/lib/mailman/Mailman/Handlers/FileRecips.py
file path=usr/lib/mailman/Mailman/Handlers/Hold.py
file path=usr/lib/mailman/Mailman/Handlers/MimeDel.py
file path=usr/lib/mailman/Mailman/Handlers/Moderate.py
file path=usr/lib/mailman/Mailman/Handlers/OwnerRecips.py
file path=usr/lib/mailman/Mailman/Handlers/Replybot.py
file path=usr/lib/mailman/Mailman/Handlers/SMTPDirect.py
file path=usr/lib/mailman/Mailman/Handlers/Scrubber.py
file path=usr/lib/mailman/Mailman/Handlers/Sendmail.py
file path=usr/lib/mailman/Mailman/Handlers/SpamDetect.py
file path=usr/lib/mailman/Mailman/Handlers/Tagger.py
file path=usr/lib/mailman/Mailman/Handlers/ToArchive.py
file path=usr/lib/mailman/Mailman/Handlers/ToDigest.py
file path=usr/lib/mailman/Mailman/Handlers/ToOutgoing.py
file path=usr/lib/mailman/Mailman/Handlers/ToUsenet.py
file path=usr/lib/mailman/Mailman/Handlers/WrapMessage.py
file path=usr/lib/mailman/Mailman/Handlers/__init__.py
file path=usr/lib/mailman/Mailman/ListAdmin.py
file path=usr/lib/mailman/Mailman/LockFile.py
file path=usr/lib/mailman/Mailman/Logging/Logger.py
file path=usr/lib/mailman/Mailman/Logging/MultiLogger.py
file path=usr/lib/mailman/Mailman/Logging/StampedLogger.py
file path=usr/lib/mailman/Mailman/Logging/Syslog.py
file path=usr/lib/mailman/Mailman/Logging/Utils.py
file path=usr/lib/mailman/Mailman/Logging/__init__.py
file path=usr/lib/mailman/Mailman/MTA/Manual.py
file path=usr/lib/mailman/Mailman/MTA/Postfix.py
file path=usr/lib/mailman/Mailman/MTA/Utils.py
file path=usr/lib/mailman/Mailman/MTA/__init__.py
file path=usr/lib/mailman/Mailman/MailList.py
file path=usr/lib/mailman/Mailman/Mailbox.py
file path=usr/lib/mailman/Mailman/MemberAdaptor.py
file path=usr/lib/mailman/Mailman/Message.py
file path=usr/lib/mailman/Mailman/OldStyleMemberships.py
file path=usr/lib/mailman/Mailman/Pending.py
file path=usr/lib/mailman/Mailman/Post.py
file path=usr/lib/mailman/Mailman/Queue/ArchRunner.py
file path=usr/lib/mailman/Mailman/Queue/BounceRunner.py
file path=usr/lib/mailman/Mailman/Queue/CommandRunner.py
file path=usr/lib/mailman/Mailman/Queue/IncomingRunner.py
file path=usr/lib/mailman/Mailman/Queue/MaildirRunner.py
file path=usr/lib/mailman/Mailman/Queue/NewsRunner.py
file path=usr/lib/mailman/Mailman/Queue/OutgoingRunner.py
file path=usr/lib/mailman/Mailman/Queue/RetryRunner.py
file path=usr/lib/mailman/Mailman/Queue/Runner.py
file path=usr/lib/mailman/Mailman/Queue/Switchboard.py
file path=usr/lib/mailman/Mailman/Queue/VirginRunner.py
file path=usr/lib/mailman/Mailman/Queue/__init__.py
file path=usr/lib/mailman/Mailman/Queue/sbcache.py
file path=usr/lib/mailman/Mailman/SafeDict.py
file path=usr/lib/mailman/Mailman/SecurityManager.py
file path=usr/lib/mailman/Mailman/Site.py
file path=usr/lib/mailman/Mailman/TopicMgr.py
file path=usr/lib/mailman/Mailman/UserDesc.py
file path=usr/lib/mailman/Mailman/Utils.py
file path=usr/lib/mailman/Mailman/Version.py
file path=usr/lib/mailman/Mailman/__init__.py
file path=usr/lib/mailman/Mailman/htmlformat.py
file path=usr/lib/mailman/Mailman/i18n.py
link path=usr/lib/mailman/Mailman/mm_cfg.py \
    target=../../../../etc/mailman/mm_cfg.py
file path=usr/lib/mailman/Mailman/mm_cfg.py.dist
link path=usr/lib/mailman/Mailman/mm_cfg.pyc \
    target=../../../../etc/mailman/mm_cfg.pyc
file path=usr/lib/mailman/Mailman/versions.py
link path=usr/lib/mailman/archives/private \
    target=../../../../var/mailman/archives/private
link path=usr/lib/mailman/archives/public \
    target=../../../../var/mailman/archives/public
dir  path=usr/lib/mailman/bin owner=mailman group=mailman mode=02775
# The Python built-in 'email' module has old names that pkgdepend is not
# sophisticated enough to find.  Utils is one of these, so bypass to avoid
# confusion.
file path=usr/lib/mailman/bin/add_members pkg.depend.bypass-generate=.*/Utils.*
file path=usr/lib/mailman/bin/arch
file path=usr/lib/mailman/bin/b4b5-archfix
file path=usr/lib/mailman/bin/change_pw
file path=usr/lib/mailman/bin/check_db
# mm_cfg.py is looked for in /usr/lib/mailman/Mailman, but to allow for
# read-only /usr, we put a sym-link from there to the real version under
# /etc/mailman which is writable.  This confuses pkgdepend, though, so we
# need bypasses here for check_perms and below for version.
file path=usr/lib/mailman/bin/check_perms pkg.depend.bypass-generate=.*/mm_cfg.*
file path=usr/lib/mailman/bin/cleanarch
file path=usr/lib/mailman/bin/clone_member
file path=usr/lib/mailman/bin/config_list
file path=usr/lib/mailman/bin/convert.py
file path=usr/lib/mailman/bin/discard
file path=usr/lib/mailman/bin/dumpdb
file path=usr/lib/mailman/bin/export.py
file path=usr/lib/mailman/bin/find_member
file path=usr/lib/mailman/bin/fix_url.py
file path=usr/lib/mailman/bin/genaliases
file path=usr/lib/mailman/bin/inject
file path=usr/lib/mailman/bin/list_admins
file path=usr/lib/mailman/bin/list_lists
file path=usr/lib/mailman/bin/list_members pkg.depend.bypass-generate=.*/Utils.*
file path=usr/lib/mailman/bin/list_owners
file path=usr/lib/mailman/bin/mailmanctl
file path=usr/lib/mailman/bin/mmsitepass
file path=usr/lib/mailman/bin/msgfmt.py
file path=usr/lib/mailman/bin/newlist
file path=usr/lib/mailman/bin/paths.py mode=0444
file path=usr/lib/mailman/bin/qrunner
file path=usr/lib/mailman/bin/rb-archfix
file path=usr/lib/mailman/bin/remove_members
file path=usr/lib/mailman/bin/reset_pw.py
file path=usr/lib/mailman/bin/rmlist
file path=usr/lib/mailman/bin/show_qfiles
file path=usr/lib/mailman/bin/sync_members pkg.depend.bypass-generate=.*/Utils.*
file path=usr/lib/mailman/bin/transcheck
file path=usr/lib/mailman/bin/unshunt
file path=usr/lib/mailman/bin/update
file path=usr/lib/mailman/bin/version pkg.depend.bypass-generate=.*/mm_cfg.*
file path=usr/lib/mailman/bin/withlist
dir  path=usr/lib/mailman/cgi-bin owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/cgi-bin/admin group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/admindb group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/confirm group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/create group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/edithtml group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/listinfo group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/options group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/private group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/rmlist group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/roster group=mailman mode=02555
file path=usr/lib/mailman/cgi-bin/subscribe group=mailman mode=02555
dir  path=usr/lib/mailman/cron owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/cron/bumpdigests mode=0555
# The Python built-in 'email' module has old names that pkgdepend is not
# sophisticated enough to find.  Among these are Charset, Errors and Parser,
# so bypass to avoid confusion.
file path=usr/lib/mailman/cron/checkdbs mode=0555 \
    pkg.depend.bypass-generate=.*/Charset.*
file path=usr/lib/mailman/cron/crontab.in
file path=usr/lib/mailman/cron/cull_bad_shunt mode=0555
file path=usr/lib/mailman/cron/disabled mode=0555
file path=usr/lib/mailman/cron/gate_news mode=0555 \
    pkg.depend.bypass-generate=.*/Errors.* \
    pkg.depend.bypass-generate=.*/Parser.*
file path=usr/lib/mailman/cron/mailpasswds mode=0555
file path=usr/lib/mailman/cron/nightly_gzip mode=0555
file path=usr/lib/mailman/cron/paths.py
file path=usr/lib/mailman/cron/senddigests mode=0555
link path=usr/lib/mailman/data target=../../../var/mailman/data
dir  path=usr/lib/mailman/icons owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/icons/PythonPowered.png
file path=usr/lib/mailman/icons/gnu-head-tiny.jpg
file path=usr/lib/mailman/icons/mailman-large.jpg
file path=usr/lib/mailman/icons/mailman.jpg
file path=usr/lib/mailman/icons/mm-icon-large.ico
file path=usr/lib/mailman/icons/mm-icon.ico
file path=usr/lib/mailman/icons/mm-icon.png
link path=usr/lib/mailman/lists target=../../../var/mailman/lists
link path=usr/lib/mailman/locks target=../../../var/mailman/locks
link path=usr/lib/mailman/logs target=../../../var/mailman/logs
dir  path=usr/lib/mailman/mail owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/mail/mailman group=mailman mode=02555
dir  path=usr/lib/mailman/messages owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/messages/ar/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ast/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ca/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/cs/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/da/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/de/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/de/README.de
file path=usr/lib/mailman/messages/el/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/es/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/es/README.es
file path=usr/lib/mailman/messages/et/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/eu/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/eu/README.eu
file path=usr/lib/mailman/messages/fa/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/fi/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/fi/README.fi
file path=usr/lib/mailman/messages/fr/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/fr/README.fr
file path=usr/lib/mailman/messages/gl/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/he/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/hr/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/hu/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/hu/README.hu
file path=usr/lib/mailman/messages/ia/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/it/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/it/README.it
file path=usr/lib/mailman/messages/ja/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ja/README.ja
file path=usr/lib/mailman/messages/ko/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ko/README.ko
file path=usr/lib/mailman/messages/lt/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/nl/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/no/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/pl/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/pl/README.pl
file path=usr/lib/mailman/messages/pt/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/pt_BR/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ro/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ru/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/ru/README.ru
file path=usr/lib/mailman/messages/sk/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/sk/README.sk
file path=usr/lib/mailman/messages/sl/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/sr/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/sv/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/sv/README.sv
file path=usr/lib/mailman/messages/tr/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/uk/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/vi/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/zh_CN/LC_MESSAGES/mailman.mo
file path=usr/lib/mailman/messages/zh_TW/LC_MESSAGES/mailman.mo
link path=usr/lib/mailman/qfiles target=../../../var/mailman/qfiles
dir  path=usr/lib/mailman/scripts owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/scripts/admin
file path=usr/lib/mailman/scripts/bounces
file path=usr/lib/mailman/scripts/confirm
file path=usr/lib/mailman/scripts/driver
file path=usr/lib/mailman/scripts/join
file path=usr/lib/mailman/scripts/leave
file path=usr/lib/mailman/scripts/owner
file path=usr/lib/mailman/scripts/paths.py
file path=usr/lib/mailman/scripts/post
file path=usr/lib/mailman/scripts/request
file path=usr/lib/mailman/scripts/subscribe
file path=usr/lib/mailman/scripts/unsubscribe
link path=usr/lib/mailman/spam target=../../../var/mailman/spam
dir  path=usr/lib/mailman/templates owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/templates/ar/admindbdetails.html
file path=usr/lib/mailman/templates/ar/admindbpreamble.html
file path=usr/lib/mailman/templates/ar/admindbsummary.html
file path=usr/lib/mailman/templates/ar/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ar/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ar/admlogin.html
file path=usr/lib/mailman/templates/ar/approve.txt
file path=usr/lib/mailman/templates/ar/archidxentry.html
file path=usr/lib/mailman/templates/ar/archidxfoot.html
file path=usr/lib/mailman/templates/ar/archidxhead.html
file path=usr/lib/mailman/templates/ar/archlistend.html
file path=usr/lib/mailman/templates/ar/archliststart.html
file path=usr/lib/mailman/templates/ar/archtoc.html
file path=usr/lib/mailman/templates/ar/archtocentry.html
file path=usr/lib/mailman/templates/ar/archtocnombox.html
file path=usr/lib/mailman/templates/ar/article.html
file path=usr/lib/mailman/templates/ar/bounce.txt
file path=usr/lib/mailman/templates/ar/checkdbs.txt
file path=usr/lib/mailman/templates/ar/convert.txt
file path=usr/lib/mailman/templates/ar/cronpass.txt
file path=usr/lib/mailman/templates/ar/disabled.txt
file path=usr/lib/mailman/templates/ar/emptyarchive.html
file path=usr/lib/mailman/templates/ar/headfoot.html
file path=usr/lib/mailman/templates/ar/help.txt
file path=usr/lib/mailman/templates/ar/invite.txt
file path=usr/lib/mailman/templates/ar/listinfo.html
file path=usr/lib/mailman/templates/ar/masthead.txt
file path=usr/lib/mailman/templates/ar/newlist.txt
file path=usr/lib/mailman/templates/ar/nomoretoday.txt
file path=usr/lib/mailman/templates/ar/options.html
file path=usr/lib/mailman/templates/ar/postack.txt
file path=usr/lib/mailman/templates/ar/postauth.txt
file path=usr/lib/mailman/templates/ar/postheld.txt
file path=usr/lib/mailman/templates/ar/private.html
file path=usr/lib/mailman/templates/ar/probe.txt
file path=usr/lib/mailman/templates/ar/refuse.txt
file path=usr/lib/mailman/templates/ar/roster.html
file path=usr/lib/mailman/templates/ar/subauth.txt
file path=usr/lib/mailman/templates/ar/subscribe.html
file path=usr/lib/mailman/templates/ar/subscribeack.txt
file path=usr/lib/mailman/templates/ar/unsub.txt
file path=usr/lib/mailman/templates/ar/unsubauth.txt
file path=usr/lib/mailman/templates/ar/userpass.txt
file path=usr/lib/mailman/templates/ar/verify.txt
file path=usr/lib/mailman/templates/ast/admindbdetails.html
file path=usr/lib/mailman/templates/ast/admindbpreamble.html
file path=usr/lib/mailman/templates/ast/admindbsummary.html
file path=usr/lib/mailman/templates/ast/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ast/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ast/admlogin.html
file path=usr/lib/mailman/templates/ast/approve.txt
file path=usr/lib/mailman/templates/ast/archidxentry.html
file path=usr/lib/mailman/templates/ast/archidxfoot.html
file path=usr/lib/mailman/templates/ast/archidxhead.html
file path=usr/lib/mailman/templates/ast/archlistend.html
file path=usr/lib/mailman/templates/ast/archliststart.html
file path=usr/lib/mailman/templates/ast/archtoc.html
file path=usr/lib/mailman/templates/ast/archtocentry.html
file path=usr/lib/mailman/templates/ast/archtocnombox.html
file path=usr/lib/mailman/templates/ast/article.html
file path=usr/lib/mailman/templates/ast/bounce.txt
file path=usr/lib/mailman/templates/ast/checkdbs.txt
file path=usr/lib/mailman/templates/ast/convert.txt
file path=usr/lib/mailman/templates/ast/cronpass.txt
file path=usr/lib/mailman/templates/ast/disabled.txt
file path=usr/lib/mailman/templates/ast/emptyarchive.html
file path=usr/lib/mailman/templates/ast/headfoot.html
file path=usr/lib/mailman/templates/ast/help.txt
file path=usr/lib/mailman/templates/ast/invite.txt
file path=usr/lib/mailman/templates/ast/listinfo.html
file path=usr/lib/mailman/templates/ast/masthead.txt
file path=usr/lib/mailman/templates/ast/newlist.txt
file path=usr/lib/mailman/templates/ast/nomoretoday.txt
file path=usr/lib/mailman/templates/ast/options.html
file path=usr/lib/mailman/templates/ast/postack.txt
file path=usr/lib/mailman/templates/ast/postauth.txt
file path=usr/lib/mailman/templates/ast/postheld.txt
file path=usr/lib/mailman/templates/ast/private.html
file path=usr/lib/mailman/templates/ast/probe.txt
file path=usr/lib/mailman/templates/ast/refuse.txt
file path=usr/lib/mailman/templates/ast/roster.html
file path=usr/lib/mailman/templates/ast/subauth.txt
file path=usr/lib/mailman/templates/ast/subscribe.html
file path=usr/lib/mailman/templates/ast/subscribeack.txt
file path=usr/lib/mailman/templates/ast/unsub.txt
file path=usr/lib/mailman/templates/ast/unsubauth.txt
file path=usr/lib/mailman/templates/ast/userpass.txt
file path=usr/lib/mailman/templates/ast/verify.txt
file path=usr/lib/mailman/templates/ca/admindbdetails.html
file path=usr/lib/mailman/templates/ca/admindbpreamble.html
file path=usr/lib/mailman/templates/ca/admindbsummary.html
file path=usr/lib/mailman/templates/ca/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ca/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ca/admlogin.html
file path=usr/lib/mailman/templates/ca/approve.txt
file path=usr/lib/mailman/templates/ca/archidxentry.html
file path=usr/lib/mailman/templates/ca/archidxfoot.html
file path=usr/lib/mailman/templates/ca/archidxhead.html
file path=usr/lib/mailman/templates/ca/archlistend.html
file path=usr/lib/mailman/templates/ca/archliststart.html
file path=usr/lib/mailman/templates/ca/archtoc.html
file path=usr/lib/mailman/templates/ca/archtocentry.html
file path=usr/lib/mailman/templates/ca/archtocnombox.html
file path=usr/lib/mailman/templates/ca/article.html
file path=usr/lib/mailman/templates/ca/bounce.txt
file path=usr/lib/mailman/templates/ca/checkdbs.txt
file path=usr/lib/mailman/templates/ca/convert.txt
file path=usr/lib/mailman/templates/ca/cronpass.txt
file path=usr/lib/mailman/templates/ca/disabled.txt
file path=usr/lib/mailman/templates/ca/emptyarchive.html
file path=usr/lib/mailman/templates/ca/headfoot.html
file path=usr/lib/mailman/templates/ca/help.txt
file path=usr/lib/mailman/templates/ca/invite.txt
file path=usr/lib/mailman/templates/ca/listinfo.html
file path=usr/lib/mailman/templates/ca/masthead.txt
file path=usr/lib/mailman/templates/ca/newlist.txt
file path=usr/lib/mailman/templates/ca/nomoretoday.txt
file path=usr/lib/mailman/templates/ca/options.html
file path=usr/lib/mailman/templates/ca/postack.txt
file path=usr/lib/mailman/templates/ca/postauth.txt
file path=usr/lib/mailman/templates/ca/postheld.txt
file path=usr/lib/mailman/templates/ca/private.html
file path=usr/lib/mailman/templates/ca/probe.txt
file path=usr/lib/mailman/templates/ca/refuse.txt
file path=usr/lib/mailman/templates/ca/roster.html
file path=usr/lib/mailman/templates/ca/subauth.txt
file path=usr/lib/mailman/templates/ca/subscribe.html
file path=usr/lib/mailman/templates/ca/subscribeack.txt
file path=usr/lib/mailman/templates/ca/unsub.txt
file path=usr/lib/mailman/templates/ca/unsubauth.txt
file path=usr/lib/mailman/templates/ca/userpass.txt
file path=usr/lib/mailman/templates/ca/verify.txt
file path=usr/lib/mailman/templates/cs/admindbdetails.html
file path=usr/lib/mailman/templates/cs/admindbpreamble.html
file path=usr/lib/mailman/templates/cs/admindbsummary.html
file path=usr/lib/mailman/templates/cs/adminsubscribeack.txt
file path=usr/lib/mailman/templates/cs/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/cs/admlogin.html
file path=usr/lib/mailman/templates/cs/approve.txt
file path=usr/lib/mailman/templates/cs/archidxentry.html
file path=usr/lib/mailman/templates/cs/archidxfoot.html
file path=usr/lib/mailman/templates/cs/archidxhead.html
file path=usr/lib/mailman/templates/cs/archlistend.html
file path=usr/lib/mailman/templates/cs/archliststart.html
file path=usr/lib/mailman/templates/cs/archtoc.html
file path=usr/lib/mailman/templates/cs/archtocentry.html
file path=usr/lib/mailman/templates/cs/archtocnombox.html
file path=usr/lib/mailman/templates/cs/article.html
file path=usr/lib/mailman/templates/cs/bounce.txt
file path=usr/lib/mailman/templates/cs/checkdbs.txt
file path=usr/lib/mailman/templates/cs/convert.txt
file path=usr/lib/mailman/templates/cs/cronpass.txt
file path=usr/lib/mailman/templates/cs/disabled.txt
file path=usr/lib/mailman/templates/cs/emptyarchive.html
file path=usr/lib/mailman/templates/cs/headfoot.html
file path=usr/lib/mailman/templates/cs/help.txt
file path=usr/lib/mailman/templates/cs/invite.txt
file path=usr/lib/mailman/templates/cs/listinfo.html
file path=usr/lib/mailman/templates/cs/masthead.txt
file path=usr/lib/mailman/templates/cs/newlist.txt
file path=usr/lib/mailman/templates/cs/nomoretoday.txt
file path=usr/lib/mailman/templates/cs/options.html
file path=usr/lib/mailman/templates/cs/postack.txt
file path=usr/lib/mailman/templates/cs/postauth.txt
file path=usr/lib/mailman/templates/cs/postheld.txt
file path=usr/lib/mailman/templates/cs/private.html
file path=usr/lib/mailman/templates/cs/probe.txt
file path=usr/lib/mailman/templates/cs/refuse.txt
file path=usr/lib/mailman/templates/cs/roster.html
file path=usr/lib/mailman/templates/cs/subauth.txt
file path=usr/lib/mailman/templates/cs/subscribe.html
file path=usr/lib/mailman/templates/cs/subscribeack.txt
file path=usr/lib/mailman/templates/cs/unsub.txt
file path=usr/lib/mailman/templates/cs/unsubauth.txt
file path=usr/lib/mailman/templates/cs/userpass.txt
file path=usr/lib/mailman/templates/cs/verify.txt
file path=usr/lib/mailman/templates/da/admindbdetails.html
file path=usr/lib/mailman/templates/da/admindbpreamble.html
file path=usr/lib/mailman/templates/da/admindbsummary.html
file path=usr/lib/mailman/templates/da/adminsubscribeack.txt
file path=usr/lib/mailman/templates/da/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/da/admlogin.html
file path=usr/lib/mailman/templates/da/approve.txt
file path=usr/lib/mailman/templates/da/archidxfoot.html
file path=usr/lib/mailman/templates/da/archidxhead.html
file path=usr/lib/mailman/templates/da/archliststart.html
file path=usr/lib/mailman/templates/da/archtoc.html
file path=usr/lib/mailman/templates/da/archtocentry.html
file path=usr/lib/mailman/templates/da/archtocnombox.html
file path=usr/lib/mailman/templates/da/article.html
file path=usr/lib/mailman/templates/da/bounce.txt
file path=usr/lib/mailman/templates/da/checkdbs.txt
file path=usr/lib/mailman/templates/da/convert.txt
file path=usr/lib/mailman/templates/da/cronpass.txt
file path=usr/lib/mailman/templates/da/disabled.txt
file path=usr/lib/mailman/templates/da/emptyarchive.html
file path=usr/lib/mailman/templates/da/headfoot.html
file path=usr/lib/mailman/templates/da/help.txt
file path=usr/lib/mailman/templates/da/invite.txt
file path=usr/lib/mailman/templates/da/listinfo.html
file path=usr/lib/mailman/templates/da/masthead.txt
file path=usr/lib/mailman/templates/da/newlist.txt
file path=usr/lib/mailman/templates/da/nomoretoday.txt
file path=usr/lib/mailman/templates/da/options.html
file path=usr/lib/mailman/templates/da/postack.txt
file path=usr/lib/mailman/templates/da/postauth.txt
file path=usr/lib/mailman/templates/da/postheld.txt
file path=usr/lib/mailman/templates/da/private.html
file path=usr/lib/mailman/templates/da/probe.txt
file path=usr/lib/mailman/templates/da/refuse.txt
file path=usr/lib/mailman/templates/da/roster.html
file path=usr/lib/mailman/templates/da/subauth.txt
file path=usr/lib/mailman/templates/da/subscribe.html
file path=usr/lib/mailman/templates/da/subscribeack.txt
file path=usr/lib/mailman/templates/da/unsub.txt
file path=usr/lib/mailman/templates/da/unsubauth.txt
file path=usr/lib/mailman/templates/da/userpass.txt
file path=usr/lib/mailman/templates/da/verify.txt
file path=usr/lib/mailman/templates/de/admindbdetails.html
file path=usr/lib/mailman/templates/de/admindbpreamble.html
file path=usr/lib/mailman/templates/de/admindbsummary.html
file path=usr/lib/mailman/templates/de/adminsubscribeack.txt
file path=usr/lib/mailman/templates/de/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/de/admlogin.html
file path=usr/lib/mailman/templates/de/approve.txt
file path=usr/lib/mailman/templates/de/archidxentry.html
file path=usr/lib/mailman/templates/de/archidxfoot.html
file path=usr/lib/mailman/templates/de/archidxhead.html
file path=usr/lib/mailman/templates/de/archlistend.html
file path=usr/lib/mailman/templates/de/archliststart.html
file path=usr/lib/mailman/templates/de/archtoc.html
file path=usr/lib/mailman/templates/de/archtocentry.html
file path=usr/lib/mailman/templates/de/archtocnombox.html
file path=usr/lib/mailman/templates/de/article.html
file path=usr/lib/mailman/templates/de/bounce.txt
file path=usr/lib/mailman/templates/de/checkdbs.txt
file path=usr/lib/mailman/templates/de/convert.txt
file path=usr/lib/mailman/templates/de/cronpass.txt
file path=usr/lib/mailman/templates/de/disabled.txt
file path=usr/lib/mailman/templates/de/emptyarchive.html
file path=usr/lib/mailman/templates/de/headfoot.html
file path=usr/lib/mailman/templates/de/help.txt
file path=usr/lib/mailman/templates/de/invite.txt
file path=usr/lib/mailman/templates/de/listinfo.html
file path=usr/lib/mailman/templates/de/masthead.txt
file path=usr/lib/mailman/templates/de/newlist.txt
file path=usr/lib/mailman/templates/de/nomoretoday.txt
file path=usr/lib/mailman/templates/de/options.html
file path=usr/lib/mailman/templates/de/postack.txt
file path=usr/lib/mailman/templates/de/postauth.txt
file path=usr/lib/mailman/templates/de/postheld.txt
file path=usr/lib/mailman/templates/de/private.html
file path=usr/lib/mailman/templates/de/probe.txt
file path=usr/lib/mailman/templates/de/refuse.txt
file path=usr/lib/mailman/templates/de/roster.html
file path=usr/lib/mailman/templates/de/subauth.txt
file path=usr/lib/mailman/templates/de/subscribe.html
file path=usr/lib/mailman/templates/de/subscribeack.txt
file path=usr/lib/mailman/templates/de/unsub.txt
file path=usr/lib/mailman/templates/de/unsubauth.txt
file path=usr/lib/mailman/templates/de/userpass.txt
file path=usr/lib/mailman/templates/de/verify.txt
file path=usr/lib/mailman/templates/el/admindbdetails.html
file path=usr/lib/mailman/templates/el/admindbpreamble.html
file path=usr/lib/mailman/templates/el/admindbsummary.html
file path=usr/lib/mailman/templates/el/adminsubscribeack.txt
file path=usr/lib/mailman/templates/el/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/el/admlogin.html
file path=usr/lib/mailman/templates/el/approve.txt
file path=usr/lib/mailman/templates/el/archidxentry.html
file path=usr/lib/mailman/templates/el/archidxfoot.html
file path=usr/lib/mailman/templates/el/archidxhead.html
file path=usr/lib/mailman/templates/el/archlistend.html
file path=usr/lib/mailman/templates/el/archliststart.html
file path=usr/lib/mailman/templates/el/archtoc.html
file path=usr/lib/mailman/templates/el/archtocentry.html
file path=usr/lib/mailman/templates/el/archtocnombox.html
file path=usr/lib/mailman/templates/el/article.html
file path=usr/lib/mailman/templates/el/bounce.txt
file path=usr/lib/mailman/templates/el/checkdbs.txt
file path=usr/lib/mailman/templates/el/convert.txt
file path=usr/lib/mailman/templates/el/cronpass.txt
file path=usr/lib/mailman/templates/el/disabled.txt
file path=usr/lib/mailman/templates/el/emptyarchive.html
file path=usr/lib/mailman/templates/el/headfoot.html
file path=usr/lib/mailman/templates/el/help.txt
file path=usr/lib/mailman/templates/el/invite.txt
file path=usr/lib/mailman/templates/el/listinfo.html
file path=usr/lib/mailman/templates/el/masthead.txt
file path=usr/lib/mailman/templates/el/newlist.txt
file path=usr/lib/mailman/templates/el/nomoretoday.txt
file path=usr/lib/mailman/templates/el/options.html
file path=usr/lib/mailman/templates/el/postack.txt
file path=usr/lib/mailman/templates/el/postauth.txt
file path=usr/lib/mailman/templates/el/postheld.txt
file path=usr/lib/mailman/templates/el/private.html
file path=usr/lib/mailman/templates/el/probe.txt
file path=usr/lib/mailman/templates/el/refuse.txt
file path=usr/lib/mailman/templates/el/roster.html
file path=usr/lib/mailman/templates/el/subauth.txt
file path=usr/lib/mailman/templates/el/subscribe.html
file path=usr/lib/mailman/templates/el/subscribeack.txt
file path=usr/lib/mailman/templates/el/unsub.txt
file path=usr/lib/mailman/templates/el/unsubauth.txt
file path=usr/lib/mailman/templates/el/userpass.txt
file path=usr/lib/mailman/templates/el/verify.txt
file path=usr/lib/mailman/templates/en/admindbdetails.html
file path=usr/lib/mailman/templates/en/admindbpreamble.html
file path=usr/lib/mailman/templates/en/admindbsummary.html
file path=usr/lib/mailman/templates/en/adminsubscribeack.txt
file path=usr/lib/mailman/templates/en/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/en/admlogin.html
file path=usr/lib/mailman/templates/en/approve.txt
file path=usr/lib/mailman/templates/en/archidxentry.html
file path=usr/lib/mailman/templates/en/archidxfoot.html
file path=usr/lib/mailman/templates/en/archidxhead.html
file path=usr/lib/mailman/templates/en/archlistend.html
file path=usr/lib/mailman/templates/en/archliststart.html
file path=usr/lib/mailman/templates/en/archtoc.html
file path=usr/lib/mailman/templates/en/archtocentry.html
file path=usr/lib/mailman/templates/en/archtocnombox.html
file path=usr/lib/mailman/templates/en/article.html
file path=usr/lib/mailman/templates/en/bounce.txt
file path=usr/lib/mailman/templates/en/checkdbs.txt
file path=usr/lib/mailman/templates/en/convert.txt
file path=usr/lib/mailman/templates/en/cronpass.txt
file path=usr/lib/mailman/templates/en/disabled.txt
file path=usr/lib/mailman/templates/en/emptyarchive.html
file path=usr/lib/mailman/templates/en/headfoot.html
file path=usr/lib/mailman/templates/en/help.txt
file path=usr/lib/mailman/templates/en/invite.txt
file path=usr/lib/mailman/templates/en/listinfo.html
file path=usr/lib/mailman/templates/en/masthead.txt
file path=usr/lib/mailman/templates/en/newlist.txt
file path=usr/lib/mailman/templates/en/nomoretoday.txt
file path=usr/lib/mailman/templates/en/options.html
file path=usr/lib/mailman/templates/en/postack.txt
file path=usr/lib/mailman/templates/en/postauth.txt
file path=usr/lib/mailman/templates/en/postheld.txt
file path=usr/lib/mailman/templates/en/private.html
file path=usr/lib/mailman/templates/en/probe.txt
file path=usr/lib/mailman/templates/en/refuse.txt
file path=usr/lib/mailman/templates/en/roster.html
file path=usr/lib/mailman/templates/en/subauth.txt
file path=usr/lib/mailman/templates/en/subscribe.html
file path=usr/lib/mailman/templates/en/subscribeack.txt
file path=usr/lib/mailman/templates/en/unsub.txt
file path=usr/lib/mailman/templates/en/unsubauth.txt
file path=usr/lib/mailman/templates/en/userpass.txt
file path=usr/lib/mailman/templates/en/verify.txt
file path=usr/lib/mailman/templates/es/admindbdetails.html
file path=usr/lib/mailman/templates/es/admindbpreamble.html
file path=usr/lib/mailman/templates/es/admindbsummary.html
file path=usr/lib/mailman/templates/es/adminsubscribeack.txt
file path=usr/lib/mailman/templates/es/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/es/admlogin.html
file path=usr/lib/mailman/templates/es/approve.txt
file path=usr/lib/mailman/templates/es/archidxentry.html
file path=usr/lib/mailman/templates/es/archidxfoot.html
file path=usr/lib/mailman/templates/es/archidxhead.html
file path=usr/lib/mailman/templates/es/archlistend.html
file path=usr/lib/mailman/templates/es/archliststart.html
file path=usr/lib/mailman/templates/es/archtoc.html
file path=usr/lib/mailman/templates/es/archtocentry.html
file path=usr/lib/mailman/templates/es/archtocnombox.html
file path=usr/lib/mailman/templates/es/article.html
file path=usr/lib/mailman/templates/es/bounce.txt
file path=usr/lib/mailman/templates/es/checkdbs.txt
file path=usr/lib/mailman/templates/es/convert.txt
file path=usr/lib/mailman/templates/es/cronpass.txt
file path=usr/lib/mailman/templates/es/disabled.txt
file path=usr/lib/mailman/templates/es/emptyarchive.html
file path=usr/lib/mailman/templates/es/handle_opts.html
file path=usr/lib/mailman/templates/es/headfoot.html
file path=usr/lib/mailman/templates/es/help.txt
file path=usr/lib/mailman/templates/es/invite.txt
file path=usr/lib/mailman/templates/es/listinfo.html
file path=usr/lib/mailman/templates/es/masthead.txt
file path=usr/lib/mailman/templates/es/newlist.txt
file path=usr/lib/mailman/templates/es/nomoretoday.txt
file path=usr/lib/mailman/templates/es/options.html
file path=usr/lib/mailman/templates/es/postack.txt
file path=usr/lib/mailman/templates/es/postauth.txt
file path=usr/lib/mailman/templates/es/postheld.txt
file path=usr/lib/mailman/templates/es/private.html
file path=usr/lib/mailman/templates/es/probe.txt
file path=usr/lib/mailman/templates/es/refuse.txt
file path=usr/lib/mailman/templates/es/roster.html
file path=usr/lib/mailman/templates/es/subauth.txt
file path=usr/lib/mailman/templates/es/subscribe.html
file path=usr/lib/mailman/templates/es/subscribeack.txt
file path=usr/lib/mailman/templates/es/unsub.txt
file path=usr/lib/mailman/templates/es/unsubauth.txt
file path=usr/lib/mailman/templates/es/userpass.txt
file path=usr/lib/mailman/templates/es/verify.txt
file path=usr/lib/mailman/templates/et/admindbdetails.html
file path=usr/lib/mailman/templates/et/admindbpreamble.html
file path=usr/lib/mailman/templates/et/admindbsummary.html
file path=usr/lib/mailman/templates/et/adminsubscribeack.txt
file path=usr/lib/mailman/templates/et/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/et/admlogin.html
file path=usr/lib/mailman/templates/et/approve.txt
file path=usr/lib/mailman/templates/et/article.html
file path=usr/lib/mailman/templates/et/bounce.txt
file path=usr/lib/mailman/templates/et/checkdbs.txt
file path=usr/lib/mailman/templates/et/convert.txt
file path=usr/lib/mailman/templates/et/cronpass.txt
file path=usr/lib/mailman/templates/et/disabled.txt
file path=usr/lib/mailman/templates/et/emptyarchive.html
file path=usr/lib/mailman/templates/et/headfoot.html
file path=usr/lib/mailman/templates/et/help.txt
file path=usr/lib/mailman/templates/et/invite.txt
file path=usr/lib/mailman/templates/et/listinfo.html
file path=usr/lib/mailman/templates/et/masthead.txt
file path=usr/lib/mailman/templates/et/newlist.txt
file path=usr/lib/mailman/templates/et/options.html
file path=usr/lib/mailman/templates/et/postack.txt
file path=usr/lib/mailman/templates/et/postauth.txt
file path=usr/lib/mailman/templates/et/postheld.txt
file path=usr/lib/mailman/templates/et/private.html
file path=usr/lib/mailman/templates/et/refuse.txt
file path=usr/lib/mailman/templates/et/roster.html
file path=usr/lib/mailman/templates/et/subauth.txt
file path=usr/lib/mailman/templates/et/subscribe.html
file path=usr/lib/mailman/templates/et/subscribeack.txt
file path=usr/lib/mailman/templates/et/unsub.txt
file path=usr/lib/mailman/templates/et/unsubauth.txt
file path=usr/lib/mailman/templates/et/userpass.txt
file path=usr/lib/mailman/templates/et/verify.txt
file path=usr/lib/mailman/templates/eu/admindbdetails.html
file path=usr/lib/mailman/templates/eu/admindbpreamble.html
file path=usr/lib/mailman/templates/eu/admindbsummary.html
file path=usr/lib/mailman/templates/eu/adminsubscribeack.txt
file path=usr/lib/mailman/templates/eu/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/eu/admlogin.html
file path=usr/lib/mailman/templates/eu/approve.txt
file path=usr/lib/mailman/templates/eu/archidxentry.html
file path=usr/lib/mailman/templates/eu/archidxfoot.html
file path=usr/lib/mailman/templates/eu/archidxhead.html
file path=usr/lib/mailman/templates/eu/archlistend.html
file path=usr/lib/mailman/templates/eu/archliststart.html
file path=usr/lib/mailman/templates/eu/archtoc.html
file path=usr/lib/mailman/templates/eu/archtocentry.html
file path=usr/lib/mailman/templates/eu/article.html
file path=usr/lib/mailman/templates/eu/bounce.txt
file path=usr/lib/mailman/templates/eu/checkdbs.txt
file path=usr/lib/mailman/templates/eu/convert.txt
file path=usr/lib/mailman/templates/eu/cronpass.txt
file path=usr/lib/mailman/templates/eu/disabled.txt
file path=usr/lib/mailman/templates/eu/emptyarchive.html
file path=usr/lib/mailman/templates/eu/headfoot.html
file path=usr/lib/mailman/templates/eu/help.txt
file path=usr/lib/mailman/templates/eu/invite.txt
file path=usr/lib/mailman/templates/eu/listinfo.html
file path=usr/lib/mailman/templates/eu/masthead.txt
file path=usr/lib/mailman/templates/eu/newlist.txt
file path=usr/lib/mailman/templates/eu/nomoretoday.txt
file path=usr/lib/mailman/templates/eu/options.html
file path=usr/lib/mailman/templates/eu/postack.txt
file path=usr/lib/mailman/templates/eu/postauth.txt
file path=usr/lib/mailman/templates/eu/postheld.txt
file path=usr/lib/mailman/templates/eu/private.html
file path=usr/lib/mailman/templates/eu/refuse.txt
file path=usr/lib/mailman/templates/eu/roster.html
file path=usr/lib/mailman/templates/eu/subauth.txt
file path=usr/lib/mailman/templates/eu/subscribe.html
file path=usr/lib/mailman/templates/eu/subscribeack.txt
file path=usr/lib/mailman/templates/eu/unsub.txt
file path=usr/lib/mailman/templates/eu/unsubauth.txt
file path=usr/lib/mailman/templates/eu/userpass.txt
file path=usr/lib/mailman/templates/eu/verify.txt
file path=usr/lib/mailman/templates/fa/adminsubscribeack.txt
file path=usr/lib/mailman/templates/fa/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/fa/admlogin.html
file path=usr/lib/mailman/templates/fa/approve.txt
file path=usr/lib/mailman/templates/fa/archidxfoot.html
file path=usr/lib/mailman/templates/fa/archidxhead.html
file path=usr/lib/mailman/templates/fa/archliststart.html
file path=usr/lib/mailman/templates/fa/archtoc.html
file path=usr/lib/mailman/templates/fa/archtocentry.html
file path=usr/lib/mailman/templates/fa/archtocnombox.html
file path=usr/lib/mailman/templates/fa/article.html
file path=usr/lib/mailman/templates/fa/bounce.txt
file path=usr/lib/mailman/templates/fa/checkdbs.txt
file path=usr/lib/mailman/templates/fa/convert.txt
file path=usr/lib/mailman/templates/fa/cronpass.txt
file path=usr/lib/mailman/templates/fa/disabled.txt
file path=usr/lib/mailman/templates/fa/emptyarchive.html
file path=usr/lib/mailman/templates/fa/help.txt
file path=usr/lib/mailman/templates/fa/invite.txt
file path=usr/lib/mailman/templates/fa/listinfo.html
file path=usr/lib/mailman/templates/fa/masthead.txt
file path=usr/lib/mailman/templates/fa/nomoretoday.txt
file path=usr/lib/mailman/templates/fa/options.html
file path=usr/lib/mailman/templates/fa/postack.txt
file path=usr/lib/mailman/templates/fa/postauth.txt
file path=usr/lib/mailman/templates/fa/postheld.txt
file path=usr/lib/mailman/templates/fa/private.html
file path=usr/lib/mailman/templates/fa/refuse.txt
file path=usr/lib/mailman/templates/fa/roster.html
file path=usr/lib/mailman/templates/fa/subauth.txt
file path=usr/lib/mailman/templates/fa/subscribe.html
file path=usr/lib/mailman/templates/fa/subscribeack.txt
file path=usr/lib/mailman/templates/fa/unsub.txt
file path=usr/lib/mailman/templates/fa/unsubauth.txt
file path=usr/lib/mailman/templates/fa/userpass.txt
file path=usr/lib/mailman/templates/fa/verify.txt
file path=usr/lib/mailman/templates/fi/admindbdetails.html
file path=usr/lib/mailman/templates/fi/admindbpreamble.html
file path=usr/lib/mailman/templates/fi/admindbsummary.html
file path=usr/lib/mailman/templates/fi/adminsubscribeack.txt
file path=usr/lib/mailman/templates/fi/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/fi/admlogin.html
file path=usr/lib/mailman/templates/fi/approve.txt
file path=usr/lib/mailman/templates/fi/article.html
file path=usr/lib/mailman/templates/fi/bounce.txt
file path=usr/lib/mailman/templates/fi/checkdbs.txt
file path=usr/lib/mailman/templates/fi/convert.txt
file path=usr/lib/mailman/templates/fi/cronpass.txt
file path=usr/lib/mailman/templates/fi/disabled.txt
file path=usr/lib/mailman/templates/fi/headfoot.html
file path=usr/lib/mailman/templates/fi/help.txt
file path=usr/lib/mailman/templates/fi/listinfo.html
file path=usr/lib/mailman/templates/fi/masthead.txt
file path=usr/lib/mailman/templates/fi/newlist.txt
file path=usr/lib/mailman/templates/fi/options.html
file path=usr/lib/mailman/templates/fi/postack.txt
file path=usr/lib/mailman/templates/fi/postauth.txt
file path=usr/lib/mailman/templates/fi/postheld.txt
file path=usr/lib/mailman/templates/fi/private.html
file path=usr/lib/mailman/templates/fi/refuse.txt
file path=usr/lib/mailman/templates/fi/roster.html
file path=usr/lib/mailman/templates/fi/subauth.txt
file path=usr/lib/mailman/templates/fi/subscribe.html
file path=usr/lib/mailman/templates/fi/subscribeack.txt
file path=usr/lib/mailman/templates/fi/unsub.txt
file path=usr/lib/mailman/templates/fi/unsubauth.txt
file path=usr/lib/mailman/templates/fi/userpass.txt
file path=usr/lib/mailman/templates/fi/verify.txt
file path=usr/lib/mailman/templates/fr/admindbdetails.html
file path=usr/lib/mailman/templates/fr/admindbpreamble.html
file path=usr/lib/mailman/templates/fr/admindbsummary.html
file path=usr/lib/mailman/templates/fr/adminsubscribeack.txt
file path=usr/lib/mailman/templates/fr/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/fr/admlogin.html
file path=usr/lib/mailman/templates/fr/approve.txt
file path=usr/lib/mailman/templates/fr/archidxentry.html
file path=usr/lib/mailman/templates/fr/archidxfoot.html
file path=usr/lib/mailman/templates/fr/archidxhead.html
file path=usr/lib/mailman/templates/fr/archlistend.html
file path=usr/lib/mailman/templates/fr/archliststart.html
file path=usr/lib/mailman/templates/fr/archtoc.html
file path=usr/lib/mailman/templates/fr/archtocentry.html
file path=usr/lib/mailman/templates/fr/archtocnombox.html
file path=usr/lib/mailman/templates/fr/article.html
file path=usr/lib/mailman/templates/fr/bounce.txt
file path=usr/lib/mailman/templates/fr/checkdbs.txt
file path=usr/lib/mailman/templates/fr/convert.txt
file path=usr/lib/mailman/templates/fr/cronpass.txt
file path=usr/lib/mailman/templates/fr/disabled.txt
file path=usr/lib/mailman/templates/fr/emptyarchive.html
file path=usr/lib/mailman/templates/fr/handle_opts.html
file path=usr/lib/mailman/templates/fr/headfoot.html
file path=usr/lib/mailman/templates/fr/help.txt
file path=usr/lib/mailman/templates/fr/invite.txt
file path=usr/lib/mailman/templates/fr/listinfo.html
file path=usr/lib/mailman/templates/fr/masthead.txt
file path=usr/lib/mailman/templates/fr/newlist.txt
file path=usr/lib/mailman/templates/fr/nomoretoday.txt
file path=usr/lib/mailman/templates/fr/options.html
file path=usr/lib/mailman/templates/fr/postack.txt
file path=usr/lib/mailman/templates/fr/postauth.txt
file path=usr/lib/mailman/templates/fr/postheld.txt
file path=usr/lib/mailman/templates/fr/private.html
file path=usr/lib/mailman/templates/fr/probe.txt
file path=usr/lib/mailman/templates/fr/refuse.txt
file path=usr/lib/mailman/templates/fr/roster.html
file path=usr/lib/mailman/templates/fr/subauth.txt
file path=usr/lib/mailman/templates/fr/subscribe.html
file path=usr/lib/mailman/templates/fr/subscribeack.txt
file path=usr/lib/mailman/templates/fr/unsub.txt
file path=usr/lib/mailman/templates/fr/unsubauth.txt
file path=usr/lib/mailman/templates/fr/userpass.txt
file path=usr/lib/mailman/templates/fr/verify.txt
file path=usr/lib/mailman/templates/gl/admindbdetails.html
file path=usr/lib/mailman/templates/gl/admindbpreamble.html
file path=usr/lib/mailman/templates/gl/admindbsummary.html
file path=usr/lib/mailman/templates/gl/adminsubscribeack.txt
file path=usr/lib/mailman/templates/gl/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/gl/admlogin.html
file path=usr/lib/mailman/templates/gl/approve.txt
file path=usr/lib/mailman/templates/gl/archidxentry.html
file path=usr/lib/mailman/templates/gl/archidxfoot.html
file path=usr/lib/mailman/templates/gl/archidxhead.html
file path=usr/lib/mailman/templates/gl/archlistend.html
file path=usr/lib/mailman/templates/gl/archliststart.html
file path=usr/lib/mailman/templates/gl/archtoc.html
file path=usr/lib/mailman/templates/gl/archtocentry.html
file path=usr/lib/mailman/templates/gl/article.html
file path=usr/lib/mailman/templates/gl/bounce.txt
file path=usr/lib/mailman/templates/gl/checkdbs.txt
file path=usr/lib/mailman/templates/gl/convert.txt
file path=usr/lib/mailman/templates/gl/cronpass.txt
file path=usr/lib/mailman/templates/gl/disabled.txt
file path=usr/lib/mailman/templates/gl/emptyarchive.html
file path=usr/lib/mailman/templates/gl/handle_opts.html
file path=usr/lib/mailman/templates/gl/headfoot.html
file path=usr/lib/mailman/templates/gl/help.txt
file path=usr/lib/mailman/templates/gl/invite.txt
file path=usr/lib/mailman/templates/gl/listinfo.html
file path=usr/lib/mailman/templates/gl/masthead.txt
file path=usr/lib/mailman/templates/gl/newlist.txt
file path=usr/lib/mailman/templates/gl/nomoretoday.txt
file path=usr/lib/mailman/templates/gl/options.html
file path=usr/lib/mailman/templates/gl/postack.txt
file path=usr/lib/mailman/templates/gl/postauth.txt
file path=usr/lib/mailman/templates/gl/postheld.txt
file path=usr/lib/mailman/templates/gl/private.html
file path=usr/lib/mailman/templates/gl/refuse.txt
file path=usr/lib/mailman/templates/gl/roster.html
file path=usr/lib/mailman/templates/gl/subauth.txt
file path=usr/lib/mailman/templates/gl/subscribe.html
file path=usr/lib/mailman/templates/gl/subscribeack.txt
file path=usr/lib/mailman/templates/gl/unsub.txt
file path=usr/lib/mailman/templates/gl/unsubauth.txt
file path=usr/lib/mailman/templates/gl/userpass.txt
file path=usr/lib/mailman/templates/gl/verify.txt
file path=usr/lib/mailman/templates/he/admindbdetails.html
file path=usr/lib/mailman/templates/he/admindbpreamble.html
file path=usr/lib/mailman/templates/he/admindbsummary.html
file path=usr/lib/mailman/templates/he/adminsubscribeack.txt
file path=usr/lib/mailman/templates/he/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/he/admlogin.html
file path=usr/lib/mailman/templates/he/approve.txt
file path=usr/lib/mailman/templates/he/archidxentry.html
file path=usr/lib/mailman/templates/he/archidxfoot.html
file path=usr/lib/mailman/templates/he/archidxhead.html
file path=usr/lib/mailman/templates/he/archlistend.html
file path=usr/lib/mailman/templates/he/archliststart.html
file path=usr/lib/mailman/templates/he/archtoc.html
file path=usr/lib/mailman/templates/he/archtocentry.html
file path=usr/lib/mailman/templates/he/archtocnombox.html
file path=usr/lib/mailman/templates/he/article.html
file path=usr/lib/mailman/templates/he/bounce.txt
file path=usr/lib/mailman/templates/he/checkdbs.txt
file path=usr/lib/mailman/templates/he/convert.txt
file path=usr/lib/mailman/templates/he/cronpass.txt
file path=usr/lib/mailman/templates/he/disabled.txt
file path=usr/lib/mailman/templates/he/emptyarchive.html
file path=usr/lib/mailman/templates/he/headfoot.html
file path=usr/lib/mailman/templates/he/help.txt
file path=usr/lib/mailman/templates/he/invite.txt
file path=usr/lib/mailman/templates/he/listinfo.html
file path=usr/lib/mailman/templates/he/masthead.txt
file path=usr/lib/mailman/templates/he/newlist.txt
file path=usr/lib/mailman/templates/he/nomoretoday.txt
file path=usr/lib/mailman/templates/he/options.html
file path=usr/lib/mailman/templates/he/postack.txt
file path=usr/lib/mailman/templates/he/postauth.txt
file path=usr/lib/mailman/templates/he/postheld.txt
file path=usr/lib/mailman/templates/he/private.html
file path=usr/lib/mailman/templates/he/probe.txt
file path=usr/lib/mailman/templates/he/refuse.txt
file path=usr/lib/mailman/templates/he/roster.html
file path=usr/lib/mailman/templates/he/subauth.txt
file path=usr/lib/mailman/templates/he/subscribe.html
file path=usr/lib/mailman/templates/he/subscribeack.txt
file path=usr/lib/mailman/templates/he/unsub.txt
file path=usr/lib/mailman/templates/he/unsubauth.txt
file path=usr/lib/mailman/templates/he/userpass.txt
file path=usr/lib/mailman/templates/he/verify.txt
file path=usr/lib/mailman/templates/hr/admindbdetails.html
file path=usr/lib/mailman/templates/hr/admindbpreamble.html
file path=usr/lib/mailman/templates/hr/admindbsummary.html
file path=usr/lib/mailman/templates/hr/adminsubscribeack.txt
file path=usr/lib/mailman/templates/hr/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/hr/admlogin.html
file path=usr/lib/mailman/templates/hr/approve.txt
file path=usr/lib/mailman/templates/hr/archidxentry.html
file path=usr/lib/mailman/templates/hr/archidxfoot.html
file path=usr/lib/mailman/templates/hr/archidxhead.html
file path=usr/lib/mailman/templates/hr/archlistend.html
file path=usr/lib/mailman/templates/hr/archliststart.html
file path=usr/lib/mailman/templates/hr/archtoc.html
file path=usr/lib/mailman/templates/hr/archtocentry.html
file path=usr/lib/mailman/templates/hr/article.html
file path=usr/lib/mailman/templates/hr/bounce.txt
file path=usr/lib/mailman/templates/hr/checkdbs.txt
file path=usr/lib/mailman/templates/hr/convert.txt
file path=usr/lib/mailman/templates/hr/cronpass.txt
file path=usr/lib/mailman/templates/hr/disabled.txt
file path=usr/lib/mailman/templates/hr/emptyarchive.html
file path=usr/lib/mailman/templates/hr/headfoot.html
file path=usr/lib/mailman/templates/hr/help.txt
file path=usr/lib/mailman/templates/hr/invite.txt
file path=usr/lib/mailman/templates/hr/listinfo.html
file path=usr/lib/mailman/templates/hr/masthead.txt
file path=usr/lib/mailman/templates/hr/newlist.txt
file path=usr/lib/mailman/templates/hr/nomoretoday.txt
file path=usr/lib/mailman/templates/hr/options.html
file path=usr/lib/mailman/templates/hr/postack.txt
file path=usr/lib/mailman/templates/hr/postauth.txt
file path=usr/lib/mailman/templates/hr/postheld.txt
file path=usr/lib/mailman/templates/hr/private.html
file path=usr/lib/mailman/templates/hr/refuse.txt
file path=usr/lib/mailman/templates/hr/roster.html
file path=usr/lib/mailman/templates/hr/subauth.txt
file path=usr/lib/mailman/templates/hr/subscribe.html
file path=usr/lib/mailman/templates/hr/subscribeack.txt
file path=usr/lib/mailman/templates/hr/unsub.txt
file path=usr/lib/mailman/templates/hr/unsubauth.txt
file path=usr/lib/mailman/templates/hr/userpass.txt
file path=usr/lib/mailman/templates/hr/verify.txt
file path=usr/lib/mailman/templates/hu/admindbdetails.html
file path=usr/lib/mailman/templates/hu/admindbpreamble.html
file path=usr/lib/mailman/templates/hu/admindbsummary.html
file path=usr/lib/mailman/templates/hu/adminsubscribeack.txt
file path=usr/lib/mailman/templates/hu/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/hu/admlogin.html
file path=usr/lib/mailman/templates/hu/approve.txt
file path=usr/lib/mailman/templates/hu/archidxentry.html
file path=usr/lib/mailman/templates/hu/archidxfoot.html
file path=usr/lib/mailman/templates/hu/archidxhead.html
file path=usr/lib/mailman/templates/hu/archlistend.html
file path=usr/lib/mailman/templates/hu/archliststart.html
file path=usr/lib/mailman/templates/hu/archtoc.html
file path=usr/lib/mailman/templates/hu/archtocentry.html
file path=usr/lib/mailman/templates/hu/article.html
file path=usr/lib/mailman/templates/hu/bounce.txt
file path=usr/lib/mailman/templates/hu/checkdbs.txt
file path=usr/lib/mailman/templates/hu/convert.txt
file path=usr/lib/mailman/templates/hu/cronpass.txt
file path=usr/lib/mailman/templates/hu/disabled.txt
file path=usr/lib/mailman/templates/hu/emptyarchive.html
file path=usr/lib/mailman/templates/hu/headfoot.html
file path=usr/lib/mailman/templates/hu/help.txt
file path=usr/lib/mailman/templates/hu/illik.html
file path=usr/lib/mailman/templates/hu/invite.txt
file path=usr/lib/mailman/templates/hu/listinfo.html
file path=usr/lib/mailman/templates/hu/masthead.txt
file path=usr/lib/mailman/templates/hu/newlist.txt
file path=usr/lib/mailman/templates/hu/nomoretoday.txt
file path=usr/lib/mailman/templates/hu/options.html
file path=usr/lib/mailman/templates/hu/postack.txt
file path=usr/lib/mailman/templates/hu/postauth.txt
file path=usr/lib/mailman/templates/hu/postheld.txt
file path=usr/lib/mailman/templates/hu/private.html
file path=usr/lib/mailman/templates/hu/probe.txt
file path=usr/lib/mailman/templates/hu/refuse.txt
file path=usr/lib/mailman/templates/hu/roster.html
file path=usr/lib/mailman/templates/hu/subauth.txt
file path=usr/lib/mailman/templates/hu/subscribe.html
file path=usr/lib/mailman/templates/hu/subscribeack.txt
file path=usr/lib/mailman/templates/hu/unsub.txt
file path=usr/lib/mailman/templates/hu/unsubauth.txt
file path=usr/lib/mailman/templates/hu/userpass.txt
file path=usr/lib/mailman/templates/hu/verify.txt
file path=usr/lib/mailman/templates/ia/admindbdetails.html
file path=usr/lib/mailman/templates/ia/admindbpreamble.html
file path=usr/lib/mailman/templates/ia/admindbsummary.html
file path=usr/lib/mailman/templates/ia/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ia/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ia/admlogin.html
file path=usr/lib/mailman/templates/ia/approve.txt
file path=usr/lib/mailman/templates/ia/archidxentry.html
file path=usr/lib/mailman/templates/ia/archidxfoot.html
file path=usr/lib/mailman/templates/ia/archidxhead.html
file path=usr/lib/mailman/templates/ia/archlistend.html
file path=usr/lib/mailman/templates/ia/archliststart.html
file path=usr/lib/mailman/templates/ia/archtoc.html
file path=usr/lib/mailman/templates/ia/archtocentry.html
file path=usr/lib/mailman/templates/ia/archtocnombox.html
file path=usr/lib/mailman/templates/ia/article.html
file path=usr/lib/mailman/templates/ia/bounce.txt
file path=usr/lib/mailman/templates/ia/checkdbs.txt
file path=usr/lib/mailman/templates/ia/convert.txt
file path=usr/lib/mailman/templates/ia/cronpass.txt
file path=usr/lib/mailman/templates/ia/disabled.txt
file path=usr/lib/mailman/templates/ia/emptyarchive.html
file path=usr/lib/mailman/templates/ia/headfoot.html
file path=usr/lib/mailman/templates/ia/help.txt
file path=usr/lib/mailman/templates/ia/invite.txt
file path=usr/lib/mailman/templates/ia/listinfo.html
file path=usr/lib/mailman/templates/ia/masthead.txt
file path=usr/lib/mailman/templates/ia/newlist.txt
file path=usr/lib/mailman/templates/ia/nomoretoday.txt
file path=usr/lib/mailman/templates/ia/options.html
file path=usr/lib/mailman/templates/ia/postack.txt
file path=usr/lib/mailman/templates/ia/postauth.txt
file path=usr/lib/mailman/templates/ia/postheld.txt
file path=usr/lib/mailman/templates/ia/private.html
file path=usr/lib/mailman/templates/ia/probe.txt
file path=usr/lib/mailman/templates/ia/refuse.txt
file path=usr/lib/mailman/templates/ia/roster.html
file path=usr/lib/mailman/templates/ia/subauth.txt
file path=usr/lib/mailman/templates/ia/subscribe.html
file path=usr/lib/mailman/templates/ia/subscribeack.txt
file path=usr/lib/mailman/templates/ia/unsub.txt
file path=usr/lib/mailman/templates/ia/unsubauth.txt
file path=usr/lib/mailman/templates/ia/userpass.txt
file path=usr/lib/mailman/templates/ia/verify.txt
file path=usr/lib/mailman/templates/it/admindbdetails.html
file path=usr/lib/mailman/templates/it/admindbpreamble.html
file path=usr/lib/mailman/templates/it/admindbsummary.html
file path=usr/lib/mailman/templates/it/adminsubscribeack.txt
file path=usr/lib/mailman/templates/it/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/it/admlogin.html
file path=usr/lib/mailman/templates/it/approve.txt
file path=usr/lib/mailman/templates/it/archidxentry.html
file path=usr/lib/mailman/templates/it/archidxfoot.html
file path=usr/lib/mailman/templates/it/archidxhead.html
file path=usr/lib/mailman/templates/it/archlistend.html
file path=usr/lib/mailman/templates/it/archliststart.html
file path=usr/lib/mailman/templates/it/archtoc.html
file path=usr/lib/mailman/templates/it/archtocentry.html
file path=usr/lib/mailman/templates/it/archtocnombox.html
file path=usr/lib/mailman/templates/it/article.html
file path=usr/lib/mailman/templates/it/bounce.txt
file path=usr/lib/mailman/templates/it/checkdbs.txt
file path=usr/lib/mailman/templates/it/convert.txt
file path=usr/lib/mailman/templates/it/cronpass.txt
file path=usr/lib/mailman/templates/it/disabled.txt
file path=usr/lib/mailman/templates/it/emptyarchive.html
file path=usr/lib/mailman/templates/it/headfoot.html
file path=usr/lib/mailman/templates/it/help.txt
file path=usr/lib/mailman/templates/it/invite.txt
file path=usr/lib/mailman/templates/it/listinfo.html
file path=usr/lib/mailman/templates/it/masthead.txt
file path=usr/lib/mailman/templates/it/newlist.txt
file path=usr/lib/mailman/templates/it/nomoretoday.txt
file path=usr/lib/mailman/templates/it/options.html
file path=usr/lib/mailman/templates/it/postack.txt
file path=usr/lib/mailman/templates/it/postauth.txt
file path=usr/lib/mailman/templates/it/postheld.txt
file path=usr/lib/mailman/templates/it/private.html
file path=usr/lib/mailman/templates/it/probe.txt
file path=usr/lib/mailman/templates/it/refuse.txt
file path=usr/lib/mailman/templates/it/roster.html
file path=usr/lib/mailman/templates/it/subauth.txt
file path=usr/lib/mailman/templates/it/subscribe.html
file path=usr/lib/mailman/templates/it/subscribeack.txt
file path=usr/lib/mailman/templates/it/unsub.txt
file path=usr/lib/mailman/templates/it/unsubauth.txt
file path=usr/lib/mailman/templates/it/userpass.txt
file path=usr/lib/mailman/templates/it/verify.txt
file path=usr/lib/mailman/templates/ja/admindbdetails.html
file path=usr/lib/mailman/templates/ja/admindbpreamble.html
file path=usr/lib/mailman/templates/ja/admindbsummary.html
file path=usr/lib/mailman/templates/ja/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ja/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ja/admlogin.html
file path=usr/lib/mailman/templates/ja/approve.txt
file path=usr/lib/mailman/templates/ja/archidxentry.html
file path=usr/lib/mailman/templates/ja/archidxfoot.html
file path=usr/lib/mailman/templates/ja/archidxhead.html
file path=usr/lib/mailman/templates/ja/archlistend.html
file path=usr/lib/mailman/templates/ja/archliststart.html
file path=usr/lib/mailman/templates/ja/archtoc.html
file path=usr/lib/mailman/templates/ja/archtocentry.html
file path=usr/lib/mailman/templates/ja/archtocnombox.html
file path=usr/lib/mailman/templates/ja/article.html
file path=usr/lib/mailman/templates/ja/bounce.txt
file path=usr/lib/mailman/templates/ja/checkdbs.txt
file path=usr/lib/mailman/templates/ja/convert.txt
file path=usr/lib/mailman/templates/ja/cronpass.txt
file path=usr/lib/mailman/templates/ja/disabled.txt
file path=usr/lib/mailman/templates/ja/emptyarchive.html
file path=usr/lib/mailman/templates/ja/headfoot.html
file path=usr/lib/mailman/templates/ja/help.txt
file path=usr/lib/mailman/templates/ja/invite.txt
file path=usr/lib/mailman/templates/ja/listinfo.html
file path=usr/lib/mailman/templates/ja/masthead.txt
file path=usr/lib/mailman/templates/ja/newlist.txt
file path=usr/lib/mailman/templates/ja/nomoretoday.txt
file path=usr/lib/mailman/templates/ja/options.html
file path=usr/lib/mailman/templates/ja/postack.txt
file path=usr/lib/mailman/templates/ja/postauth.txt
file path=usr/lib/mailman/templates/ja/postheld.txt
file path=usr/lib/mailman/templates/ja/private.html
file path=usr/lib/mailman/templates/ja/probe.txt
file path=usr/lib/mailman/templates/ja/refuse.txt
file path=usr/lib/mailman/templates/ja/roster.html
file path=usr/lib/mailman/templates/ja/subauth.txt
file path=usr/lib/mailman/templates/ja/subscribe.html
file path=usr/lib/mailman/templates/ja/subscribeack.txt
file path=usr/lib/mailman/templates/ja/unsub.txt
file path=usr/lib/mailman/templates/ja/unsubauth.txt
file path=usr/lib/mailman/templates/ja/userpass.txt
file path=usr/lib/mailman/templates/ja/verify.txt
file path=usr/lib/mailman/templates/ko/admindbdetails.html
file path=usr/lib/mailman/templates/ko/admindbpreamble.html
file path=usr/lib/mailman/templates/ko/admindbsummary.html
file path=usr/lib/mailman/templates/ko/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ko/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ko/admlogin.html
file path=usr/lib/mailman/templates/ko/approve.txt
file path=usr/lib/mailman/templates/ko/article.html
file path=usr/lib/mailman/templates/ko/bounce.txt
file path=usr/lib/mailman/templates/ko/checkdbs.txt
file path=usr/lib/mailman/templates/ko/convert.txt
file path=usr/lib/mailman/templates/ko/cronpass.txt
file path=usr/lib/mailman/templates/ko/disabled.txt
file path=usr/lib/mailman/templates/ko/emptyarchive.html
file path=usr/lib/mailman/templates/ko/headfoot.html
file path=usr/lib/mailman/templates/ko/help.txt
file path=usr/lib/mailman/templates/ko/invite.txt
file path=usr/lib/mailman/templates/ko/listinfo.html
file path=usr/lib/mailman/templates/ko/masthead.txt
file path=usr/lib/mailman/templates/ko/newlist.txt
file path=usr/lib/mailman/templates/ko/options.html
file path=usr/lib/mailman/templates/ko/postack.txt
file path=usr/lib/mailman/templates/ko/postauth.txt
file path=usr/lib/mailman/templates/ko/postheld.txt
file path=usr/lib/mailman/templates/ko/private.html
file path=usr/lib/mailman/templates/ko/refuse.txt
file path=usr/lib/mailman/templates/ko/roster.html
file path=usr/lib/mailman/templates/ko/subauth.txt
file path=usr/lib/mailman/templates/ko/subscribe.html
file path=usr/lib/mailman/templates/ko/subscribeack.txt
file path=usr/lib/mailman/templates/ko/unsub.txt
file path=usr/lib/mailman/templates/ko/unsubauth.txt
file path=usr/lib/mailman/templates/ko/userpass.txt
file path=usr/lib/mailman/templates/ko/verify.txt
file path=usr/lib/mailman/templates/lt/admindbdetails.html
file path=usr/lib/mailman/templates/lt/admindbpreamble.html
file path=usr/lib/mailman/templates/lt/admindbsummary.html
file path=usr/lib/mailman/templates/lt/adminsubscribeack.txt
file path=usr/lib/mailman/templates/lt/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/lt/admlogin.html
file path=usr/lib/mailman/templates/lt/approve.txt
file path=usr/lib/mailman/templates/lt/archidxentry.html
file path=usr/lib/mailman/templates/lt/archidxfoot.html
file path=usr/lib/mailman/templates/lt/archidxhead.html
file path=usr/lib/mailman/templates/lt/archlistend.html
file path=usr/lib/mailman/templates/lt/archliststart.html
file path=usr/lib/mailman/templates/lt/archtoc.html
file path=usr/lib/mailman/templates/lt/archtocentry.html
file path=usr/lib/mailman/templates/lt/article.html
file path=usr/lib/mailman/templates/lt/bounce.txt
file path=usr/lib/mailman/templates/lt/checkdbs.txt
file path=usr/lib/mailman/templates/lt/convert.txt
file path=usr/lib/mailman/templates/lt/cronpass.txt
file path=usr/lib/mailman/templates/lt/disabled.txt
file path=usr/lib/mailman/templates/lt/emptyarchive.html
file path=usr/lib/mailman/templates/lt/headfoot.html
file path=usr/lib/mailman/templates/lt/help.txt
file path=usr/lib/mailman/templates/lt/invite.txt
file path=usr/lib/mailman/templates/lt/listinfo.html
file path=usr/lib/mailman/templates/lt/masthead.txt
file path=usr/lib/mailman/templates/lt/newlist.txt
file path=usr/lib/mailman/templates/lt/nomoretoday.txt
file path=usr/lib/mailman/templates/lt/options.html
file path=usr/lib/mailman/templates/lt/postack.txt
file path=usr/lib/mailman/templates/lt/postauth.txt
file path=usr/lib/mailman/templates/lt/postheld.txt
file path=usr/lib/mailman/templates/lt/private.html
file path=usr/lib/mailman/templates/lt/refuse.txt
file path=usr/lib/mailman/templates/lt/roster.html
file path=usr/lib/mailman/templates/lt/subauth.txt
file path=usr/lib/mailman/templates/lt/subscribe.html
file path=usr/lib/mailman/templates/lt/subscribeack.txt
file path=usr/lib/mailman/templates/lt/unsub.txt
file path=usr/lib/mailman/templates/lt/unsubauth.txt
file path=usr/lib/mailman/templates/lt/userpass.txt
file path=usr/lib/mailman/templates/lt/verify.txt
file path=usr/lib/mailman/templates/nl/admindbdetails.html
file path=usr/lib/mailman/templates/nl/admindbpreamble.html
file path=usr/lib/mailman/templates/nl/admindbsummary.html
file path=usr/lib/mailman/templates/nl/adminsubscribeack.txt
file path=usr/lib/mailman/templates/nl/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/nl/admlogin.html
file path=usr/lib/mailman/templates/nl/approve.txt
file path=usr/lib/mailman/templates/nl/archidxentry.html
file path=usr/lib/mailman/templates/nl/archidxfoot.html
file path=usr/lib/mailman/templates/nl/archidxhead.html
file path=usr/lib/mailman/templates/nl/archlistend.html
file path=usr/lib/mailman/templates/nl/archliststart.html
file path=usr/lib/mailman/templates/nl/archtoc.html
file path=usr/lib/mailman/templates/nl/archtocentry.html
file path=usr/lib/mailman/templates/nl/archtocnombox.html
file path=usr/lib/mailman/templates/nl/article.html
file path=usr/lib/mailman/templates/nl/bounce.txt
file path=usr/lib/mailman/templates/nl/checkdbs.txt
file path=usr/lib/mailman/templates/nl/convert.txt
file path=usr/lib/mailman/templates/nl/cronpass.txt
file path=usr/lib/mailman/templates/nl/disabled.txt
file path=usr/lib/mailman/templates/nl/emptyarchive.html
file path=usr/lib/mailman/templates/nl/headfoot.html
file path=usr/lib/mailman/templates/nl/help.txt
file path=usr/lib/mailman/templates/nl/invite.txt
file path=usr/lib/mailman/templates/nl/listinfo.html
file path=usr/lib/mailman/templates/nl/masthead.txt
file path=usr/lib/mailman/templates/nl/newlist.txt
file path=usr/lib/mailman/templates/nl/nomoretoday.txt
file path=usr/lib/mailman/templates/nl/options.html
file path=usr/lib/mailman/templates/nl/postack.txt
file path=usr/lib/mailman/templates/nl/postauth.txt
file path=usr/lib/mailman/templates/nl/postheld.txt
file path=usr/lib/mailman/templates/nl/private.html
file path=usr/lib/mailman/templates/nl/probe.txt
file path=usr/lib/mailman/templates/nl/refuse.txt
file path=usr/lib/mailman/templates/nl/roster.html
file path=usr/lib/mailman/templates/nl/subauth.txt
file path=usr/lib/mailman/templates/nl/subscribe.html
file path=usr/lib/mailman/templates/nl/subscribeack.txt
file path=usr/lib/mailman/templates/nl/unsub.txt
file path=usr/lib/mailman/templates/nl/unsubauth.txt
file path=usr/lib/mailman/templates/nl/userpass.txt
file path=usr/lib/mailman/templates/nl/verify.txt
file path=usr/lib/mailman/templates/no/admindbdetails.html
file path=usr/lib/mailman/templates/no/admindbpreamble.html
file path=usr/lib/mailman/templates/no/admindbsummary.html
file path=usr/lib/mailman/templates/no/adminsubscribeack.txt
file path=usr/lib/mailman/templates/no/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/no/admlogin.html
file path=usr/lib/mailman/templates/no/approve.txt
file path=usr/lib/mailman/templates/no/archidxfoot.html
file path=usr/lib/mailman/templates/no/archidxhead.html
file path=usr/lib/mailman/templates/no/archliststart.html
file path=usr/lib/mailman/templates/no/archtoc.html
file path=usr/lib/mailman/templates/no/archtocentry.html
file path=usr/lib/mailman/templates/no/archtocnombox.html
file path=usr/lib/mailman/templates/no/article.html
file path=usr/lib/mailman/templates/no/bounce.txt
file path=usr/lib/mailman/templates/no/checkdbs.txt
file path=usr/lib/mailman/templates/no/convert.txt
file path=usr/lib/mailman/templates/no/cronpass.txt
file path=usr/lib/mailman/templates/no/disabled.txt
file path=usr/lib/mailman/templates/no/emptyarchive.html
file path=usr/lib/mailman/templates/no/headfoot.html
file path=usr/lib/mailman/templates/no/help.txt
file path=usr/lib/mailman/templates/no/invite.txt
file path=usr/lib/mailman/templates/no/listinfo.html
file path=usr/lib/mailman/templates/no/masthead.txt
file path=usr/lib/mailman/templates/no/newlist.txt
file path=usr/lib/mailman/templates/no/nomoretoday.txt
file path=usr/lib/mailman/templates/no/options.html
file path=usr/lib/mailman/templates/no/postack.txt
file path=usr/lib/mailman/templates/no/postauth.txt
file path=usr/lib/mailman/templates/no/postheld.txt
file path=usr/lib/mailman/templates/no/private.html
file path=usr/lib/mailman/templates/no/refuse.txt
file path=usr/lib/mailman/templates/no/roster.html
file path=usr/lib/mailman/templates/no/subauth.txt
file path=usr/lib/mailman/templates/no/subscribe.html
file path=usr/lib/mailman/templates/no/subscribeack.txt
file path=usr/lib/mailman/templates/no/unsub.txt
file path=usr/lib/mailman/templates/no/unsubauth.txt
file path=usr/lib/mailman/templates/no/userpass.txt
file path=usr/lib/mailman/templates/no/verify.txt
file path=usr/lib/mailman/templates/pl/admindbdetails.html
file path=usr/lib/mailman/templates/pl/admindbpreamble.html
file path=usr/lib/mailman/templates/pl/admindbsummary.html
file path=usr/lib/mailman/templates/pl/adminsubscribeack.txt
file path=usr/lib/mailman/templates/pl/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/pl/admlogin.html
file path=usr/lib/mailman/templates/pl/approve.txt
file path=usr/lib/mailman/templates/pl/archidxentry.html
file path=usr/lib/mailman/templates/pl/archidxfoot.html
file path=usr/lib/mailman/templates/pl/archidxhead.html
file path=usr/lib/mailman/templates/pl/archlistend.html
file path=usr/lib/mailman/templates/pl/archliststart.html
file path=usr/lib/mailman/templates/pl/archtoc.html
file path=usr/lib/mailman/templates/pl/archtocentry.html
file path=usr/lib/mailman/templates/pl/archtocnombox.html
file path=usr/lib/mailman/templates/pl/article.html
file path=usr/lib/mailman/templates/pl/bounce.txt
file path=usr/lib/mailman/templates/pl/checkdbs.txt
file path=usr/lib/mailman/templates/pl/convert.txt
file path=usr/lib/mailman/templates/pl/cronpass.txt
file path=usr/lib/mailman/templates/pl/disabled.txt
file path=usr/lib/mailman/templates/pl/emptyarchive.html
file path=usr/lib/mailman/templates/pl/headfoot.html
file path=usr/lib/mailman/templates/pl/help.txt
file path=usr/lib/mailman/templates/pl/invite.txt
file path=usr/lib/mailman/templates/pl/listinfo.html
file path=usr/lib/mailman/templates/pl/masthead.txt
file path=usr/lib/mailman/templates/pl/newlist.txt
file path=usr/lib/mailman/templates/pl/nomoretoday.txt
file path=usr/lib/mailman/templates/pl/options.html
file path=usr/lib/mailman/templates/pl/postack.txt
file path=usr/lib/mailman/templates/pl/postauth.txt
file path=usr/lib/mailman/templates/pl/postheld.txt
file path=usr/lib/mailman/templates/pl/private.html
file path=usr/lib/mailman/templates/pl/refuse.txt
file path=usr/lib/mailman/templates/pl/roster.html
file path=usr/lib/mailman/templates/pl/subauth.txt
file path=usr/lib/mailman/templates/pl/subscribe.html
file path=usr/lib/mailman/templates/pl/subscribeack.txt
file path=usr/lib/mailman/templates/pl/unsub.txt
file path=usr/lib/mailman/templates/pl/unsubauth.txt
file path=usr/lib/mailman/templates/pl/userpass.txt
file path=usr/lib/mailman/templates/pl/verify.txt
file path=usr/lib/mailman/templates/pt/admindbdetails.html
file path=usr/lib/mailman/templates/pt/admindbpreamble.html
file path=usr/lib/mailman/templates/pt/admindbsummary.html
file path=usr/lib/mailman/templates/pt/adminsubscribeack.txt
file path=usr/lib/mailman/templates/pt/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/pt/admlogin.html
file path=usr/lib/mailman/templates/pt/approve.txt
file path=usr/lib/mailman/templates/pt/archidxentry.html
file path=usr/lib/mailman/templates/pt/archidxfoot.html
file path=usr/lib/mailman/templates/pt/archidxhead.html
file path=usr/lib/mailman/templates/pt/archlistend.html
file path=usr/lib/mailman/templates/pt/archliststart.html
file path=usr/lib/mailman/templates/pt/archtoc.html
file path=usr/lib/mailman/templates/pt/archtocentry.html
file path=usr/lib/mailman/templates/pt/article.html
file path=usr/lib/mailman/templates/pt/bounce.txt
file path=usr/lib/mailman/templates/pt/checkdbs.txt
file path=usr/lib/mailman/templates/pt/convert.txt
file path=usr/lib/mailman/templates/pt/cronpass.txt
file path=usr/lib/mailman/templates/pt/disabled.txt
file path=usr/lib/mailman/templates/pt/emptyarchive.html
file path=usr/lib/mailman/templates/pt/headfoot.html
file path=usr/lib/mailman/templates/pt/help.txt
file path=usr/lib/mailman/templates/pt/invite.txt
file path=usr/lib/mailman/templates/pt/listinfo.html
file path=usr/lib/mailman/templates/pt/masthead.txt
file path=usr/lib/mailman/templates/pt/newlist.txt
file path=usr/lib/mailman/templates/pt/nomoretoday.txt
file path=usr/lib/mailman/templates/pt/options.html
file path=usr/lib/mailman/templates/pt/postack.txt
file path=usr/lib/mailman/templates/pt/postauth.txt
file path=usr/lib/mailman/templates/pt/postheld.txt
file path=usr/lib/mailman/templates/pt/private.html
file path=usr/lib/mailman/templates/pt/refuse.txt
file path=usr/lib/mailman/templates/pt/roster.html
file path=usr/lib/mailman/templates/pt/subauth.txt
file path=usr/lib/mailman/templates/pt/subscribe.html
file path=usr/lib/mailman/templates/pt/subscribeack.txt
file path=usr/lib/mailman/templates/pt/unsub.txt
file path=usr/lib/mailman/templates/pt/unsubauth.txt
file path=usr/lib/mailman/templates/pt/userpass.txt
file path=usr/lib/mailman/templates/pt/verify.txt
file path=usr/lib/mailman/templates/pt_BR/admindbdetails.html
file path=usr/lib/mailman/templates/pt_BR/admindbpreamble.html
file path=usr/lib/mailman/templates/pt_BR/admindbsummary.html
file path=usr/lib/mailman/templates/pt_BR/adminsubscribeack.txt
file path=usr/lib/mailman/templates/pt_BR/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/pt_BR/admlogin.html
file path=usr/lib/mailman/templates/pt_BR/approve.txt
file path=usr/lib/mailman/templates/pt_BR/archidxentry.html
file path=usr/lib/mailman/templates/pt_BR/archidxfoot.html
file path=usr/lib/mailman/templates/pt_BR/archidxhead.html
file path=usr/lib/mailman/templates/pt_BR/archlistend.html
file path=usr/lib/mailman/templates/pt_BR/archliststart.html
file path=usr/lib/mailman/templates/pt_BR/archtoc.html
file path=usr/lib/mailman/templates/pt_BR/archtocentry.html
file path=usr/lib/mailman/templates/pt_BR/article.html
file path=usr/lib/mailman/templates/pt_BR/bounce.txt
file path=usr/lib/mailman/templates/pt_BR/checkdbs.txt
file path=usr/lib/mailman/templates/pt_BR/convert.txt
file path=usr/lib/mailman/templates/pt_BR/cronpass.txt
file path=usr/lib/mailman/templates/pt_BR/disabled.txt
file path=usr/lib/mailman/templates/pt_BR/emptyarchive.html
file path=usr/lib/mailman/templates/pt_BR/headfoot.html
file path=usr/lib/mailman/templates/pt_BR/help.txt
file path=usr/lib/mailman/templates/pt_BR/invite.txt
file path=usr/lib/mailman/templates/pt_BR/listinfo.html
file path=usr/lib/mailman/templates/pt_BR/masthead.txt
file path=usr/lib/mailman/templates/pt_BR/newlist.txt
file path=usr/lib/mailman/templates/pt_BR/nomoretoday.txt
file path=usr/lib/mailman/templates/pt_BR/options.html
file path=usr/lib/mailman/templates/pt_BR/postack.txt
file path=usr/lib/mailman/templates/pt_BR/postauth.txt
file path=usr/lib/mailman/templates/pt_BR/postheld.txt
file path=usr/lib/mailman/templates/pt_BR/private.html
file path=usr/lib/mailman/templates/pt_BR/refuse.txt
file path=usr/lib/mailman/templates/pt_BR/roster.html
file path=usr/lib/mailman/templates/pt_BR/subauth.txt
file path=usr/lib/mailman/templates/pt_BR/subscribe.html
file path=usr/lib/mailman/templates/pt_BR/subscribeack.txt
file path=usr/lib/mailman/templates/pt_BR/unsub.txt
file path=usr/lib/mailman/templates/pt_BR/unsubauth.txt
file path=usr/lib/mailman/templates/pt_BR/userpass.txt
file path=usr/lib/mailman/templates/pt_BR/verify.txt
file path=usr/lib/mailman/templates/ro/admindbdetails.html
file path=usr/lib/mailman/templates/ro/admindbpreamble.html
file path=usr/lib/mailman/templates/ro/admindbsummary.html
file path=usr/lib/mailman/templates/ro/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ro/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ro/admlogin.html
file path=usr/lib/mailman/templates/ro/approve.txt
file path=usr/lib/mailman/templates/ro/archidxentry.html
file path=usr/lib/mailman/templates/ro/archidxfoot.html
file path=usr/lib/mailman/templates/ro/archidxhead.html
file path=usr/lib/mailman/templates/ro/archlistend.html
file path=usr/lib/mailman/templates/ro/archliststart.html
file path=usr/lib/mailman/templates/ro/archtoc.html
file path=usr/lib/mailman/templates/ro/archtocentry.html
file path=usr/lib/mailman/templates/ro/article.html
file path=usr/lib/mailman/templates/ro/bounce.txt
file path=usr/lib/mailman/templates/ro/checkdbs.txt
file path=usr/lib/mailman/templates/ro/convert.txt
file path=usr/lib/mailman/templates/ro/cronpass.txt
file path=usr/lib/mailman/templates/ro/disabled.txt
file path=usr/lib/mailman/templates/ro/emptyarchive.html
file path=usr/lib/mailman/templates/ro/headfoot.html
file path=usr/lib/mailman/templates/ro/help.txt
file path=usr/lib/mailman/templates/ro/invite.txt
file path=usr/lib/mailman/templates/ro/listinfo.html
file path=usr/lib/mailman/templates/ro/masthead.txt
file path=usr/lib/mailman/templates/ro/newlist.txt
file path=usr/lib/mailman/templates/ro/nomoretoday.txt
file path=usr/lib/mailman/templates/ro/options.html
file path=usr/lib/mailman/templates/ro/postack.txt
file path=usr/lib/mailman/templates/ro/postauth.txt
file path=usr/lib/mailman/templates/ro/postheld.txt
file path=usr/lib/mailman/templates/ro/private.html
file path=usr/lib/mailman/templates/ro/refuse.txt
file path=usr/lib/mailman/templates/ro/roster.html
file path=usr/lib/mailman/templates/ro/subauth.txt
file path=usr/lib/mailman/templates/ro/subscribe.html
file path=usr/lib/mailman/templates/ro/subscribeack.txt
file path=usr/lib/mailman/templates/ro/unsub.txt
file path=usr/lib/mailman/templates/ro/unsubauth.txt
file path=usr/lib/mailman/templates/ro/userpass.txt
file path=usr/lib/mailman/templates/ro/verify.txt
file path=usr/lib/mailman/templates/ru/admindbdetails.html
file path=usr/lib/mailman/templates/ru/admindbpreamble.html
file path=usr/lib/mailman/templates/ru/admindbsummary.html
file path=usr/lib/mailman/templates/ru/adminsubscribeack.txt
file path=usr/lib/mailman/templates/ru/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/ru/admlogin.html
file path=usr/lib/mailman/templates/ru/approve.txt
file path=usr/lib/mailman/templates/ru/archidxentry.html
file path=usr/lib/mailman/templates/ru/archidxfoot.html
file path=usr/lib/mailman/templates/ru/archidxhead.html
file path=usr/lib/mailman/templates/ru/archlistend.html
file path=usr/lib/mailman/templates/ru/archliststart.html
file path=usr/lib/mailman/templates/ru/archtoc.html
file path=usr/lib/mailman/templates/ru/archtocentry.html
file path=usr/lib/mailman/templates/ru/archtocnombox.html
file path=usr/lib/mailman/templates/ru/article.html
file path=usr/lib/mailman/templates/ru/bounce.txt
file path=usr/lib/mailman/templates/ru/checkdbs.txt
file path=usr/lib/mailman/templates/ru/convert.txt
file path=usr/lib/mailman/templates/ru/cronpass.txt
file path=usr/lib/mailman/templates/ru/disabled.txt
file path=usr/lib/mailman/templates/ru/emptyarchive.html
file path=usr/lib/mailman/templates/ru/headfoot.html
file path=usr/lib/mailman/templates/ru/help.txt
file path=usr/lib/mailman/templates/ru/invite.txt
file path=usr/lib/mailman/templates/ru/listinfo.html
file path=usr/lib/mailman/templates/ru/masthead.txt
file path=usr/lib/mailman/templates/ru/newlist.txt
file path=usr/lib/mailman/templates/ru/nomoretoday.txt
file path=usr/lib/mailman/templates/ru/options.html
file path=usr/lib/mailman/templates/ru/postack.txt
file path=usr/lib/mailman/templates/ru/postauth.txt
file path=usr/lib/mailman/templates/ru/postheld.txt
file path=usr/lib/mailman/templates/ru/private.html
file path=usr/lib/mailman/templates/ru/probe.txt
file path=usr/lib/mailman/templates/ru/refuse.txt
file path=usr/lib/mailman/templates/ru/roster.html
file path=usr/lib/mailman/templates/ru/subauth.txt
file path=usr/lib/mailman/templates/ru/subscribe.html
file path=usr/lib/mailman/templates/ru/subscribeack.txt
file path=usr/lib/mailman/templates/ru/unsub.txt
file path=usr/lib/mailman/templates/ru/unsubauth.txt
file path=usr/lib/mailman/templates/ru/userpass.txt
file path=usr/lib/mailman/templates/ru/verify.txt
file path=usr/lib/mailman/templates/sk/admindbdetails.html
file path=usr/lib/mailman/templates/sk/admindbpreamble.html
file path=usr/lib/mailman/templates/sk/admindbsummary.html
file path=usr/lib/mailman/templates/sk/adminsubscribeack.txt
file path=usr/lib/mailman/templates/sk/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/sk/admlogin.html
file path=usr/lib/mailman/templates/sk/approve.txt
file path=usr/lib/mailman/templates/sk/archidxentry.html
file path=usr/lib/mailman/templates/sk/archidxfoot.html
file path=usr/lib/mailman/templates/sk/archidxhead.html
file path=usr/lib/mailman/templates/sk/archlistend.html
file path=usr/lib/mailman/templates/sk/archliststart.html
file path=usr/lib/mailman/templates/sk/archtoc.html
file path=usr/lib/mailman/templates/sk/archtocentry.html
file path=usr/lib/mailman/templates/sk/archtocnombox.html
file path=usr/lib/mailman/templates/sk/article.html
file path=usr/lib/mailman/templates/sk/bounce.txt
file path=usr/lib/mailman/templates/sk/checkdbs.txt
file path=usr/lib/mailman/templates/sk/convert.txt
file path=usr/lib/mailman/templates/sk/cronpass.txt
file path=usr/lib/mailman/templates/sk/disabled.txt
file path=usr/lib/mailman/templates/sk/emptyarchive.html
file path=usr/lib/mailman/templates/sk/headfoot.html
file path=usr/lib/mailman/templates/sk/help.txt
file path=usr/lib/mailman/templates/sk/invite.txt
file path=usr/lib/mailman/templates/sk/listinfo.html
file path=usr/lib/mailman/templates/sk/masthead.txt
file path=usr/lib/mailman/templates/sk/newlist.txt
file path=usr/lib/mailman/templates/sk/nomoretoday.txt
file path=usr/lib/mailman/templates/sk/options.html
file path=usr/lib/mailman/templates/sk/postack.txt
file path=usr/lib/mailman/templates/sk/postauth.txt
file path=usr/lib/mailman/templates/sk/postheld.txt
file path=usr/lib/mailman/templates/sk/private.html
file path=usr/lib/mailman/templates/sk/probe.txt
file path=usr/lib/mailman/templates/sk/refuse.txt
file path=usr/lib/mailman/templates/sk/roster.html
file path=usr/lib/mailman/templates/sk/subauth.txt
file path=usr/lib/mailman/templates/sk/subscribe.html
file path=usr/lib/mailman/templates/sk/subscribeack.txt
file path=usr/lib/mailman/templates/sk/unsub.txt
file path=usr/lib/mailman/templates/sk/unsubauth.txt
file path=usr/lib/mailman/templates/sk/userpass.txt
file path=usr/lib/mailman/templates/sk/verify.txt
file path=usr/lib/mailman/templates/sl/admindbdetails.html
file path=usr/lib/mailman/templates/sl/admindbpreamble.html
file path=usr/lib/mailman/templates/sl/admindbsummary.html
file path=usr/lib/mailman/templates/sl/adminsubscribeack.txt
file path=usr/lib/mailman/templates/sl/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/sl/admlogin.html
file path=usr/lib/mailman/templates/sl/approve.txt
file path=usr/lib/mailman/templates/sl/archidxentry.html
file path=usr/lib/mailman/templates/sl/archidxfoot.html
file path=usr/lib/mailman/templates/sl/archidxhead.html
file path=usr/lib/mailman/templates/sl/archlistend.html
file path=usr/lib/mailman/templates/sl/archliststart.html
file path=usr/lib/mailman/templates/sl/archtoc.html
file path=usr/lib/mailman/templates/sl/archtocentry.html
file path=usr/lib/mailman/templates/sl/article.html
file path=usr/lib/mailman/templates/sl/bounce.txt
file path=usr/lib/mailman/templates/sl/checkdbs.txt
file path=usr/lib/mailman/templates/sl/convert.txt
file path=usr/lib/mailman/templates/sl/cronpass.txt
file path=usr/lib/mailman/templates/sl/disabled.txt
file path=usr/lib/mailman/templates/sl/emptyarchive.html
file path=usr/lib/mailman/templates/sl/headfoot.html
file path=usr/lib/mailman/templates/sl/help.txt
file path=usr/lib/mailman/templates/sl/invite.txt
file path=usr/lib/mailman/templates/sl/listinfo.html
file path=usr/lib/mailman/templates/sl/masthead.txt
file path=usr/lib/mailman/templates/sl/newlist.txt
file path=usr/lib/mailman/templates/sl/nomoretoday.txt
file path=usr/lib/mailman/templates/sl/options.html
file path=usr/lib/mailman/templates/sl/postack.txt
file path=usr/lib/mailman/templates/sl/postauth.txt
file path=usr/lib/mailman/templates/sl/postheld.txt
file path=usr/lib/mailman/templates/sl/private.html
file path=usr/lib/mailman/templates/sl/refuse.txt
file path=usr/lib/mailman/templates/sl/roster.html
file path=usr/lib/mailman/templates/sl/subauth.txt
file path=usr/lib/mailman/templates/sl/subscribe.html
file path=usr/lib/mailman/templates/sl/subscribeack.txt
file path=usr/lib/mailman/templates/sl/unsub.txt
file path=usr/lib/mailman/templates/sl/unsubauth.txt
file path=usr/lib/mailman/templates/sl/userpass.txt
file path=usr/lib/mailman/templates/sl/verify.txt
file path=usr/lib/mailman/templates/sr/admindbdetails.html
file path=usr/lib/mailman/templates/sr/admindbpreamble.html
file path=usr/lib/mailman/templates/sr/admindbsummary.html
file path=usr/lib/mailman/templates/sr/adminsubscribeack.txt
file path=usr/lib/mailman/templates/sr/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/sr/admlogin.html
file path=usr/lib/mailman/templates/sr/approve.txt
file path=usr/lib/mailman/templates/sr/archidxentry.html
file path=usr/lib/mailman/templates/sr/archidxfoot.html
file path=usr/lib/mailman/templates/sr/archidxhead.html
file path=usr/lib/mailman/templates/sr/archlistend.html
file path=usr/lib/mailman/templates/sr/archliststart.html
file path=usr/lib/mailman/templates/sr/archtoc.html
file path=usr/lib/mailman/templates/sr/archtocentry.html
file path=usr/lib/mailman/templates/sr/article.html
file path=usr/lib/mailman/templates/sr/bounce.txt
file path=usr/lib/mailman/templates/sr/checkdbs.txt
file path=usr/lib/mailman/templates/sr/convert.txt
file path=usr/lib/mailman/templates/sr/cronpass.txt
file path=usr/lib/mailman/templates/sr/disabled.txt
file path=usr/lib/mailman/templates/sr/emptyarchive.html
file path=usr/lib/mailman/templates/sr/handle_opts.html
file path=usr/lib/mailman/templates/sr/headfoot.html
file path=usr/lib/mailman/templates/sr/help.txt
file path=usr/lib/mailman/templates/sr/invite.txt
file path=usr/lib/mailman/templates/sr/listinfo.html
file path=usr/lib/mailman/templates/sr/masthead.txt
file path=usr/lib/mailman/templates/sr/newlist.txt
file path=usr/lib/mailman/templates/sr/nomoretoday.txt
file path=usr/lib/mailman/templates/sr/options.html
file path=usr/lib/mailman/templates/sr/postack.txt
file path=usr/lib/mailman/templates/sr/postauth.txt
file path=usr/lib/mailman/templates/sr/postheld.txt
file path=usr/lib/mailman/templates/sr/private.html
file path=usr/lib/mailman/templates/sr/refuse.txt
file path=usr/lib/mailman/templates/sr/roster.html
file path=usr/lib/mailman/templates/sr/subauth.txt
file path=usr/lib/mailman/templates/sr/subscribe.html
file path=usr/lib/mailman/templates/sr/subscribeack.txt
file path=usr/lib/mailman/templates/sr/unsub.txt
file path=usr/lib/mailman/templates/sr/unsubauth.txt
file path=usr/lib/mailman/templates/sr/userpass.txt
file path=usr/lib/mailman/templates/sr/verify.txt
file path=usr/lib/mailman/templates/sv/admindbdetails.html
file path=usr/lib/mailman/templates/sv/admindbpreamble.html
file path=usr/lib/mailman/templates/sv/admindbsummary.html
file path=usr/lib/mailman/templates/sv/adminsubscribeack.txt
file path=usr/lib/mailman/templates/sv/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/sv/admlogin.html
file path=usr/lib/mailman/templates/sv/approve.txt
file path=usr/lib/mailman/templates/sv/archtoc.html
file path=usr/lib/mailman/templates/sv/archtocentry.html
file path=usr/lib/mailman/templates/sv/article.html
file path=usr/lib/mailman/templates/sv/bounce.txt
file path=usr/lib/mailman/templates/sv/checkdbs.txt
file path=usr/lib/mailman/templates/sv/convert.txt
file path=usr/lib/mailman/templates/sv/cronpass.txt
file path=usr/lib/mailman/templates/sv/disabled.txt
file path=usr/lib/mailman/templates/sv/emptyarchive.html
file path=usr/lib/mailman/templates/sv/headfoot.html
file path=usr/lib/mailman/templates/sv/help.txt
file path=usr/lib/mailman/templates/sv/invite.txt
file path=usr/lib/mailman/templates/sv/listinfo.html
file path=usr/lib/mailman/templates/sv/masthead.txt
file path=usr/lib/mailman/templates/sv/newlist.txt
file path=usr/lib/mailman/templates/sv/nomoretoday.txt
file path=usr/lib/mailman/templates/sv/options.html
file path=usr/lib/mailman/templates/sv/postack.txt
file path=usr/lib/mailman/templates/sv/postauth.txt
file path=usr/lib/mailman/templates/sv/postheld.txt
file path=usr/lib/mailman/templates/sv/private.html
file path=usr/lib/mailman/templates/sv/refuse.txt
file path=usr/lib/mailman/templates/sv/roster.html
file path=usr/lib/mailman/templates/sv/subauth.txt
file path=usr/lib/mailman/templates/sv/subscribe.html
file path=usr/lib/mailman/templates/sv/subscribeack.txt
file path=usr/lib/mailman/templates/sv/unsub.txt
file path=usr/lib/mailman/templates/sv/unsubauth.txt
file path=usr/lib/mailman/templates/sv/userpass.txt
file path=usr/lib/mailman/templates/sv/verify.txt
file path=usr/lib/mailman/templates/tr/admindbdetails.html
file path=usr/lib/mailman/templates/tr/admindbpreamble.html
file path=usr/lib/mailman/templates/tr/admindbsummary.html
file path=usr/lib/mailman/templates/tr/adminsubscribeack.txt
file path=usr/lib/mailman/templates/tr/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/tr/admlogin.html
file path=usr/lib/mailman/templates/tr/approve.txt
file path=usr/lib/mailman/templates/tr/archidxentry.html
file path=usr/lib/mailman/templates/tr/archidxfoot.html
file path=usr/lib/mailman/templates/tr/archidxhead.html
file path=usr/lib/mailman/templates/tr/archlistend.html
file path=usr/lib/mailman/templates/tr/archliststart.html
file path=usr/lib/mailman/templates/tr/archtoc.html
file path=usr/lib/mailman/templates/tr/archtocentry.html
file path=usr/lib/mailman/templates/tr/archtocnombox.html
file path=usr/lib/mailman/templates/tr/article.html
file path=usr/lib/mailman/templates/tr/bounce.txt
file path=usr/lib/mailman/templates/tr/checkdbs.txt
file path=usr/lib/mailman/templates/tr/convert.txt
file path=usr/lib/mailman/templates/tr/cronpass.txt
file path=usr/lib/mailman/templates/tr/disabled.txt
file path=usr/lib/mailman/templates/tr/emptyarchive.html
file path=usr/lib/mailman/templates/tr/headfoot.html
file path=usr/lib/mailman/templates/tr/help.txt
file path=usr/lib/mailman/templates/tr/invite.txt
file path=usr/lib/mailman/templates/tr/listinfo.html
file path=usr/lib/mailman/templates/tr/masthead.txt
file path=usr/lib/mailman/templates/tr/newlist.txt
file path=usr/lib/mailman/templates/tr/nomoretoday.txt
file path=usr/lib/mailman/templates/tr/options.html
file path=usr/lib/mailman/templates/tr/postack.txt
file path=usr/lib/mailman/templates/tr/postauth.txt
file path=usr/lib/mailman/templates/tr/postheld.txt
file path=usr/lib/mailman/templates/tr/private.html
file path=usr/lib/mailman/templates/tr/refuse.txt
file path=usr/lib/mailman/templates/tr/roster.html
file path=usr/lib/mailman/templates/tr/subauth.txt
file path=usr/lib/mailman/templates/tr/subscribe.html
file path=usr/lib/mailman/templates/tr/subscribeack.txt
file path=usr/lib/mailman/templates/tr/unsub.txt
file path=usr/lib/mailman/templates/tr/unsubauth.txt
file path=usr/lib/mailman/templates/tr/userpass.txt
file path=usr/lib/mailman/templates/tr/verify.txt
file path=usr/lib/mailman/templates/uk/admindbdetails.html
file path=usr/lib/mailman/templates/uk/admindbpreamble.html
file path=usr/lib/mailman/templates/uk/admindbsummary.html
file path=usr/lib/mailman/templates/uk/adminsubscribeack.txt
file path=usr/lib/mailman/templates/uk/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/uk/admlogin.html
file path=usr/lib/mailman/templates/uk/approve.txt
file path=usr/lib/mailman/templates/uk/archidxentry.html
file path=usr/lib/mailman/templates/uk/archidxfoot.html
file path=usr/lib/mailman/templates/uk/archidxhead.html
file path=usr/lib/mailman/templates/uk/archlistend.html
file path=usr/lib/mailman/templates/uk/archliststart.html
file path=usr/lib/mailman/templates/uk/archtoc.html
file path=usr/lib/mailman/templates/uk/archtocentry.html
file path=usr/lib/mailman/templates/uk/archtocnombox.html
file path=usr/lib/mailman/templates/uk/article.html
file path=usr/lib/mailman/templates/uk/bounce.txt
file path=usr/lib/mailman/templates/uk/checkdbs.txt
file path=usr/lib/mailman/templates/uk/convert.txt
file path=usr/lib/mailman/templates/uk/cronpass.txt
file path=usr/lib/mailman/templates/uk/disabled.txt
file path=usr/lib/mailman/templates/uk/emptyarchive.html
file path=usr/lib/mailman/templates/uk/headfoot.html
file path=usr/lib/mailman/templates/uk/help.txt
file path=usr/lib/mailman/templates/uk/invite.txt
file path=usr/lib/mailman/templates/uk/listinfo.html
file path=usr/lib/mailman/templates/uk/masthead.txt
file path=usr/lib/mailman/templates/uk/newlist.txt
file path=usr/lib/mailman/templates/uk/nomoretoday.txt
file path=usr/lib/mailman/templates/uk/options.html
file path=usr/lib/mailman/templates/uk/postack.txt
file path=usr/lib/mailman/templates/uk/postauth.txt
file path=usr/lib/mailman/templates/uk/postheld.txt
file path=usr/lib/mailman/templates/uk/private.html
file path=usr/lib/mailman/templates/uk/probe.txt
file path=usr/lib/mailman/templates/uk/refuse.txt
file path=usr/lib/mailman/templates/uk/roster.html
file path=usr/lib/mailman/templates/uk/subauth.txt
file path=usr/lib/mailman/templates/uk/subscribe.html
file path=usr/lib/mailman/templates/uk/subscribeack.txt
file path=usr/lib/mailman/templates/uk/unsub.txt
file path=usr/lib/mailman/templates/uk/unsubauth.txt
file path=usr/lib/mailman/templates/uk/userpass.txt
file path=usr/lib/mailman/templates/uk/verify.txt
file path=usr/lib/mailman/templates/vi/admindbdetails.html
file path=usr/lib/mailman/templates/vi/admindbpreamble.html
file path=usr/lib/mailman/templates/vi/admindbsummary.html
file path=usr/lib/mailman/templates/vi/adminsubscribeack.txt
file path=usr/lib/mailman/templates/vi/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/vi/admlogin.html
file path=usr/lib/mailman/templates/vi/approve.txt
file path=usr/lib/mailman/templates/vi/archidxentry.html
file path=usr/lib/mailman/templates/vi/archidxfoot.html
file path=usr/lib/mailman/templates/vi/archidxhead.html
file path=usr/lib/mailman/templates/vi/archlistend.html
file path=usr/lib/mailman/templates/vi/archliststart.html
file path=usr/lib/mailman/templates/vi/archtoc.html
file path=usr/lib/mailman/templates/vi/archtocentry.html
file path=usr/lib/mailman/templates/vi/archtocnombox.html
file path=usr/lib/mailman/templates/vi/article.html
file path=usr/lib/mailman/templates/vi/bounce.txt
file path=usr/lib/mailman/templates/vi/checkdbs.txt
file path=usr/lib/mailman/templates/vi/convert.txt
file path=usr/lib/mailman/templates/vi/cronpass.txt
file path=usr/lib/mailman/templates/vi/disabled.txt
file path=usr/lib/mailman/templates/vi/emptyarchive.html
file path=usr/lib/mailman/templates/vi/headfoot.html
file path=usr/lib/mailman/templates/vi/help.txt
file path=usr/lib/mailman/templates/vi/invite.txt
file path=usr/lib/mailman/templates/vi/listinfo.html
file path=usr/lib/mailman/templates/vi/masthead.txt
file path=usr/lib/mailman/templates/vi/newlist.txt
file path=usr/lib/mailman/templates/vi/nomoretoday.txt
file path=usr/lib/mailman/templates/vi/options.html
file path=usr/lib/mailman/templates/vi/postack.txt
file path=usr/lib/mailman/templates/vi/postauth.txt
file path=usr/lib/mailman/templates/vi/postheld.txt
file path=usr/lib/mailman/templates/vi/private.html
file path=usr/lib/mailman/templates/vi/probe.txt
file path=usr/lib/mailman/templates/vi/refuse.txt
file path=usr/lib/mailman/templates/vi/roster.html
file path=usr/lib/mailman/templates/vi/subauth.txt
file path=usr/lib/mailman/templates/vi/subscribe.html
file path=usr/lib/mailman/templates/vi/subscribeack.txt
file path=usr/lib/mailman/templates/vi/unsub.txt
file path=usr/lib/mailman/templates/vi/unsubauth.txt
file path=usr/lib/mailman/templates/vi/userpass.txt
file path=usr/lib/mailman/templates/vi/verify.txt
file path=usr/lib/mailman/templates/zh_CN/admindbdetails.html
file path=usr/lib/mailman/templates/zh_CN/admindbpreamble.html
file path=usr/lib/mailman/templates/zh_CN/admindbsummary.html
file path=usr/lib/mailman/templates/zh_CN/adminsubscribeack.txt
file path=usr/lib/mailman/templates/zh_CN/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/zh_CN/admlogin.html
file path=usr/lib/mailman/templates/zh_CN/approve.txt
file path=usr/lib/mailman/templates/zh_CN/archidxentry.html
file path=usr/lib/mailman/templates/zh_CN/archidxfoot.html
file path=usr/lib/mailman/templates/zh_CN/archidxhead.html
file path=usr/lib/mailman/templates/zh_CN/archlistend.html
file path=usr/lib/mailman/templates/zh_CN/archliststart.html
file path=usr/lib/mailman/templates/zh_CN/archtoc.html
file path=usr/lib/mailman/templates/zh_CN/archtocentry.html
file path=usr/lib/mailman/templates/zh_CN/archtocnombox.html
file path=usr/lib/mailman/templates/zh_CN/article.html
file path=usr/lib/mailman/templates/zh_CN/bounce.txt
file path=usr/lib/mailman/templates/zh_CN/checkdbs.txt
file path=usr/lib/mailman/templates/zh_CN/convert.txt
file path=usr/lib/mailman/templates/zh_CN/cronpass.txt
file path=usr/lib/mailman/templates/zh_CN/disabled.txt
file path=usr/lib/mailman/templates/zh_CN/emptyarchive.html
file path=usr/lib/mailman/templates/zh_CN/headfoot.html
file path=usr/lib/mailman/templates/zh_CN/help.txt
file path=usr/lib/mailman/templates/zh_CN/invite.txt
file path=usr/lib/mailman/templates/zh_CN/listinfo.html
file path=usr/lib/mailman/templates/zh_CN/masthead.txt
file path=usr/lib/mailman/templates/zh_CN/newlist.txt
file path=usr/lib/mailman/templates/zh_CN/nomoretoday.txt
file path=usr/lib/mailman/templates/zh_CN/options.html
file path=usr/lib/mailman/templates/zh_CN/postack.txt
file path=usr/lib/mailman/templates/zh_CN/postauth.txt
file path=usr/lib/mailman/templates/zh_CN/postheld.txt
file path=usr/lib/mailman/templates/zh_CN/private.html
file path=usr/lib/mailman/templates/zh_CN/probe.txt
file path=usr/lib/mailman/templates/zh_CN/refuse.txt
file path=usr/lib/mailman/templates/zh_CN/roster.html
file path=usr/lib/mailman/templates/zh_CN/subauth.txt
file path=usr/lib/mailman/templates/zh_CN/subscribe.html
file path=usr/lib/mailman/templates/zh_CN/subscribeack.txt
file path=usr/lib/mailman/templates/zh_CN/unsub.txt
file path=usr/lib/mailman/templates/zh_CN/unsubauth.txt
file path=usr/lib/mailman/templates/zh_CN/userpass.txt
file path=usr/lib/mailman/templates/zh_CN/verify.txt
file path=usr/lib/mailman/templates/zh_TW/admindbpreamble.html
file path=usr/lib/mailman/templates/zh_TW/adminsubscribeack.txt
file path=usr/lib/mailman/templates/zh_TW/adminunsubscribeack.txt
file path=usr/lib/mailman/templates/zh_TW/admlogin.html
file path=usr/lib/mailman/templates/zh_TW/approve.txt
file path=usr/lib/mailman/templates/zh_TW/bounce.txt
file path=usr/lib/mailman/templates/zh_TW/checkdbs.txt
file path=usr/lib/mailman/templates/zh_TW/convert.txt
file path=usr/lib/mailman/templates/zh_TW/cronpass.txt
file path=usr/lib/mailman/templates/zh_TW/handle_opts.html
file path=usr/lib/mailman/templates/zh_TW/headfoot.html
file path=usr/lib/mailman/templates/zh_TW/help.txt
file path=usr/lib/mailman/templates/zh_TW/listinfo.html
file path=usr/lib/mailman/templates/zh_TW/masthead.txt
file path=usr/lib/mailman/templates/zh_TW/newlist.txt
file path=usr/lib/mailman/templates/zh_TW/options.html
file path=usr/lib/mailman/templates/zh_TW/postack.txt
file path=usr/lib/mailman/templates/zh_TW/postauth.txt
file path=usr/lib/mailman/templates/zh_TW/postheld.txt
file path=usr/lib/mailman/templates/zh_TW/refuse.txt
file path=usr/lib/mailman/templates/zh_TW/roster.html
file path=usr/lib/mailman/templates/zh_TW/subauth.txt
file path=usr/lib/mailman/templates/zh_TW/subscribe.html
file path=usr/lib/mailman/templates/zh_TW/subscribeack.txt
file path=usr/lib/mailman/templates/zh_TW/userpass.txt
file path=usr/lib/mailman/templates/zh_TW/verify.txt
dir  path=usr/lib/mailman/tests owner=mailman group=mailman mode=02775
file path=usr/lib/mailman/tests/EmailBase.py
file path=usr/lib/mailman/tests/TestBase.py
file path=usr/lib/mailman/tests/bounces/aol_01.txt
file path=usr/lib/mailman/tests/bounces/bounce_01.txt
file path=usr/lib/mailman/tests/bounces/bounce_02.txt
file path=usr/lib/mailman/tests/bounces/bounce_03.txt
file path=usr/lib/mailman/tests/bounces/dsn_01.txt
file path=usr/lib/mailman/tests/bounces/dsn_02.txt
file path=usr/lib/mailman/tests/bounces/dsn_03.txt
file path=usr/lib/mailman/tests/bounces/dsn_04.txt
file path=usr/lib/mailman/tests/bounces/dsn_05.txt
file path=usr/lib/mailman/tests/bounces/dsn_06.txt
file path=usr/lib/mailman/tests/bounces/dsn_07.txt
file path=usr/lib/mailman/tests/bounces/dsn_08.txt
file path=usr/lib/mailman/tests/bounces/dsn_09.txt
file path=usr/lib/mailman/tests/bounces/dsn_10.txt
file path=usr/lib/mailman/tests/bounces/dsn_11.txt
file path=usr/lib/mailman/tests/bounces/dsn_12.txt
file path=usr/lib/mailman/tests/bounces/dsn_13.txt
file path=usr/lib/mailman/tests/bounces/dsn_14.txt
file path=usr/lib/mailman/tests/bounces/dsn_15.txt
file path=usr/lib/mailman/tests/bounces/dsn_16.txt
file path=usr/lib/mailman/tests/bounces/dsn_17.txt
file path=usr/lib/mailman/tests/bounces/dumbass_01.txt
file path=usr/lib/mailman/tests/bounces/exim_01.txt
file path=usr/lib/mailman/tests/bounces/groupwise_01.txt
file path=usr/lib/mailman/tests/bounces/groupwise_02.txt
file path=usr/lib/mailman/tests/bounces/hotpop_01.txt
file path=usr/lib/mailman/tests/bounces/llnl_01.txt
file path=usr/lib/mailman/tests/bounces/microsoft_01.txt
file path=usr/lib/mailman/tests/bounces/microsoft_02.txt
file path=usr/lib/mailman/tests/bounces/microsoft_03.txt
file path=usr/lib/mailman/tests/bounces/netscape_01.txt
file path=usr/lib/mailman/tests/bounces/newmailru_01.txt
file path=usr/lib/mailman/tests/bounces/postfix_01.txt
file path=usr/lib/mailman/tests/bounces/postfix_02.txt
file path=usr/lib/mailman/tests/bounces/postfix_03.txt
file path=usr/lib/mailman/tests/bounces/postfix_04.txt
file path=usr/lib/mailman/tests/bounces/postfix_05.txt
file path=usr/lib/mailman/tests/bounces/qmail_01.txt
file path=usr/lib/mailman/tests/bounces/qmail_02.txt
file path=usr/lib/mailman/tests/bounces/qmail_03.txt
file path=usr/lib/mailman/tests/bounces/qmail_04.txt
file path=usr/lib/mailman/tests/bounces/qmail_05.txt
file path=usr/lib/mailman/tests/bounces/qmail_06.txt
file path=usr/lib/mailman/tests/bounces/qmail_07.txt
file path=usr/lib/mailman/tests/bounces/qmail_08.txt
file path=usr/lib/mailman/tests/bounces/sendmail_01.txt
file path=usr/lib/mailman/tests/bounces/simple_01.txt
file path=usr/lib/mailman/tests/bounces/simple_02.txt
file path=usr/lib/mailman/tests/bounces/simple_03.txt
file path=usr/lib/mailman/tests/bounces/simple_04.txt
file path=usr/lib/mailman/tests/bounces/simple_05.txt
file path=usr/lib/mailman/tests/bounces/simple_06.txt
file path=usr/lib/mailman/tests/bounces/simple_07.txt
file path=usr/lib/mailman/tests/bounces/simple_08.txt
file path=usr/lib/mailman/tests/bounces/simple_09.txt
file path=usr/lib/mailman/tests/bounces/simple_10.txt
file path=usr/lib/mailman/tests/bounces/simple_11.txt
file path=usr/lib/mailman/tests/bounces/simple_12.txt
file path=usr/lib/mailman/tests/bounces/simple_13.txt
file path=usr/lib/mailman/tests/bounces/simple_14.txt
file path=usr/lib/mailman/tests/bounces/simple_15.txt
file path=usr/lib/mailman/tests/bounces/simple_16.txt
file path=usr/lib/mailman/tests/bounces/simple_17.txt
file path=usr/lib/mailman/tests/bounces/simple_18.txt
file path=usr/lib/mailman/tests/bounces/simple_19.txt
file path=usr/lib/mailman/tests/bounces/simple_20.txt
file path=usr/lib/mailman/tests/bounces/simple_21.txt
file path=usr/lib/mailman/tests/bounces/simple_22.txt
file path=usr/lib/mailman/tests/bounces/simple_23.txt
file path=usr/lib/mailman/tests/bounces/simple_24.txt
file path=usr/lib/mailman/tests/bounces/simple_25.txt
file path=usr/lib/mailman/tests/bounces/simple_26.txt
file path=usr/lib/mailman/tests/bounces/simple_27.txt
file path=usr/lib/mailman/tests/bounces/simple_28.txt
file path=usr/lib/mailman/tests/bounces/simple_29.txt
file path=usr/lib/mailman/tests/bounces/simple_30.txt
file path=usr/lib/mailman/tests/bounces/simple_31.txt
file path=usr/lib/mailman/tests/bounces/simple_32.txt
file path=usr/lib/mailman/tests/bounces/simple_33.txt
file path=usr/lib/mailman/tests/bounces/simple_34.txt
file path=usr/lib/mailman/tests/bounces/simple_35.txt
file path=usr/lib/mailman/tests/bounces/simple_36.txt
file path=usr/lib/mailman/tests/bounces/simple_37.txt
file path=usr/lib/mailman/tests/bounces/simple_38.txt
file path=usr/lib/mailman/tests/bounces/simple_39.txt
file path=usr/lib/mailman/tests/bounces/simple_40.txt
file path=usr/lib/mailman/tests/bounces/sina_01.txt
file path=usr/lib/mailman/tests/bounces/smtp32_01.txt
file path=usr/lib/mailman/tests/bounces/smtp32_02.txt
file path=usr/lib/mailman/tests/bounces/smtp32_03.txt
file path=usr/lib/mailman/tests/bounces/smtp32_04.txt
file path=usr/lib/mailman/tests/bounces/smtp32_05.txt
file path=usr/lib/mailman/tests/bounces/smtp32_06.txt
file path=usr/lib/mailman/tests/bounces/smtp32_07.txt
file path=usr/lib/mailman/tests/bounces/yahoo_01.txt
file path=usr/lib/mailman/tests/bounces/yahoo_02.txt
file path=usr/lib/mailman/tests/bounces/yahoo_03.txt
file path=usr/lib/mailman/tests/bounces/yahoo_04.txt
file path=usr/lib/mailman/tests/bounces/yahoo_05.txt
file path=usr/lib/mailman/tests/bounces/yahoo_06.txt
file path=usr/lib/mailman/tests/bounces/yahoo_07.txt
file path=usr/lib/mailman/tests/bounces/yahoo_08.txt
file path=usr/lib/mailman/tests/bounces/yahoo_09.txt
file path=usr/lib/mailman/tests/bounces/yahoo_10.txt
file path=usr/lib/mailman/tests/bounces/yahoo_11.txt
file path=usr/lib/mailman/tests/bounces/yale_01.txt
file path=usr/lib/mailman/tests/fblast.py
file path=usr/lib/mailman/tests/msgs/bad_01.txt
file path=usr/lib/mailman/tests/onebounce.py
file path=usr/lib/mailman/tests/paths.py
file path=usr/lib/mailman/tests/test_bounces.py
file path=usr/lib/mailman/tests/test_handlers.py
file path=usr/lib/mailman/tests/test_lockfile.py
file path=usr/lib/mailman/tests/test_membership.py
file path=usr/lib/mailman/tests/test_message.py
file path=usr/lib/mailman/tests/test_runners.py
file path=usr/lib/mailman/tests/test_safedict.py
file path=usr/lib/mailman/tests/test_security_mgr.py
file path=usr/lib/mailman/tests/test_smtp.py
file path=usr/lib/mailman/tests/testall.py
file path=usr/share/doc/mailman/mailman-admin.dvi
file path=usr/share/doc/mailman/mailman-admin.pdf
file path=usr/share/doc/mailman/mailman-admin.ps
file path=usr/share/doc/mailman/mailman-admin.txt
file path=usr/share/doc/mailman/mailman-admin/WARNINGS
file path=usr/share/doc/mailman/mailman-admin/about.html
file path=usr/share/doc/mailman/mailman-admin/blank.png
file path=usr/share/doc/mailman/mailman-admin/contents.html
file path=usr/share/doc/mailman/mailman-admin/contents.png
file path=usr/share/doc/mailman/mailman-admin/front.html
file path=usr/share/doc/mailman/mailman-admin/index.dat
file path=usr/share/doc/mailman/mailman-admin/index.html
file path=usr/share/doc/mailman/mailman-admin/index.png
file path=usr/share/doc/mailman/mailman-admin/internals.pl
file path=usr/share/doc/mailman/mailman-admin/intlabels.pl
file path=usr/share/doc/mailman/mailman-admin/labels.pl
file path=usr/share/doc/mailman/mailman-admin/mailman-admin.css
file path=usr/share/doc/mailman/mailman-admin/mailman-admin.html
file path=usr/share/doc/mailman/mailman-admin/modules.png
file path=usr/share/doc/mailman/mailman-admin/next.png
file path=usr/share/doc/mailman/mailman-admin/node10.html
file path=usr/share/doc/mailman/mailman-admin/node11.html
file path=usr/share/doc/mailman/mailman-admin/node12.html
file path=usr/share/doc/mailman/mailman-admin/node13.html
file path=usr/share/doc/mailman/mailman-admin/node14.html
file path=usr/share/doc/mailman/mailman-admin/node15.html
file path=usr/share/doc/mailman/mailman-admin/node16.html
file path=usr/share/doc/mailman/mailman-admin/node17.html
file path=usr/share/doc/mailman/mailman-admin/node18.html
file path=usr/share/doc/mailman/mailman-admin/node19.html
file path=usr/share/doc/mailman/mailman-admin/node20.html
file path=usr/share/doc/mailman/mailman-admin/node21.html
file path=usr/share/doc/mailman/mailman-admin/node22.html
file path=usr/share/doc/mailman/mailman-admin/node23.html
file path=usr/share/doc/mailman/mailman-admin/node24.html
file path=usr/share/doc/mailman/mailman-admin/node25.html
file path=usr/share/doc/mailman/mailman-admin/node26.html
file path=usr/share/doc/mailman/mailman-admin/node27.html
file path=usr/share/doc/mailman/mailman-admin/node28.html
file path=usr/share/doc/mailman/mailman-admin/node29.html
file path=usr/share/doc/mailman/mailman-admin/node3.html
file path=usr/share/doc/mailman/mailman-admin/node30.html
file path=usr/share/doc/mailman/mailman-admin/node31.html
file path=usr/share/doc/mailman/mailman-admin/node32.html
file path=usr/share/doc/mailman/mailman-admin/node33.html
file path=usr/share/doc/mailman/mailman-admin/node34.html
file path=usr/share/doc/mailman/mailman-admin/node35.html
file path=usr/share/doc/mailman/mailman-admin/node4.html
file path=usr/share/doc/mailman/mailman-admin/node5.html
file path=usr/share/doc/mailman/mailman-admin/node6.html
file path=usr/share/doc/mailman/mailman-admin/node7.html
file path=usr/share/doc/mailman/mailman-admin/node8.html
file path=usr/share/doc/mailman/mailman-admin/node9.html
file path=usr/share/doc/mailman/mailman-admin/previous.png
file path=usr/share/doc/mailman/mailman-admin/pyfav.png
file path=usr/share/doc/mailman/mailman-admin/up.png
file path=usr/share/doc/mailman/mailman-install.dvi
file path=usr/share/doc/mailman/mailman-install.pdf
file path=usr/share/doc/mailman/mailman-install.ps
file path=usr/share/doc/mailman/mailman-install.txt
file path=usr/share/doc/mailman/mailman-install/about.html
file path=usr/share/doc/mailman/mailman-install/blank.png
file path=usr/share/doc/mailman/mailman-install/bsd-issues.html
file path=usr/share/doc/mailman/mailman-install/building.html
file path=usr/share/doc/mailman/mailman-install/contents.png
file path=usr/share/doc/mailman/mailman-install/create-install-dir.html
file path=usr/share/doc/mailman/mailman-install/customizing.html
file path=usr/share/doc/mailman/mailman-install/exim3-transport.html
file path=usr/share/doc/mailman/mailman-install/front.html
file path=usr/share/doc/mailman/mailman-install/index.dat
file path=usr/share/doc/mailman/mailman-install/index.html
file path=usr/share/doc/mailman/mailman-install/index.png
file path=usr/share/doc/mailman/mailman-install/internals.pl
file path=usr/share/doc/mailman/mailman-install/intlabels.pl
file path=usr/share/doc/mailman/mailman-install/labels.pl
file path=usr/share/doc/mailman/mailman-install/mail-server.html
file path=usr/share/doc/mailman/mailman-install/mailman-install.css
file path=usr/share/doc/mailman/mailman-install/mailman-install.html
file path=usr/share/doc/mailman/mailman-install/modules.png
file path=usr/share/doc/mailman/mailman-install/next.png
file path=usr/share/doc/mailman/mailman-install/node10.html
file path=usr/share/doc/mailman/mailman-install/node12.html
file path=usr/share/doc/mailman/mailman-install/node15.html
file path=usr/share/doc/mailman/mailman-install/node16.html
file path=usr/share/doc/mailman/mailman-install/node17.html
file path=usr/share/doc/mailman/mailman-install/node18.html
file path=usr/share/doc/mailman/mailman-install/node2.html
file path=usr/share/doc/mailman/mailman-install/node20.html
file path=usr/share/doc/mailman/mailman-install/node21.html
file path=usr/share/doc/mailman/mailman-install/node22.html
file path=usr/share/doc/mailman/mailman-install/node23.html
file path=usr/share/doc/mailman/mailman-install/node24.html
file path=usr/share/doc/mailman/mailman-install/node25.html
file path=usr/share/doc/mailman/mailman-install/node26.html
file path=usr/share/doc/mailman/mailman-install/node27.html
file path=usr/share/doc/mailman/mailman-install/node28.html
file path=usr/share/doc/mailman/mailman-install/node29.html
file path=usr/share/doc/mailman/mailman-install/node3.html
file path=usr/share/doc/mailman/mailman-install/node30.html
file path=usr/share/doc/mailman/mailman-install/node31.html
file path=usr/share/doc/mailman/mailman-install/node32.html
file path=usr/share/doc/mailman/mailman-install/node33.html
file path=usr/share/doc/mailman/mailman-install/node34.html
file path=usr/share/doc/mailman/mailman-install/node36.html
file path=usr/share/doc/mailman/mailman-install/node37.html
file path=usr/share/doc/mailman/mailman-install/node38.html
file path=usr/share/doc/mailman/mailman-install/node4.html
file path=usr/share/doc/mailman/mailman-install/node41.html
file path=usr/share/doc/mailman/mailman-install/node42.html
file path=usr/share/doc/mailman/mailman-install/node43.html
file path=usr/share/doc/mailman/mailman-install/node44.html
file path=usr/share/doc/mailman/mailman-install/node45.html
file path=usr/share/doc/mailman/mailman-install/node47.html
file path=usr/share/doc/mailman/mailman-install/node48.html
file path=usr/share/doc/mailman/mailman-install/node50.html
file path=usr/share/doc/mailman/mailman-install/node7.html
file path=usr/share/doc/mailman/mailman-install/node8.html
file path=usr/share/doc/mailman/mailman-install/node9.html
file path=usr/share/doc/mailman/mailman-install/postfix-integration.html
file path=usr/share/doc/mailman/mailman-install/postfix-virtual.html
file path=usr/share/doc/mailman/mailman-install/previous.png
file path=usr/share/doc/mailman/mailman-install/pyfav.png
file path=usr/share/doc/mailman/mailman-install/qmail-issues.html
file path=usr/share/doc/mailman/mailman-install/site-list.html
file path=usr/share/doc/mailman/mailman-install/troubleshooting.html
file path=usr/share/doc/mailman/mailman-install/up.png
file path=usr/share/doc/mailman/mailman-member-es.dvi
file path=usr/share/doc/mailman/mailman-member-es.pdf
file path=usr/share/doc/mailman/mailman-member-es.ps
file path=usr/share/doc/mailman/mailman-member-es.txt
file path=usr/share/doc/mailman/mailman-member-es/WARNINGS
file path=usr/share/doc/mailman/mailman-member-es/about.html
file path=usr/share/doc/mailman/mailman-member-es/blank.png
file path=usr/share/doc/mailman/mailman-member-es/contents.html
file path=usr/share/doc/mailman/mailman-member-es/contents.png
file path=usr/share/doc/mailman/mailman-member-es/front.html
file path=usr/share/doc/mailman/mailman-member-es/images.pl
file path=usr/share/doc/mailman/mailman-member-es/img1.png
file path=usr/share/doc/mailman/mailman-member-es/img2.png
file path=usr/share/doc/mailman/mailman-member-es/img3.png
file path=usr/share/doc/mailman/mailman-member-es/img4.png
file path=usr/share/doc/mailman/mailman-member-es/index.dat
file path=usr/share/doc/mailman/mailman-member-es/index.html
file path=usr/share/doc/mailman/mailman-member-es/index.png
file path=usr/share/doc/mailman/mailman-member-es/internals.pl
file path=usr/share/doc/mailman/mailman-member-es/intlabels.pl
file path=usr/share/doc/mailman/mailman-member-es/labels.pl
file path=usr/share/doc/mailman/mailman-member-es/mailman-member-es.css
file path=usr/share/doc/mailman/mailman-member-es/mailman-member-es.html
file path=usr/share/doc/mailman/mailman-member-es/modules.png
file path=usr/share/doc/mailman/mailman-member-es/next.png
file path=usr/share/doc/mailman/mailman-member-es/node10.html
file path=usr/share/doc/mailman/mailman-member-es/node11.html
file path=usr/share/doc/mailman/mailman-member-es/node12.html
file path=usr/share/doc/mailman/mailman-member-es/node13.html
file path=usr/share/doc/mailman/mailman-member-es/node14.html
file path=usr/share/doc/mailman/mailman-member-es/node15.html
file path=usr/share/doc/mailman/mailman-member-es/node16.html
file path=usr/share/doc/mailman/mailman-member-es/node17.html
file path=usr/share/doc/mailman/mailman-member-es/node18.html
file path=usr/share/doc/mailman/mailman-member-es/node19.html
file path=usr/share/doc/mailman/mailman-member-es/node20.html
file path=usr/share/doc/mailman/mailman-member-es/node21.html
file path=usr/share/doc/mailman/mailman-member-es/node22.html
file path=usr/share/doc/mailman/mailman-member-es/node23.html
file path=usr/share/doc/mailman/mailman-member-es/node24.html
file path=usr/share/doc/mailman/mailman-member-es/node25.html
file path=usr/share/doc/mailman/mailman-member-es/node26.html
file path=usr/share/doc/mailman/mailman-member-es/node27.html
file path=usr/share/doc/mailman/mailman-member-es/node28.html
file path=usr/share/doc/mailman/mailman-member-es/node29.html
file path=usr/share/doc/mailman/mailman-member-es/node3.html
file path=usr/share/doc/mailman/mailman-member-es/node30.html
file path=usr/share/doc/mailman/mailman-member-es/node31.html
file path=usr/share/doc/mailman/mailman-member-es/node32.html
file path=usr/share/doc/mailman/mailman-member-es/node33.html
file path=usr/share/doc/mailman/mailman-member-es/node34.html
file path=usr/share/doc/mailman/mailman-member-es/node35.html
file path=usr/share/doc/mailman/mailman-member-es/node36.html
file path=usr/share/doc/mailman/mailman-member-es/node37.html
file path=usr/share/doc/mailman/mailman-member-es/node38.html
file path=usr/share/doc/mailman/mailman-member-es/node39.html
file path=usr/share/doc/mailman/mailman-member-es/node4.html
file path=usr/share/doc/mailman/mailman-member-es/node40.html
file path=usr/share/doc/mailman/mailman-member-es/node41.html
file path=usr/share/doc/mailman/mailman-member-es/node42.html
file path=usr/share/doc/mailman/mailman-member-es/node5.html
file path=usr/share/doc/mailman/mailman-member-es/node6.html
file path=usr/share/doc/mailman/mailman-member-es/node7.html
file path=usr/share/doc/mailman/mailman-member-es/node8.html
file path=usr/share/doc/mailman/mailman-member-es/node9.html
file path=usr/share/doc/mailman/mailman-member-es/previous.png
file path=usr/share/doc/mailman/mailman-member-es/pyfav.png
file path=usr/share/doc/mailman/mailman-member-es/up.png
file path=usr/share/doc/mailman/mailman-member.dvi
file path=usr/share/doc/mailman/mailman-member.pdf
file path=usr/share/doc/mailman/mailman-member.ps
file path=usr/share/doc/mailman/mailman-member.txt
file path=usr/share/doc/mailman/mailman-member/about.html
file path=usr/share/doc/mailman/mailman-member/blank.png
file path=usr/share/doc/mailman/mailman-member/contents.html
file path=usr/share/doc/mailman/mailman-member/contents.png
file path=usr/share/doc/mailman/mailman-member/front.html
file path=usr/share/doc/mailman/mailman-member/images.pl
file path=usr/share/doc/mailman/mailman-member/img1.png
file path=usr/share/doc/mailman/mailman-member/img2.png
file path=usr/share/doc/mailman/mailman-member/index.dat
file path=usr/share/doc/mailman/mailman-member/index.html
file path=usr/share/doc/mailman/mailman-member/index.png
file path=usr/share/doc/mailman/mailman-member/internals.pl
file path=usr/share/doc/mailman/mailman-member/intlabels.pl
file path=usr/share/doc/mailman/mailman-member/labels.pl
file path=usr/share/doc/mailman/mailman-member/mailman-member.css
file path=usr/share/doc/mailman/mailman-member/mailman-member.html
file path=usr/share/doc/mailman/mailman-member/modules.png
file path=usr/share/doc/mailman/mailman-member/next.png
file path=usr/share/doc/mailman/mailman-member/node10.html
file path=usr/share/doc/mailman/mailman-member/node11.html
file path=usr/share/doc/mailman/mailman-member/node12.html
file path=usr/share/doc/mailman/mailman-member/node13.html
file path=usr/share/doc/mailman/mailman-member/node14.html
file path=usr/share/doc/mailman/mailman-member/node15.html
file path=usr/share/doc/mailman/mailman-member/node16.html
file path=usr/share/doc/mailman/mailman-member/node17.html
file path=usr/share/doc/mailman/mailman-member/node18.html
file path=usr/share/doc/mailman/mailman-member/node19.html
file path=usr/share/doc/mailman/mailman-member/node20.html
file path=usr/share/doc/mailman/mailman-member/node21.html
file path=usr/share/doc/mailman/mailman-member/node22.html
file path=usr/share/doc/mailman/mailman-member/node23.html
file path=usr/share/doc/mailman/mailman-member/node24.html
file path=usr/share/doc/mailman/mailman-member/node25.html
file path=usr/share/doc/mailman/mailman-member/node26.html
file path=usr/share/doc/mailman/mailman-member/node27.html
file path=usr/share/doc/mailman/mailman-member/node28.html
file path=usr/share/doc/mailman/mailman-member/node29.html
file path=usr/share/doc/mailman/mailman-member/node3.html
file path=usr/share/doc/mailman/mailman-member/node30.html
file path=usr/share/doc/mailman/mailman-member/node31.html
file path=usr/share/doc/mailman/mailman-member/node32.html
file path=usr/share/doc/mailman/mailman-member/node33.html
file path=usr/share/doc/mailman/mailman-member/node34.html
file path=usr/share/doc/mailman/mailman-member/node35.html
file path=usr/share/doc/mailman/mailman-member/node36.html
file path=usr/share/doc/mailman/mailman-member/node37.html
file path=usr/share/doc/mailman/mailman-member/node38.html
file path=usr/share/doc/mailman/mailman-member/node39.html
file path=usr/share/doc/mailman/mailman-member/node4.html
file path=usr/share/doc/mailman/mailman-member/node40.html
file path=usr/share/doc/mailman/mailman-member/node41.html
file path=usr/share/doc/mailman/mailman-member/node42.html
file path=usr/share/doc/mailman/mailman-member/node5.html
file path=usr/share/doc/mailman/mailman-member/node6.html
file path=usr/share/doc/mailman/mailman-member/node7.html
file path=usr/share/doc/mailman/mailman-member/node8.html
file path=usr/share/doc/mailman/mailman-member/node9.html
file path=usr/share/doc/mailman/mailman-member/previous.png
file path=usr/share/doc/mailman/mailman-member/pyfav.png
file path=usr/share/doc/mailman/mailman-member/up.png
link path=var/mailman/archives target=../../var/share/mailman/archives
dir  path=var/mailman/data owner=mailman group=mailman mode=02775
file misc/sitelist.cfg path=var/mailman/data/misc/sitelist.cfg
link path=var/mailman/lists target=../../var/share/mailman/lists
link path=var/mailman/locks target=../../var/share/mailman/locks
link path=var/mailman/logs target=../../var/share/mailman/logs
link path=var/mailman/qfiles target=../../var/share/mailman/qfiles
link path=var/mailman/spam target=../../var/share/mailman/spam
#
group groupname=mailman gid=98
user username=mailman ftpuser=false gcos-field=Mailman group=mailman \
    home-dir=/ password=NP uid=98
#
license gnu-COPYING-GPL license=GPLv2