The mail/mailman port
mailman-2.1.39p1 – mailing list manager with web interface (cvsweb github mirror)
Description
This is GNU Mailman, a mailing list management system distributed under the GNU Public License (GPL). Mailman has most of the standard features you'd expect in a mailing list manager, and more: - Web based list administration for nearly all tasks. Web based subscriptions and user configuration management. A customizable "home page" for each mailing list. - Privacy features such as moderation, open and closed list subscription policies, and private membership rosters. - Automatic web based archiving built-in with support for private and public archives, and hooks for external archivers. - Per-user configuration optional digest delivery for either MIME-compliant or RFC 934 style "plain text" digests. - Integrated mail/Usenet gateways. - Integrated auto-replies. - Majordomo-style email based commands. - Integrated bounce detection within an extensible framework. - Integrated spam detection. - An extensible mail delivery pipeline. - Support for virtual domains.WWW: https://www.gnu.org/software/mailman/
Readme
+----------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +----------------------------------------------------------------------- Throughout this document $mailmandir is the directory mailman is installed in. This defaults to ${TRUEPREFIX}/lib/mailman. Most of this text is taken from the file INSTALL of the mailman distribution, with some OpenBSD specific comments added. It's a good time to become root, now. 1) Final Steps for Installation - Add your MTA and web server user to the _mailmanq group. - Configure your web server to give $mailmandir/cgi-bin permission to run CGI scripts by adding ScriptAlias /mailman/ "$mailmandir/cgi-bin/" to /var/www/conf/httpd.conf. There is also adirective you should have a look at. - Copy the Mailman, Python, GNU and OpenBSD logos to a location accessible to your web server. E.g. with Apache, you've usually got an `icons' directory that you can drop the images into. You want to copy $mailmandir/icons/mailman.jpg, $mailmandir/icons/PythonPowered.png, $mailmandir/icons/gnu-head-tiny.jpg, $mailmandir/icons/mm-icon.png and /var/www/htdocs/openbsd_pb.gif to this directory. You then want to add a line to your $mailmandir/Mailman/mm_cfg.py file which sets the base URL for the logos. For example: IMAGE_LOGOS = '/images/' The default value for IMAGE_LOGOS is '/icons/'. Read the comment in Defaults.py.in for details. - Configure your web server to point to the Pipermail public mailing list archives: For example, in Apache: Alias /pipermail/ "/var/spool/mailman/archives/public/" Be sure to configure your web server to follow symbolic links in this directory, otherwise public Pipermail archives won't be accessible. For Apache users, consult the FollowSymLinks option. Also, if you're going to be supporting internationalized public archives, you will probably want to turn off any default charset directive for the Pipermail directory, otherwise your multilingual archive pages won't show up correctly. Here's an example for Apache, based on the standard installation directories: AddDefaultCharset Off Now restart your web server. - Create a "site-wide" mailing list. This is the one that password reminders, error reports and warnings will appear to come from. Usually this should be the "mailman" mailing list, but if you need to change this, be sure to change the MAILMAN_SITE_LIST variable in mm_cfg.py (see below), too. As of mailman 2.1.x this list is mandatory. You won't be able to run 'mailmanctl' without it. % bin/newlist mailman Follow the prompts, and see the README file for more information. Be sure to subscribe yourself to the site list, but use the admin interface because mailback subscription confirmations won't work at this point. - Set up the crontab entries. Mailman runs a number of cron jobs for its basic functionality. Add $mailmandir/cron/crontab.in as a crontab entry by executing these commands: % cd $mailmandir/cron % crontab -u _mailman crontab.in - Start the Mailman qrunner daemon, by executing the following from the $mailmandir directory: % bin/mailmanctl start If you want to start Mailman every time you reboot your system, enable the rc script. - Look to see if there is special instructions about hooking your MTA up to Mailman. If so, there will be a README.file in $mailmandir/../../share/doc/mailman. - Change the values for DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST. These are set to 'locahost' in Defaults.py. Make any necessary changes in the mm_cfg.py file. Note that if you change either of these two values, you'll want to add the following afterwards in the mm_cfg.py file: add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) 2) Customize Mailman - The file $mailmandir/Mailman/Defaults.py contains a number of defaults for your installation. If any of these are incorrect, override them in $mailmandir/Mailman/mm_cfg.py, NOT IN Defaults.py! See the comments in Defaults.py for details. Once a list is created, editing many of these variables will have no effect (you need to configure your lists through the web admin interface or through the command line script bin/config_list). The (un-)install process will not (delete/)overwrite an existing mm_cfg.py file so you can freely make changes to it. Note: Do *not* change HOME_DIR or MAILMAN_DIR. These are set automatically by the configure script. - Create the site password using: % $mailmandir/bin/mmsitepass This password can be used anywhere that individual user or mailing list administrator passwords are required, giving the mailman site administrator the ability to adjust these things when necessary. You may also want to create a password for the site-wide "list creator" role (someone other than the site administrator who as privileges to create and remove lists through the web). Use the -c option to mmsitepass to set this. 3) Getting started See the README file under the section "CREATE YOUR FIRST LIST" for a quick introduction to creating an initial test list. 4) Troubleshooting If you encounter problems with running Mailman, first check the "Common Problems" section, below. If your problem is not covered there, check the file FAQ. Then check for a log entry from Mailman in your syslog. If you encounter an error, send an error report to mailman-users@python.org or if it is a port specific problem, mail the ${MAINTAINER} directly or ask on ports@openbsd.org. Include a description of what you're doing to cause the problem, and the relevant lines from your syslog. Also include information on your operating system and version of Python. 5) Common Problems Problem: All Mailman web pages give a 404 File not found error. Solution: Your web server has not been set up properly for handling Mailman's cgi commands. Make sure you've: 1) Configured the web server to give permissions to $mailmandir/cgi-bin/ 2) Restarted the web server properly. Consult your web server's documentation for instructions on how to do these things. Problem: I send mail to the list, and get back mail saying the list is not found! Solution: You probably didn't add the necessary aliases to the system alias database, given to you when you ran the newlist command. If you did add them, you likely did not update the alias database, or your system requires you to run newaliases explicitly. Refer to section 3 above for more information. Problem: The cgi and mail wrapper programs are logging complaints about group mismatch. Solution: Add your MTA and web server user to the _mailmanq group. Problem: I send mail to the list, and get back mail saying, "sh: mailman not available for sendmail programs" Solution: Your system uses sendmail restricted shell (smrsh). You need to configure smrsh by creating a symbolic link from the mail wrapper ($mailmandir/mail/wrapper) to the directory identifying executables allowed to run under smrsh. Have a look at the manpage of smrsh(8).
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Files
- /etc/rc.d/mailman
- /usr/local/lib/mailman/
- /usr/local/lib/mailman/Mailman/
- /usr/local/lib/mailman/Mailman/Archiver/
- /usr/local/lib/mailman/Mailman/Archiver/Archiver.py
- /usr/local/lib/mailman/Mailman/Archiver/Archiver.pyc
- /usr/local/lib/mailman/Mailman/Archiver/HyperArch.py
- /usr/local/lib/mailman/Mailman/Archiver/HyperArch.pyc
- /usr/local/lib/mailman/Mailman/Archiver/HyperDatabase.py
- /usr/local/lib/mailman/Mailman/Archiver/HyperDatabase.pyc
- /usr/local/lib/mailman/Mailman/Archiver/__init__.py
- /usr/local/lib/mailman/Mailman/Archiver/__init__.pyc
- /usr/local/lib/mailman/Mailman/Archiver/pipermail.py
- /usr/local/lib/mailman/Mailman/Archiver/pipermail.pyc
- /usr/local/lib/mailman/Mailman/Autoresponder.py
- /usr/local/lib/mailman/Mailman/Autoresponder.pyc
- /usr/local/lib/mailman/Mailman/Bouncer.py
- /usr/local/lib/mailman/Mailman/Bouncer.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/
- /usr/local/lib/mailman/Mailman/Bouncers/AOL.py
- /usr/local/lib/mailman/Mailman/Bouncers/AOL.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/BouncerAPI.py
- /usr/local/lib/mailman/Mailman/Bouncers/BouncerAPI.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Caiwireless.py
- /usr/local/lib/mailman/Mailman/Bouncers/Caiwireless.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Compuserve.py
- /usr/local/lib/mailman/Mailman/Bouncers/Compuserve.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/DSN.py
- /usr/local/lib/mailman/Mailman/Bouncers/DSN.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Exchange.py
- /usr/local/lib/mailman/Mailman/Bouncers/Exchange.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Exim.py
- /usr/local/lib/mailman/Mailman/Bouncers/Exim.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/GroupWise.py
- /usr/local/lib/mailman/Mailman/Bouncers/GroupWise.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/LLNL.py
- /usr/local/lib/mailman/Mailman/Bouncers/LLNL.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Microsoft.py
- /usr/local/lib/mailman/Mailman/Bouncers/Microsoft.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Netscape.py
- /usr/local/lib/mailman/Mailman/Bouncers/Netscape.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Postfix.py
- /usr/local/lib/mailman/Mailman/Bouncers/Postfix.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Qmail.py
- /usr/local/lib/mailman/Mailman/Bouncers/Qmail.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/SMTP32.py
- /usr/local/lib/mailman/Mailman/Bouncers/SMTP32.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/SimpleMatch.py
- /usr/local/lib/mailman/Mailman/Bouncers/SimpleMatch.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/SimpleWarning.py
- /usr/local/lib/mailman/Mailman/Bouncers/SimpleWarning.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Sina.py
- /usr/local/lib/mailman/Mailman/Bouncers/Sina.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Yahoo.py
- /usr/local/lib/mailman/Mailman/Bouncers/Yahoo.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/Yale.py
- /usr/local/lib/mailman/Mailman/Bouncers/Yale.pyc
- /usr/local/lib/mailman/Mailman/Bouncers/__init__.py
- /usr/local/lib/mailman/Mailman/Bouncers/__init__.pyc
- /usr/local/lib/mailman/Mailman/CSRFcheck.py
- /usr/local/lib/mailman/Mailman/CSRFcheck.pyc
- /usr/local/lib/mailman/Mailman/Cgi/
- /usr/local/lib/mailman/Mailman/Cgi/Auth.py
- /usr/local/lib/mailman/Mailman/Cgi/Auth.pyc
- /usr/local/lib/mailman/Mailman/Cgi/__init__.py
- /usr/local/lib/mailman/Mailman/Cgi/__init__.pyc
- /usr/local/lib/mailman/Mailman/Cgi/admin.py
- /usr/local/lib/mailman/Mailman/Cgi/admin.pyc
- /usr/local/lib/mailman/Mailman/Cgi/admindb.py
- /usr/local/lib/mailman/Mailman/Cgi/admindb.pyc
- /usr/local/lib/mailman/Mailman/Cgi/confirm.py
- /usr/local/lib/mailman/Mailman/Cgi/confirm.pyc
- /usr/local/lib/mailman/Mailman/Cgi/create.py
- /usr/local/lib/mailman/Mailman/Cgi/create.pyc
- /usr/local/lib/mailman/Mailman/Cgi/edithtml.py
- /usr/local/lib/mailman/Mailman/Cgi/edithtml.pyc
- /usr/local/lib/mailman/Mailman/Cgi/listinfo.py
- /usr/local/lib/mailman/Mailman/Cgi/listinfo.pyc
- /usr/local/lib/mailman/Mailman/Cgi/options.py
- /usr/local/lib/mailman/Mailman/Cgi/options.pyc
- /usr/local/lib/mailman/Mailman/Cgi/private.py
- /usr/local/lib/mailman/Mailman/Cgi/private.pyc
- /usr/local/lib/mailman/Mailman/Cgi/rmlist.py
- /usr/local/lib/mailman/Mailman/Cgi/rmlist.pyc
- /usr/local/lib/mailman/Mailman/Cgi/roster.py
- /usr/local/lib/mailman/Mailman/Cgi/roster.pyc
- /usr/local/lib/mailman/Mailman/Cgi/subscribe.py
- /usr/local/lib/mailman/Mailman/Cgi/subscribe.pyc
- /usr/local/lib/mailman/Mailman/Commands/
- /usr/local/lib/mailman/Mailman/Commands/__init__.py
- /usr/local/lib/mailman/Mailman/Commands/__init__.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_confirm.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_confirm.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_echo.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_echo.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_end.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_end.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_help.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_help.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_info.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_info.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_join.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_join.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_leave.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_leave.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_lists.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_lists.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_password.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_password.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_remove.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_remove.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_set.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_set.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_stop.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_stop.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_subscribe.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_subscribe.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_unsubscribe.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_unsubscribe.pyc
- /usr/local/lib/mailman/Mailman/Commands/cmd_who.py
- /usr/local/lib/mailman/Mailman/Commands/cmd_who.pyc
- /usr/local/lib/mailman/Mailman/Defaults.py
- /usr/local/lib/mailman/Mailman/Defaults.pyc
- /usr/local/lib/mailman/Mailman/Deliverer.py
- /usr/local/lib/mailman/Mailman/Deliverer.pyc
- /usr/local/lib/mailman/Mailman/Digester.py
- /usr/local/lib/mailman/Mailman/Digester.pyc
- /usr/local/lib/mailman/Mailman/Errors.py
- /usr/local/lib/mailman/Mailman/Errors.pyc
- /usr/local/lib/mailman/Mailman/GatewayManager.py
- /usr/local/lib/mailman/Mailman/GatewayManager.pyc
- /usr/local/lib/mailman/Mailman/Gui/
- /usr/local/lib/mailman/Mailman/Gui/Archive.py
- /usr/local/lib/mailman/Mailman/Gui/Archive.pyc
- /usr/local/lib/mailman/Mailman/Gui/Autoresponse.py
- /usr/local/lib/mailman/Mailman/Gui/Autoresponse.pyc
- /usr/local/lib/mailman/Mailman/Gui/Bounce.py
- /usr/local/lib/mailman/Mailman/Gui/Bounce.pyc
- /usr/local/lib/mailman/Mailman/Gui/ContentFilter.py
- /usr/local/lib/mailman/Mailman/Gui/ContentFilter.pyc
- /usr/local/lib/mailman/Mailman/Gui/Digest.py
- /usr/local/lib/mailman/Mailman/Gui/Digest.pyc
- /usr/local/lib/mailman/Mailman/Gui/GUIBase.py
- /usr/local/lib/mailman/Mailman/Gui/GUIBase.pyc
- /usr/local/lib/mailman/Mailman/Gui/General.py
- /usr/local/lib/mailman/Mailman/Gui/General.pyc
- /usr/local/lib/mailman/Mailman/Gui/Language.py
- /usr/local/lib/mailman/Mailman/Gui/Language.pyc
- /usr/local/lib/mailman/Mailman/Gui/Membership.py
- /usr/local/lib/mailman/Mailman/Gui/Membership.pyc
- /usr/local/lib/mailman/Mailman/Gui/NonDigest.py
- /usr/local/lib/mailman/Mailman/Gui/NonDigest.pyc
- /usr/local/lib/mailman/Mailman/Gui/Passwords.py
- /usr/local/lib/mailman/Mailman/Gui/Passwords.pyc
- /usr/local/lib/mailman/Mailman/Gui/Privacy.py
- /usr/local/lib/mailman/Mailman/Gui/Privacy.pyc
- /usr/local/lib/mailman/Mailman/Gui/Topics.py
- /usr/local/lib/mailman/Mailman/Gui/Topics.pyc
- /usr/local/lib/mailman/Mailman/Gui/Usenet.py
- /usr/local/lib/mailman/Mailman/Gui/Usenet.pyc
- /usr/local/lib/mailman/Mailman/Gui/__init__.py
- /usr/local/lib/mailman/Mailman/Gui/__init__.pyc
- /usr/local/lib/mailman/Mailman/HTMLFormatter.py
- /usr/local/lib/mailman/Mailman/HTMLFormatter.pyc
- /usr/local/lib/mailman/Mailman/Handlers/
- /usr/local/lib/mailman/Mailman/Handlers/Acknowledge.py
- /usr/local/lib/mailman/Mailman/Handlers/Acknowledge.pyc
- /usr/local/lib/mailman/Mailman/Handlers/AfterDelivery.py
- /usr/local/lib/mailman/Mailman/Handlers/AfterDelivery.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Approve.py
- /usr/local/lib/mailman/Mailman/Handlers/Approve.pyc
- /usr/local/lib/mailman/Mailman/Handlers/AvoidDuplicates.py
- /usr/local/lib/mailman/Mailman/Handlers/AvoidDuplicates.pyc
- /usr/local/lib/mailman/Mailman/Handlers/CalcRecips.py
- /usr/local/lib/mailman/Mailman/Handlers/CalcRecips.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Cleanse.py
- /usr/local/lib/mailman/Mailman/Handlers/Cleanse.pyc
- /usr/local/lib/mailman/Mailman/Handlers/CleanseDKIM.py
- /usr/local/lib/mailman/Mailman/Handlers/CleanseDKIM.pyc
- /usr/local/lib/mailman/Mailman/Handlers/CookHeaders.py
- /usr/local/lib/mailman/Mailman/Handlers/CookHeaders.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Decorate.py
- /usr/local/lib/mailman/Mailman/Handlers/Decorate.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Emergency.py
- /usr/local/lib/mailman/Mailman/Handlers/Emergency.pyc
- /usr/local/lib/mailman/Mailman/Handlers/FileRecips.py
- /usr/local/lib/mailman/Mailman/Handlers/FileRecips.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Hold.py
- /usr/local/lib/mailman/Mailman/Handlers/Hold.pyc
- /usr/local/lib/mailman/Mailman/Handlers/MimeDel.py
- /usr/local/lib/mailman/Mailman/Handlers/MimeDel.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Moderate.py
- /usr/local/lib/mailman/Mailman/Handlers/Moderate.pyc
- /usr/local/lib/mailman/Mailman/Handlers/OwnerRecips.py
- /usr/local/lib/mailman/Mailman/Handlers/OwnerRecips.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Replybot.py
- /usr/local/lib/mailman/Mailman/Handlers/Replybot.pyc
- /usr/local/lib/mailman/Mailman/Handlers/SMTPDirect.py
- /usr/local/lib/mailman/Mailman/Handlers/SMTPDirect.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Scrubber.py
- /usr/local/lib/mailman/Mailman/Handlers/Scrubber.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Sendmail.py
- /usr/local/lib/mailman/Mailman/Handlers/Sendmail.pyc
- /usr/local/lib/mailman/Mailman/Handlers/SpamDetect.py
- /usr/local/lib/mailman/Mailman/Handlers/SpamDetect.pyc
- /usr/local/lib/mailman/Mailman/Handlers/Tagger.py
- /usr/local/lib/mailman/Mailman/Handlers/Tagger.pyc
- /usr/local/lib/mailman/Mailman/Handlers/ToArchive.py
- /usr/local/lib/mailman/Mailman/Handlers/ToArchive.pyc
- /usr/local/lib/mailman/Mailman/Handlers/ToDigest.py
- /usr/local/lib/mailman/Mailman/Handlers/ToDigest.pyc
- /usr/local/lib/mailman/Mailman/Handlers/ToOutgoing.py
- /usr/local/lib/mailman/Mailman/Handlers/ToOutgoing.pyc
- /usr/local/lib/mailman/Mailman/Handlers/ToUsenet.py
- /usr/local/lib/mailman/Mailman/Handlers/ToUsenet.pyc
- /usr/local/lib/mailman/Mailman/Handlers/WrapMessage.py
- /usr/local/lib/mailman/Mailman/Handlers/WrapMessage.pyc
- /usr/local/lib/mailman/Mailman/Handlers/__init__.py
- /usr/local/lib/mailman/Mailman/Handlers/__init__.pyc
- /usr/local/lib/mailman/Mailman/ListAdmin.py
- /usr/local/lib/mailman/Mailman/ListAdmin.pyc
- /usr/local/lib/mailman/Mailman/LockFile.py
- /usr/local/lib/mailman/Mailman/LockFile.pyc
- /usr/local/lib/mailman/Mailman/Logging/
- /usr/local/lib/mailman/Mailman/Logging/Logger.py
- /usr/local/lib/mailman/Mailman/Logging/Logger.pyc
- /usr/local/lib/mailman/Mailman/Logging/MultiLogger.py
- /usr/local/lib/mailman/Mailman/Logging/MultiLogger.pyc
- /usr/local/lib/mailman/Mailman/Logging/StampedLogger.py
- /usr/local/lib/mailman/Mailman/Logging/StampedLogger.pyc
- /usr/local/lib/mailman/Mailman/Logging/Syslog.py
- /usr/local/lib/mailman/Mailman/Logging/Syslog.pyc
- /usr/local/lib/mailman/Mailman/Logging/Utils.py
- /usr/local/lib/mailman/Mailman/Logging/Utils.pyc
- /usr/local/lib/mailman/Mailman/Logging/__init__.py
- /usr/local/lib/mailman/Mailman/Logging/__init__.pyc
- /usr/local/lib/mailman/Mailman/MTA/
- /usr/local/lib/mailman/Mailman/MTA/Manual.py
- /usr/local/lib/mailman/Mailman/MTA/Manual.pyc
- /usr/local/lib/mailman/Mailman/MTA/Postfix.py
- /usr/local/lib/mailman/Mailman/MTA/Postfix.pyc
- /usr/local/lib/mailman/Mailman/MTA/Utils.py
- /usr/local/lib/mailman/Mailman/MTA/Utils.pyc
- /usr/local/lib/mailman/Mailman/MTA/__init__.py
- /usr/local/lib/mailman/Mailman/MTA/__init__.pyc
- /usr/local/lib/mailman/Mailman/MailList.py
- /usr/local/lib/mailman/Mailman/MailList.pyc
- /usr/local/lib/mailman/Mailman/Mailbox.py
- /usr/local/lib/mailman/Mailman/Mailbox.pyc
- /usr/local/lib/mailman/Mailman/MemberAdaptor.py
- /usr/local/lib/mailman/Mailman/MemberAdaptor.pyc
- /usr/local/lib/mailman/Mailman/Message.py
- /usr/local/lib/mailman/Mailman/Message.pyc
- /usr/local/lib/mailman/Mailman/OldStyleMemberships.py
- /usr/local/lib/mailman/Mailman/OldStyleMemberships.pyc
- /usr/local/lib/mailman/Mailman/Pending.py
- /usr/local/lib/mailman/Mailman/Pending.pyc
- /usr/local/lib/mailman/Mailman/Post.py
- /usr/local/lib/mailman/Mailman/Post.pyc
- /usr/local/lib/mailman/Mailman/Queue/
- /usr/local/lib/mailman/Mailman/Queue/ArchRunner.py
- /usr/local/lib/mailman/Mailman/Queue/ArchRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/BounceRunner.py
- /usr/local/lib/mailman/Mailman/Queue/BounceRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/CommandRunner.py
- /usr/local/lib/mailman/Mailman/Queue/CommandRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/IncomingRunner.py
- /usr/local/lib/mailman/Mailman/Queue/IncomingRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/MaildirRunner.py
- /usr/local/lib/mailman/Mailman/Queue/MaildirRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/NewsRunner.py
- /usr/local/lib/mailman/Mailman/Queue/NewsRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/OutgoingRunner.py
- /usr/local/lib/mailman/Mailman/Queue/OutgoingRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/RetryRunner.py
- /usr/local/lib/mailman/Mailman/Queue/RetryRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/Runner.py
- /usr/local/lib/mailman/Mailman/Queue/Runner.pyc
- /usr/local/lib/mailman/Mailman/Queue/Switchboard.py
- /usr/local/lib/mailman/Mailman/Queue/Switchboard.pyc
- /usr/local/lib/mailman/Mailman/Queue/VirginRunner.py
- /usr/local/lib/mailman/Mailman/Queue/VirginRunner.pyc
- /usr/local/lib/mailman/Mailman/Queue/__init__.py
- /usr/local/lib/mailman/Mailman/Queue/__init__.pyc
- /usr/local/lib/mailman/Mailman/Queue/sbcache.py
- /usr/local/lib/mailman/Mailman/Queue/sbcache.pyc
- /usr/local/lib/mailman/Mailman/SafeDict.py
- /usr/local/lib/mailman/Mailman/SafeDict.pyc
- /usr/local/lib/mailman/Mailman/SecurityManager.py
- /usr/local/lib/mailman/Mailman/SecurityManager.pyc
- /usr/local/lib/mailman/Mailman/Site.py
- /usr/local/lib/mailman/Mailman/Site.pyc
- /usr/local/lib/mailman/Mailman/TopicMgr.py
- /usr/local/lib/mailman/Mailman/TopicMgr.pyc
- /usr/local/lib/mailman/Mailman/UserDesc.py
- /usr/local/lib/mailman/Mailman/UserDesc.pyc
- /usr/local/lib/mailman/Mailman/Utils.py
- /usr/local/lib/mailman/Mailman/Utils.pyc
- /usr/local/lib/mailman/Mailman/Version.py
- /usr/local/lib/mailman/Mailman/Version.pyc
- /usr/local/lib/mailman/Mailman/__init__.py
- /usr/local/lib/mailman/Mailman/__init__.pyc
- /usr/local/lib/mailman/Mailman/htmlformat.py
- /usr/local/lib/mailman/Mailman/htmlformat.pyc
- /usr/local/lib/mailman/Mailman/i18n.py
- /usr/local/lib/mailman/Mailman/i18n.pyc
- /usr/local/lib/mailman/Mailman/mm_cfg.py
- /usr/local/lib/mailman/Mailman/mm_cfg.py.dist
- /usr/local/lib/mailman/Mailman/versions.py
- /usr/local/lib/mailman/Mailman/versions.pyc
- /usr/local/lib/mailman/bin/
- /usr/local/lib/mailman/bin/add_members
- /usr/local/lib/mailman/bin/arch
- /usr/local/lib/mailman/bin/b4b5-archfix
- /usr/local/lib/mailman/bin/change_pw
- /usr/local/lib/mailman/bin/check_db
- /usr/local/lib/mailman/bin/check_perms
- /usr/local/lib/mailman/bin/cleanarch
- /usr/local/lib/mailman/bin/clone_member
- /usr/local/lib/mailman/bin/config_list
- /usr/local/lib/mailman/bin/convert.py
- /usr/local/lib/mailman/bin/discard
- /usr/local/lib/mailman/bin/dumpdb
- /usr/local/lib/mailman/bin/export.py
- /usr/local/lib/mailman/bin/find_member
- /usr/local/lib/mailman/bin/fix_url.py
- /usr/local/lib/mailman/bin/genaliases
- /usr/local/lib/mailman/bin/inject
- /usr/local/lib/mailman/bin/list_admins
- /usr/local/lib/mailman/bin/list_lists
- /usr/local/lib/mailman/bin/list_members
- /usr/local/lib/mailman/bin/list_owners
- /usr/local/lib/mailman/bin/mailman-config
- /usr/local/lib/mailman/bin/mailmanctl
- /usr/local/lib/mailman/bin/mmsitepass
- /usr/local/lib/mailman/bin/msgfmt.py
- /usr/local/lib/mailman/bin/newlist
- /usr/local/lib/mailman/bin/paths.py
- /usr/local/lib/mailman/bin/qrunner
- /usr/local/lib/mailman/bin/rb-archfix
- /usr/local/lib/mailman/bin/remove_members
- /usr/local/lib/mailman/bin/reset_pw.py
- /usr/local/lib/mailman/bin/rmlist
- /usr/local/lib/mailman/bin/show_qfiles
- /usr/local/lib/mailman/bin/sync_members
- /usr/local/lib/mailman/bin/transcheck
- /usr/local/lib/mailman/bin/unshunt
- /usr/local/lib/mailman/bin/update
- /usr/local/lib/mailman/bin/version
- /usr/local/lib/mailman/bin/withlist
- /usr/local/lib/mailman/cgi-bin/
- /usr/local/lib/mailman/cgi-bin/admin
- /usr/local/lib/mailman/cgi-bin/admindb
- /usr/local/lib/mailman/cgi-bin/confirm
- /usr/local/lib/mailman/cgi-bin/create
- /usr/local/lib/mailman/cgi-bin/edithtml
- /usr/local/lib/mailman/cgi-bin/listinfo
- /usr/local/lib/mailman/cgi-bin/options
- /usr/local/lib/mailman/cgi-bin/private
- /usr/local/lib/mailman/cgi-bin/rmlist
- /usr/local/lib/mailman/cgi-bin/roster
- /usr/local/lib/mailman/cgi-bin/subscribe
- /usr/local/lib/mailman/cron/
- /usr/local/lib/mailman/cron/bumpdigests
- /usr/local/lib/mailman/cron/checkdbs
- /usr/local/lib/mailman/cron/crontab.in
- /usr/local/lib/mailman/cron/cull_bad_shunt
- /usr/local/lib/mailman/cron/disabled
- /usr/local/lib/mailman/cron/gate_news
- /usr/local/lib/mailman/cron/mailpasswds
- /usr/local/lib/mailman/cron/nightly_gzip
- /usr/local/lib/mailman/cron/paths.py
- /usr/local/lib/mailman/cron/senddigests
- /usr/local/lib/mailman/icons/
- /usr/local/lib/mailman/icons/PythonPowered.png
- /usr/local/lib/mailman/icons/gnu-head-tiny.jpg
- /usr/local/lib/mailman/icons/mailman-large.jpg
- /usr/local/lib/mailman/icons/mailman.jpg
- /usr/local/lib/mailman/icons/mm-icon-large.ico
- /usr/local/lib/mailman/icons/mm-icon.ico
- /usr/local/lib/mailman/icons/mm-icon.png
- /usr/local/lib/mailman/mail/
- /usr/local/lib/mailman/mail/mailman
- /usr/local/lib/mailman/messages/
- /usr/local/lib/mailman/messages/ar/
- /usr/local/lib/mailman/messages/ar/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ar/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ar/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ast/
- /usr/local/lib/mailman/messages/ast/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ast/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ast/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ca/
- /usr/local/lib/mailman/messages/ca/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ca/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ca/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/cs/
- /usr/local/lib/mailman/messages/cs/LC_MESSAGES/
- /usr/local/lib/mailman/messages/cs/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/cs/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/da/
- /usr/local/lib/mailman/messages/da/LC_MESSAGES/
- /usr/local/lib/mailman/messages/da/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/da/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/de/
- /usr/local/lib/mailman/messages/de/LC_MESSAGES/
- /usr/local/lib/mailman/messages/de/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/de/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/de/README.de
- /usr/local/lib/mailman/messages/el/
- /usr/local/lib/mailman/messages/el/LC_MESSAGES/
- /usr/local/lib/mailman/messages/el/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/el/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/eo/
- /usr/local/lib/mailman/messages/eo/LC_MESSAGES/
- /usr/local/lib/mailman/messages/eo/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/eo/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/es/
- /usr/local/lib/mailman/messages/es/LC_MESSAGES/
- /usr/local/lib/mailman/messages/es/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/es/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/es/README.es
- /usr/local/lib/mailman/messages/et/
- /usr/local/lib/mailman/messages/et/LC_MESSAGES/
- /usr/local/lib/mailman/messages/et/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/et/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/eu/
- /usr/local/lib/mailman/messages/eu/LC_MESSAGES/
- /usr/local/lib/mailman/messages/eu/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/eu/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/eu/README.eu
- /usr/local/lib/mailman/messages/fa/
- /usr/local/lib/mailman/messages/fa/LC_MESSAGES/
- /usr/local/lib/mailman/messages/fa/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/fa/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/fi/
- /usr/local/lib/mailman/messages/fi/LC_MESSAGES/
- /usr/local/lib/mailman/messages/fi/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/fi/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/fi/README.fi
- /usr/local/lib/mailman/messages/fr/
- /usr/local/lib/mailman/messages/fr/LC_MESSAGES/
- /usr/local/lib/mailman/messages/fr/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/fr/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/fr/README.fr
- /usr/local/lib/mailman/messages/gl/
- /usr/local/lib/mailman/messages/gl/LC_MESSAGES/
- /usr/local/lib/mailman/messages/gl/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/gl/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/he/
- /usr/local/lib/mailman/messages/he/LC_MESSAGES/
- /usr/local/lib/mailman/messages/he/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/he/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/hr/
- /usr/local/lib/mailman/messages/hr/LC_MESSAGES/
- /usr/local/lib/mailman/messages/hr/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/hr/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/hu/
- /usr/local/lib/mailman/messages/hu/LC_MESSAGES/
- /usr/local/lib/mailman/messages/hu/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/hu/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/hu/README.hu
- /usr/local/lib/mailman/messages/ia/
- /usr/local/lib/mailman/messages/ia/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ia/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ia/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/it/
- /usr/local/lib/mailman/messages/it/LC_MESSAGES/
- /usr/local/lib/mailman/messages/it/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/it/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/it/README.it
- /usr/local/lib/mailman/messages/ja/
- /usr/local/lib/mailman/messages/ja/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ja/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ja/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ko/
- /usr/local/lib/mailman/messages/ko/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ko/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ko/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ko/README.ko
- /usr/local/lib/mailman/messages/lt/
- /usr/local/lib/mailman/messages/lt/LC_MESSAGES/
- /usr/local/lib/mailman/messages/lt/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/lt/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/nl/
- /usr/local/lib/mailman/messages/nl/LC_MESSAGES/
- /usr/local/lib/mailman/messages/nl/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/nl/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/no/
- /usr/local/lib/mailman/messages/no/LC_MESSAGES/
- /usr/local/lib/mailman/messages/no/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/no/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/pl/
- /usr/local/lib/mailman/messages/pl/LC_MESSAGES/
- /usr/local/lib/mailman/messages/pl/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/pl/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/pl/README.pl
- /usr/local/lib/mailman/messages/pt/
- /usr/local/lib/mailman/messages/pt/LC_MESSAGES/
- /usr/local/lib/mailman/messages/pt/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/pt/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/pt_BR/
- /usr/local/lib/mailman/messages/pt_BR/LC_MESSAGES/
- /usr/local/lib/mailman/messages/pt_BR/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/pt_BR/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ro/
- /usr/local/lib/mailman/messages/ro/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ro/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ro/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ru/
- /usr/local/lib/mailman/messages/ru/LC_MESSAGES/
- /usr/local/lib/mailman/messages/ru/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/ru/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/ru/README.ru
- /usr/local/lib/mailman/messages/sk/
- /usr/local/lib/mailman/messages/sk/LC_MESSAGES/
- /usr/local/lib/mailman/messages/sk/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/sk/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/sk/README.sk
- /usr/local/lib/mailman/messages/sl/
- /usr/local/lib/mailman/messages/sl/LC_MESSAGES/
- /usr/local/lib/mailman/messages/sl/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/sl/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/sr/
- /usr/local/lib/mailman/messages/sr/LC_MESSAGES/
- /usr/local/lib/mailman/messages/sr/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/sr/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/sr/README.sr
- /usr/local/lib/mailman/messages/sv/
- /usr/local/lib/mailman/messages/sv/LC_MESSAGES/
- /usr/local/lib/mailman/messages/sv/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/sv/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/sv/README.sv
- /usr/local/lib/mailman/messages/tr/
- /usr/local/lib/mailman/messages/tr/LC_MESSAGES/
- /usr/local/lib/mailman/messages/tr/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/tr/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/uk/
- /usr/local/lib/mailman/messages/uk/LC_MESSAGES/
- /usr/local/lib/mailman/messages/uk/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/uk/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/vi/
- /usr/local/lib/mailman/messages/vi/LC_MESSAGES/
- /usr/local/lib/mailman/messages/vi/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/vi/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/zh_CN/
- /usr/local/lib/mailman/messages/zh_CN/LC_MESSAGES/
- /usr/local/lib/mailman/messages/zh_CN/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/zh_CN/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/messages/zh_TW/
- /usr/local/lib/mailman/messages/zh_TW/LC_MESSAGES/
- /usr/local/lib/mailman/messages/zh_TW/LC_MESSAGES/mailman.mo
- /usr/local/lib/mailman/messages/zh_TW/LC_MESSAGES/mailman.po
- /usr/local/lib/mailman/pythonlib/
- /usr/local/lib/mailman/scripts/
- /usr/local/lib/mailman/scripts/admin
- /usr/local/lib/mailman/scripts/bounces
- /usr/local/lib/mailman/scripts/confirm
- /usr/local/lib/mailman/scripts/driver
- /usr/local/lib/mailman/scripts/join
- /usr/local/lib/mailman/scripts/leave
- /usr/local/lib/mailman/scripts/mailman
- /usr/local/lib/mailman/scripts/owner
- /usr/local/lib/mailman/scripts/paths.py
- /usr/local/lib/mailman/scripts/post
- /usr/local/lib/mailman/scripts/request
- /usr/local/lib/mailman/scripts/subscribe
- /usr/local/lib/mailman/scripts/unsubscribe
- /usr/local/lib/mailman/templates/
- /usr/local/lib/mailman/templates/ar/
- /usr/local/lib/mailman/templates/ar/admindbdetails.html
- /usr/local/lib/mailman/templates/ar/admindbpreamble.html
- /usr/local/lib/mailman/templates/ar/admindbsummary.html
- /usr/local/lib/mailman/templates/ar/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ar/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ar/admlogin.html
- /usr/local/lib/mailman/templates/ar/approve.txt
- /usr/local/lib/mailman/templates/ar/archidxentry.html
- /usr/local/lib/mailman/templates/ar/archidxfoot.html
- /usr/local/lib/mailman/templates/ar/archidxhead.html
- /usr/local/lib/mailman/templates/ar/archlistend.html
- /usr/local/lib/mailman/templates/ar/archliststart.html
- /usr/local/lib/mailman/templates/ar/archtoc.html
- /usr/local/lib/mailman/templates/ar/archtocentry.html
- /usr/local/lib/mailman/templates/ar/archtocnombox.html
- /usr/local/lib/mailman/templates/ar/article.html
- /usr/local/lib/mailman/templates/ar/bounce.txt
- /usr/local/lib/mailman/templates/ar/checkdbs.txt
- /usr/local/lib/mailman/templates/ar/convert.txt
- /usr/local/lib/mailman/templates/ar/cronpass.txt
- /usr/local/lib/mailman/templates/ar/disabled.txt
- /usr/local/lib/mailman/templates/ar/emptyarchive.html
- /usr/local/lib/mailman/templates/ar/headfoot.html
- /usr/local/lib/mailman/templates/ar/help.txt
- /usr/local/lib/mailman/templates/ar/invite.txt
- /usr/local/lib/mailman/templates/ar/listinfo.html
- /usr/local/lib/mailman/templates/ar/masthead.txt
- /usr/local/lib/mailman/templates/ar/newlist.txt
- /usr/local/lib/mailman/templates/ar/nomoretoday.txt
- /usr/local/lib/mailman/templates/ar/options.html
- /usr/local/lib/mailman/templates/ar/postack.txt
- /usr/local/lib/mailman/templates/ar/postauth.txt
- /usr/local/lib/mailman/templates/ar/postheld.txt
- /usr/local/lib/mailman/templates/ar/private.html
- /usr/local/lib/mailman/templates/ar/probe.txt
- /usr/local/lib/mailman/templates/ar/refuse.txt
- /usr/local/lib/mailman/templates/ar/roster.html
- /usr/local/lib/mailman/templates/ar/subauth.txt
- /usr/local/lib/mailman/templates/ar/subscribe.html
- /usr/local/lib/mailman/templates/ar/subscribeack.txt
- /usr/local/lib/mailman/templates/ar/unsub.txt
- /usr/local/lib/mailman/templates/ar/unsubauth.txt
- /usr/local/lib/mailman/templates/ar/userpass.txt
- /usr/local/lib/mailman/templates/ar/verify.txt
- /usr/local/lib/mailman/templates/ast/
- /usr/local/lib/mailman/templates/ast/admindbdetails.html
- /usr/local/lib/mailman/templates/ast/admindbpreamble.html
- /usr/local/lib/mailman/templates/ast/admindbsummary.html
- /usr/local/lib/mailman/templates/ast/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ast/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ast/admlogin.html
- /usr/local/lib/mailman/templates/ast/approve.txt
- /usr/local/lib/mailman/templates/ast/archidxentry.html
- /usr/local/lib/mailman/templates/ast/archidxfoot.html
- /usr/local/lib/mailman/templates/ast/archidxhead.html
- /usr/local/lib/mailman/templates/ast/archlistend.html
- /usr/local/lib/mailman/templates/ast/archliststart.html
- /usr/local/lib/mailman/templates/ast/archtoc.html
- /usr/local/lib/mailman/templates/ast/archtocentry.html
- /usr/local/lib/mailman/templates/ast/archtocnombox.html
- /usr/local/lib/mailman/templates/ast/article.html
- /usr/local/lib/mailman/templates/ast/bounce.txt
- /usr/local/lib/mailman/templates/ast/checkdbs.txt
- /usr/local/lib/mailman/templates/ast/convert.txt
- /usr/local/lib/mailman/templates/ast/cronpass.txt
- /usr/local/lib/mailman/templates/ast/disabled.txt
- /usr/local/lib/mailman/templates/ast/emptyarchive.html
- /usr/local/lib/mailman/templates/ast/headfoot.html
- /usr/local/lib/mailman/templates/ast/help.txt
- /usr/local/lib/mailman/templates/ast/invite.txt
- /usr/local/lib/mailman/templates/ast/listinfo.html
- /usr/local/lib/mailman/templates/ast/masthead.txt
- /usr/local/lib/mailman/templates/ast/newlist.txt
- /usr/local/lib/mailman/templates/ast/nomoretoday.txt
- /usr/local/lib/mailman/templates/ast/options.html
- /usr/local/lib/mailman/templates/ast/postack.txt
- /usr/local/lib/mailman/templates/ast/postauth.txt
- /usr/local/lib/mailman/templates/ast/postheld.txt
- /usr/local/lib/mailman/templates/ast/private.html
- /usr/local/lib/mailman/templates/ast/probe.txt
- /usr/local/lib/mailman/templates/ast/refuse.txt
- /usr/local/lib/mailman/templates/ast/roster.html
- /usr/local/lib/mailman/templates/ast/subauth.txt
- /usr/local/lib/mailman/templates/ast/subscribe.html
- /usr/local/lib/mailman/templates/ast/subscribeack.txt
- /usr/local/lib/mailman/templates/ast/unsub.txt
- /usr/local/lib/mailman/templates/ast/unsubauth.txt
- /usr/local/lib/mailman/templates/ast/userpass.txt
- /usr/local/lib/mailman/templates/ast/verify.txt
- /usr/local/lib/mailman/templates/ca/
- /usr/local/lib/mailman/templates/ca/admindbdetails.html
- /usr/local/lib/mailman/templates/ca/admindbpreamble.html
- /usr/local/lib/mailman/templates/ca/admindbsummary.html
- /usr/local/lib/mailman/templates/ca/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ca/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ca/admlogin.html
- /usr/local/lib/mailman/templates/ca/approve.txt
- /usr/local/lib/mailman/templates/ca/archidxentry.html
- /usr/local/lib/mailman/templates/ca/archidxfoot.html
- /usr/local/lib/mailman/templates/ca/archidxhead.html
- /usr/local/lib/mailman/templates/ca/archlistend.html
- /usr/local/lib/mailman/templates/ca/archliststart.html
- /usr/local/lib/mailman/templates/ca/archtoc.html
- /usr/local/lib/mailman/templates/ca/archtocentry.html
- /usr/local/lib/mailman/templates/ca/archtocnombox.html
- /usr/local/lib/mailman/templates/ca/article.html
- /usr/local/lib/mailman/templates/ca/bounce.txt
- /usr/local/lib/mailman/templates/ca/checkdbs.txt
- /usr/local/lib/mailman/templates/ca/convert.txt
- /usr/local/lib/mailman/templates/ca/cronpass.txt
- /usr/local/lib/mailman/templates/ca/disabled.txt
- /usr/local/lib/mailman/templates/ca/emptyarchive.html
- /usr/local/lib/mailman/templates/ca/headfoot.html
- /usr/local/lib/mailman/templates/ca/help.txt
- /usr/local/lib/mailman/templates/ca/invite.txt
- /usr/local/lib/mailman/templates/ca/listinfo.html
- /usr/local/lib/mailman/templates/ca/masthead.txt
- /usr/local/lib/mailman/templates/ca/newlist.txt
- /usr/local/lib/mailman/templates/ca/nomoretoday.txt
- /usr/local/lib/mailman/templates/ca/options.html
- /usr/local/lib/mailman/templates/ca/postack.txt
- /usr/local/lib/mailman/templates/ca/postauth.txt
- /usr/local/lib/mailman/templates/ca/postheld.txt
- /usr/local/lib/mailman/templates/ca/private.html
- /usr/local/lib/mailman/templates/ca/probe.txt
- /usr/local/lib/mailman/templates/ca/refuse.txt
- /usr/local/lib/mailman/templates/ca/roster.html
- /usr/local/lib/mailman/templates/ca/subauth.txt
- /usr/local/lib/mailman/templates/ca/subscribe.html
- /usr/local/lib/mailman/templates/ca/subscribeack.txt
- /usr/local/lib/mailman/templates/ca/unsub.txt
- /usr/local/lib/mailman/templates/ca/unsubauth.txt
- /usr/local/lib/mailman/templates/ca/userpass.txt
- /usr/local/lib/mailman/templates/ca/verify.txt
- /usr/local/lib/mailman/templates/cs/
- /usr/local/lib/mailman/templates/cs/admindbdetails.html
- /usr/local/lib/mailman/templates/cs/admindbpreamble.html
- /usr/local/lib/mailman/templates/cs/admindbsummary.html
- /usr/local/lib/mailman/templates/cs/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/cs/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/cs/admlogin.html
- /usr/local/lib/mailman/templates/cs/approve.txt
- /usr/local/lib/mailman/templates/cs/archidxentry.html
- /usr/local/lib/mailman/templates/cs/archidxfoot.html
- /usr/local/lib/mailman/templates/cs/archidxhead.html
- /usr/local/lib/mailman/templates/cs/archlistend.html
- /usr/local/lib/mailman/templates/cs/archliststart.html
- /usr/local/lib/mailman/templates/cs/archtoc.html
- /usr/local/lib/mailman/templates/cs/archtocentry.html
- /usr/local/lib/mailman/templates/cs/archtocnombox.html
- /usr/local/lib/mailman/templates/cs/article.html
- /usr/local/lib/mailman/templates/cs/bounce.txt
- /usr/local/lib/mailman/templates/cs/checkdbs.txt
- /usr/local/lib/mailman/templates/cs/convert.txt
- /usr/local/lib/mailman/templates/cs/cronpass.txt
- /usr/local/lib/mailman/templates/cs/disabled.txt
- /usr/local/lib/mailman/templates/cs/emptyarchive.html
- /usr/local/lib/mailman/templates/cs/headfoot.html
- /usr/local/lib/mailman/templates/cs/help.txt
- /usr/local/lib/mailman/templates/cs/invite.txt
- /usr/local/lib/mailman/templates/cs/listinfo.html
- /usr/local/lib/mailman/templates/cs/masthead.txt
- /usr/local/lib/mailman/templates/cs/newlist.txt
- /usr/local/lib/mailman/templates/cs/nomoretoday.txt
- /usr/local/lib/mailman/templates/cs/options.html
- /usr/local/lib/mailman/templates/cs/postack.txt
- /usr/local/lib/mailman/templates/cs/postauth.txt
- /usr/local/lib/mailman/templates/cs/postheld.txt
- /usr/local/lib/mailman/templates/cs/private.html
- /usr/local/lib/mailman/templates/cs/probe.txt
- /usr/local/lib/mailman/templates/cs/refuse.txt
- /usr/local/lib/mailman/templates/cs/roster.html
- /usr/local/lib/mailman/templates/cs/subauth.txt
- /usr/local/lib/mailman/templates/cs/subscribe.html
- /usr/local/lib/mailman/templates/cs/subscribeack.txt
- /usr/local/lib/mailman/templates/cs/unsub.txt
- /usr/local/lib/mailman/templates/cs/unsubauth.txt
- /usr/local/lib/mailman/templates/cs/userpass.txt
- /usr/local/lib/mailman/templates/cs/verify.txt
- /usr/local/lib/mailman/templates/da/
- /usr/local/lib/mailman/templates/da/admindbdetails.html
- /usr/local/lib/mailman/templates/da/admindbpreamble.html
- /usr/local/lib/mailman/templates/da/admindbsummary.html
- /usr/local/lib/mailman/templates/da/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/da/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/da/admlogin.html
- /usr/local/lib/mailman/templates/da/approve.txt
- /usr/local/lib/mailman/templates/da/archidxfoot.html
- /usr/local/lib/mailman/templates/da/archidxhead.html
- /usr/local/lib/mailman/templates/da/archliststart.html
- /usr/local/lib/mailman/templates/da/archtoc.html
- /usr/local/lib/mailman/templates/da/archtocentry.html
- /usr/local/lib/mailman/templates/da/archtocnombox.html
- /usr/local/lib/mailman/templates/da/article.html
- /usr/local/lib/mailman/templates/da/bounce.txt
- /usr/local/lib/mailman/templates/da/checkdbs.txt
- /usr/local/lib/mailman/templates/da/convert.txt
- /usr/local/lib/mailman/templates/da/cronpass.txt
- /usr/local/lib/mailman/templates/da/disabled.txt
- /usr/local/lib/mailman/templates/da/emptyarchive.html
- /usr/local/lib/mailman/templates/da/headfoot.html
- /usr/local/lib/mailman/templates/da/help.txt
- /usr/local/lib/mailman/templates/da/invite.txt
- /usr/local/lib/mailman/templates/da/listinfo.html
- /usr/local/lib/mailman/templates/da/masthead.txt
- /usr/local/lib/mailman/templates/da/newlist.txt
- /usr/local/lib/mailman/templates/da/nomoretoday.txt
- /usr/local/lib/mailman/templates/da/options.html
- /usr/local/lib/mailman/templates/da/postack.txt
- /usr/local/lib/mailman/templates/da/postauth.txt
- /usr/local/lib/mailman/templates/da/postheld.txt
- /usr/local/lib/mailman/templates/da/private.html
- /usr/local/lib/mailman/templates/da/probe.txt
- /usr/local/lib/mailman/templates/da/refuse.txt
- /usr/local/lib/mailman/templates/da/roster.html
- /usr/local/lib/mailman/templates/da/subauth.txt
- /usr/local/lib/mailman/templates/da/subscribe.html
- /usr/local/lib/mailman/templates/da/subscribeack.txt
- /usr/local/lib/mailman/templates/da/unsub.txt
- /usr/local/lib/mailman/templates/da/unsubauth.txt
- /usr/local/lib/mailman/templates/da/userpass.txt
- /usr/local/lib/mailman/templates/da/verify.txt
- /usr/local/lib/mailman/templates/de/
- /usr/local/lib/mailman/templates/de/adminaddrchgack.txt
- /usr/local/lib/mailman/templates/de/admindbdetails.html
- /usr/local/lib/mailman/templates/de/admindbpreamble.html
- /usr/local/lib/mailman/templates/de/admindbsummary.html
- /usr/local/lib/mailman/templates/de/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/de/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/de/admlogin.html
- /usr/local/lib/mailman/templates/de/approve.txt
- /usr/local/lib/mailman/templates/de/archidxentry.html
- /usr/local/lib/mailman/templates/de/archidxfoot.html
- /usr/local/lib/mailman/templates/de/archidxhead.html
- /usr/local/lib/mailman/templates/de/archlistend.html
- /usr/local/lib/mailman/templates/de/archliststart.html
- /usr/local/lib/mailman/templates/de/archtoc.html
- /usr/local/lib/mailman/templates/de/archtocentry.html
- /usr/local/lib/mailman/templates/de/archtocnombox.html
- /usr/local/lib/mailman/templates/de/article.html
- /usr/local/lib/mailman/templates/de/bounce.txt
- /usr/local/lib/mailman/templates/de/checkdbs.txt
- /usr/local/lib/mailman/templates/de/convert.txt
- /usr/local/lib/mailman/templates/de/cronpass.txt
- /usr/local/lib/mailman/templates/de/disabled.txt
- /usr/local/lib/mailman/templates/de/emptyarchive.html
- /usr/local/lib/mailman/templates/de/headfoot.html
- /usr/local/lib/mailman/templates/de/help.txt
- /usr/local/lib/mailman/templates/de/invite.txt
- /usr/local/lib/mailman/templates/de/listinfo.html
- /usr/local/lib/mailman/templates/de/masthead.txt
- /usr/local/lib/mailman/templates/de/newlist.txt
- /usr/local/lib/mailman/templates/de/nomoretoday.txt
- /usr/local/lib/mailman/templates/de/options.html
- /usr/local/lib/mailman/templates/de/postack.txt
- /usr/local/lib/mailman/templates/de/postauth.txt
- /usr/local/lib/mailman/templates/de/postheld.txt
- /usr/local/lib/mailman/templates/de/private.html
- /usr/local/lib/mailman/templates/de/probe.txt
- /usr/local/lib/mailman/templates/de/refuse.txt
- /usr/local/lib/mailman/templates/de/roster.html
- /usr/local/lib/mailman/templates/de/subauth.txt
- /usr/local/lib/mailman/templates/de/subscribe.html
- /usr/local/lib/mailman/templates/de/subscribeack.txt
- /usr/local/lib/mailman/templates/de/unsub.txt
- /usr/local/lib/mailman/templates/de/unsubauth.txt
- /usr/local/lib/mailman/templates/de/userpass.txt
- /usr/local/lib/mailman/templates/de/verify.txt
- /usr/local/lib/mailman/templates/el/
- /usr/local/lib/mailman/templates/el/admindbdetails.html
- /usr/local/lib/mailman/templates/el/admindbpreamble.html
- /usr/local/lib/mailman/templates/el/admindbsummary.html
- /usr/local/lib/mailman/templates/el/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/el/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/el/admlogin.html
- /usr/local/lib/mailman/templates/el/approve.txt
- /usr/local/lib/mailman/templates/el/archidxentry.html
- /usr/local/lib/mailman/templates/el/archidxfoot.html
- /usr/local/lib/mailman/templates/el/archidxhead.html
- /usr/local/lib/mailman/templates/el/archlistend.html
- /usr/local/lib/mailman/templates/el/archliststart.html
- /usr/local/lib/mailman/templates/el/archtoc.html
- /usr/local/lib/mailman/templates/el/archtocentry.html
- /usr/local/lib/mailman/templates/el/archtocnombox.html
- /usr/local/lib/mailman/templates/el/article.html
- /usr/local/lib/mailman/templates/el/bounce.txt
- /usr/local/lib/mailman/templates/el/checkdbs.txt
- /usr/local/lib/mailman/templates/el/convert.txt
- /usr/local/lib/mailman/templates/el/cronpass.txt
- /usr/local/lib/mailman/templates/el/disabled.txt
- /usr/local/lib/mailman/templates/el/emptyarchive.html
- /usr/local/lib/mailman/templates/el/headfoot.html
- /usr/local/lib/mailman/templates/el/help.txt
- /usr/local/lib/mailman/templates/el/invite.txt
- /usr/local/lib/mailman/templates/el/listinfo.html
- /usr/local/lib/mailman/templates/el/masthead.txt
- /usr/local/lib/mailman/templates/el/newlist.txt
- /usr/local/lib/mailman/templates/el/nomoretoday.txt
- /usr/local/lib/mailman/templates/el/options.html
- /usr/local/lib/mailman/templates/el/postack.txt
- /usr/local/lib/mailman/templates/el/postauth.txt
- /usr/local/lib/mailman/templates/el/postheld.txt
- /usr/local/lib/mailman/templates/el/private.html
- /usr/local/lib/mailman/templates/el/probe.txt
- /usr/local/lib/mailman/templates/el/refuse.txt
- /usr/local/lib/mailman/templates/el/roster.html
- /usr/local/lib/mailman/templates/el/subauth.txt
- /usr/local/lib/mailman/templates/el/subscribe.html
- /usr/local/lib/mailman/templates/el/subscribeack.txt
- /usr/local/lib/mailman/templates/el/unsub.txt
- /usr/local/lib/mailman/templates/el/unsubauth.txt
- /usr/local/lib/mailman/templates/el/userpass.txt
- /usr/local/lib/mailman/templates/el/verify.txt
- /usr/local/lib/mailman/templates/en/
- /usr/local/lib/mailman/templates/en/adminaddrchgack.txt
- /usr/local/lib/mailman/templates/en/admindbdetails.html
- /usr/local/lib/mailman/templates/en/admindbpreamble.html
- /usr/local/lib/mailman/templates/en/admindbsummary.html
- /usr/local/lib/mailman/templates/en/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/en/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/en/admlogin.html
- /usr/local/lib/mailman/templates/en/approve.txt
- /usr/local/lib/mailman/templates/en/archidxentry.html
- /usr/local/lib/mailman/templates/en/archidxfoot.html
- /usr/local/lib/mailman/templates/en/archidxhead.html
- /usr/local/lib/mailman/templates/en/archlistend.html
- /usr/local/lib/mailman/templates/en/archliststart.html
- /usr/local/lib/mailman/templates/en/archtoc.html
- /usr/local/lib/mailman/templates/en/archtocentry.html
- /usr/local/lib/mailman/templates/en/archtocnombox.html
- /usr/local/lib/mailman/templates/en/article.html
- /usr/local/lib/mailman/templates/en/bounce.txt
- /usr/local/lib/mailman/templates/en/checkdbs.txt
- /usr/local/lib/mailman/templates/en/convert.txt
- /usr/local/lib/mailman/templates/en/cronpass.txt
- /usr/local/lib/mailman/templates/en/disabled.txt
- /usr/local/lib/mailman/templates/en/emptyarchive.html
- /usr/local/lib/mailman/templates/en/headfoot.html
- /usr/local/lib/mailman/templates/en/help.txt
- /usr/local/lib/mailman/templates/en/invite.txt
- /usr/local/lib/mailman/templates/en/listinfo.html
- /usr/local/lib/mailman/templates/en/masthead.txt
- /usr/local/lib/mailman/templates/en/newlist.txt
- /usr/local/lib/mailman/templates/en/nomoretoday.txt
- /usr/local/lib/mailman/templates/en/options.html
- /usr/local/lib/mailman/templates/en/postack.txt
- /usr/local/lib/mailman/templates/en/postauth.txt
- /usr/local/lib/mailman/templates/en/postheld.txt
- /usr/local/lib/mailman/templates/en/private.html
- /usr/local/lib/mailman/templates/en/probe.txt
- /usr/local/lib/mailman/templates/en/refuse.txt
- /usr/local/lib/mailman/templates/en/roster.html
- /usr/local/lib/mailman/templates/en/subauth.txt
- /usr/local/lib/mailman/templates/en/subscribe.html
- /usr/local/lib/mailman/templates/en/subscribeack.txt
- /usr/local/lib/mailman/templates/en/unsub.txt
- /usr/local/lib/mailman/templates/en/unsubauth.txt
- /usr/local/lib/mailman/templates/en/userpass.txt
- /usr/local/lib/mailman/templates/en/verify.txt
- /usr/local/lib/mailman/templates/eo/
- /usr/local/lib/mailman/templates/eo/admlogin.html
- /usr/local/lib/mailman/templates/eo/approve.txt
- /usr/local/lib/mailman/templates/eo/archidxentry.html
- /usr/local/lib/mailman/templates/eo/archidxfoot.html
- /usr/local/lib/mailman/templates/eo/archidxhead.html
- /usr/local/lib/mailman/templates/eo/archlistend.html
- /usr/local/lib/mailman/templates/eo/archliststart.html
- /usr/local/lib/mailman/templates/eo/archtoc.html
- /usr/local/lib/mailman/templates/eo/archtocentry.html
- /usr/local/lib/mailman/templates/eo/archtocnombox.html
- /usr/local/lib/mailman/templates/eo/article.html
- /usr/local/lib/mailman/templates/eo/bounce.txt
- /usr/local/lib/mailman/templates/eo/cronpass.txt
- /usr/local/lib/mailman/templates/eo/disabled.txt
- /usr/local/lib/mailman/templates/eo/emptyarchive.html
- /usr/local/lib/mailman/templates/eo/help.txt
- /usr/local/lib/mailman/templates/eo/invite.txt
- /usr/local/lib/mailman/templates/eo/listinfo.html
- /usr/local/lib/mailman/templates/eo/masthead.txt
- /usr/local/lib/mailman/templates/eo/nomoretoday.txt
- /usr/local/lib/mailman/templates/eo/options.html
- /usr/local/lib/mailman/templates/eo/postack.txt
- /usr/local/lib/mailman/templates/eo/postauth.txt
- /usr/local/lib/mailman/templates/eo/postheld.txt
- /usr/local/lib/mailman/templates/eo/private.html
- /usr/local/lib/mailman/templates/eo/probe.txt
- /usr/local/lib/mailman/templates/eo/refuse.txt
- /usr/local/lib/mailman/templates/eo/roster.html
- /usr/local/lib/mailman/templates/eo/subauth.txt
- /usr/local/lib/mailman/templates/eo/subscribe.html
- /usr/local/lib/mailman/templates/eo/subscribeack.txt
- /usr/local/lib/mailman/templates/eo/unsub.txt
- /usr/local/lib/mailman/templates/eo/unsubauth.txt
- /usr/local/lib/mailman/templates/eo/userpass.txt
- /usr/local/lib/mailman/templates/eo/verify.txt
- /usr/local/lib/mailman/templates/es/
- /usr/local/lib/mailman/templates/es/admindbdetails.html
- /usr/local/lib/mailman/templates/es/admindbpreamble.html
- /usr/local/lib/mailman/templates/es/admindbsummary.html
- /usr/local/lib/mailman/templates/es/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/es/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/es/admlogin.html
- /usr/local/lib/mailman/templates/es/approve.txt
- /usr/local/lib/mailman/templates/es/archidxentry.html
- /usr/local/lib/mailman/templates/es/archidxfoot.html
- /usr/local/lib/mailman/templates/es/archidxhead.html
- /usr/local/lib/mailman/templates/es/archlistend.html
- /usr/local/lib/mailman/templates/es/archliststart.html
- /usr/local/lib/mailman/templates/es/archtoc.html
- /usr/local/lib/mailman/templates/es/archtocentry.html
- /usr/local/lib/mailman/templates/es/archtocnombox.html
- /usr/local/lib/mailman/templates/es/article.html
- /usr/local/lib/mailman/templates/es/bounce.txt
- /usr/local/lib/mailman/templates/es/checkdbs.txt
- /usr/local/lib/mailman/templates/es/convert.txt
- /usr/local/lib/mailman/templates/es/cronpass.txt
- /usr/local/lib/mailman/templates/es/disabled.txt
- /usr/local/lib/mailman/templates/es/emptyarchive.html
- /usr/local/lib/mailman/templates/es/handle_opts.html
- /usr/local/lib/mailman/templates/es/headfoot.html
- /usr/local/lib/mailman/templates/es/help.txt
- /usr/local/lib/mailman/templates/es/invite.txt
- /usr/local/lib/mailman/templates/es/listinfo.html
- /usr/local/lib/mailman/templates/es/masthead.txt
- /usr/local/lib/mailman/templates/es/newlist.txt
- /usr/local/lib/mailman/templates/es/nomoretoday.txt
- /usr/local/lib/mailman/templates/es/options.html
- /usr/local/lib/mailman/templates/es/postack.txt
- /usr/local/lib/mailman/templates/es/postauth.txt
- /usr/local/lib/mailman/templates/es/postheld.txt
- /usr/local/lib/mailman/templates/es/private.html
- /usr/local/lib/mailman/templates/es/probe.txt
- /usr/local/lib/mailman/templates/es/refuse.txt
- /usr/local/lib/mailman/templates/es/roster.html
- /usr/local/lib/mailman/templates/es/subauth.txt
- /usr/local/lib/mailman/templates/es/subscribe.html
- /usr/local/lib/mailman/templates/es/subscribeack.txt
- /usr/local/lib/mailman/templates/es/unsub.txt
- /usr/local/lib/mailman/templates/es/unsubauth.txt
- /usr/local/lib/mailman/templates/es/userpass.txt
- /usr/local/lib/mailman/templates/es/verify.txt
- /usr/local/lib/mailman/templates/et/
- /usr/local/lib/mailman/templates/et/admindbdetails.html
- /usr/local/lib/mailman/templates/et/admindbpreamble.html
- /usr/local/lib/mailman/templates/et/admindbsummary.html
- /usr/local/lib/mailman/templates/et/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/et/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/et/admlogin.html
- /usr/local/lib/mailman/templates/et/approve.txt
- /usr/local/lib/mailman/templates/et/article.html
- /usr/local/lib/mailman/templates/et/bounce.txt
- /usr/local/lib/mailman/templates/et/checkdbs.txt
- /usr/local/lib/mailman/templates/et/convert.txt
- /usr/local/lib/mailman/templates/et/cronpass.txt
- /usr/local/lib/mailman/templates/et/disabled.txt
- /usr/local/lib/mailman/templates/et/emptyarchive.html
- /usr/local/lib/mailman/templates/et/headfoot.html
- /usr/local/lib/mailman/templates/et/help.txt
- /usr/local/lib/mailman/templates/et/invite.txt
- /usr/local/lib/mailman/templates/et/listinfo.html
- /usr/local/lib/mailman/templates/et/masthead.txt
- /usr/local/lib/mailman/templates/et/newlist.txt
- /usr/local/lib/mailman/templates/et/options.html
- /usr/local/lib/mailman/templates/et/postack.txt
- /usr/local/lib/mailman/templates/et/postauth.txt
- /usr/local/lib/mailman/templates/et/postheld.txt
- /usr/local/lib/mailman/templates/et/private.html
- /usr/local/lib/mailman/templates/et/refuse.txt
- /usr/local/lib/mailman/templates/et/roster.html
- /usr/local/lib/mailman/templates/et/subauth.txt
- /usr/local/lib/mailman/templates/et/subscribe.html
- /usr/local/lib/mailman/templates/et/subscribeack.txt
- /usr/local/lib/mailman/templates/et/unsub.txt
- /usr/local/lib/mailman/templates/et/unsubauth.txt
- /usr/local/lib/mailman/templates/et/userpass.txt
- /usr/local/lib/mailman/templates/et/verify.txt
- /usr/local/lib/mailman/templates/eu/
- /usr/local/lib/mailman/templates/eu/admindbdetails.html
- /usr/local/lib/mailman/templates/eu/admindbpreamble.html
- /usr/local/lib/mailman/templates/eu/admindbsummary.html
- /usr/local/lib/mailman/templates/eu/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/eu/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/eu/admlogin.html
- /usr/local/lib/mailman/templates/eu/approve.txt
- /usr/local/lib/mailman/templates/eu/archidxentry.html
- /usr/local/lib/mailman/templates/eu/archidxfoot.html
- /usr/local/lib/mailman/templates/eu/archidxhead.html
- /usr/local/lib/mailman/templates/eu/archlistend.html
- /usr/local/lib/mailman/templates/eu/archliststart.html
- /usr/local/lib/mailman/templates/eu/archtoc.html
- /usr/local/lib/mailman/templates/eu/archtocentry.html
- /usr/local/lib/mailman/templates/eu/article.html
- /usr/local/lib/mailman/templates/eu/bounce.txt
- /usr/local/lib/mailman/templates/eu/checkdbs.txt
- /usr/local/lib/mailman/templates/eu/convert.txt
- /usr/local/lib/mailman/templates/eu/cronpass.txt
- /usr/local/lib/mailman/templates/eu/disabled.txt
- /usr/local/lib/mailman/templates/eu/emptyarchive.html
- /usr/local/lib/mailman/templates/eu/headfoot.html
- /usr/local/lib/mailman/templates/eu/help.txt
- /usr/local/lib/mailman/templates/eu/invite.txt
- /usr/local/lib/mailman/templates/eu/listinfo.html
- /usr/local/lib/mailman/templates/eu/masthead.txt
- /usr/local/lib/mailman/templates/eu/newlist.txt
- /usr/local/lib/mailman/templates/eu/nomoretoday.txt
- /usr/local/lib/mailman/templates/eu/options.html
- /usr/local/lib/mailman/templates/eu/postack.txt
- /usr/local/lib/mailman/templates/eu/postauth.txt
- /usr/local/lib/mailman/templates/eu/postheld.txt
- /usr/local/lib/mailman/templates/eu/private.html
- /usr/local/lib/mailman/templates/eu/refuse.txt
- /usr/local/lib/mailman/templates/eu/roster.html
- /usr/local/lib/mailman/templates/eu/subauth.txt
- /usr/local/lib/mailman/templates/eu/subscribe.html
- /usr/local/lib/mailman/templates/eu/subscribeack.txt
- /usr/local/lib/mailman/templates/eu/unsub.txt
- /usr/local/lib/mailman/templates/eu/unsubauth.txt
- /usr/local/lib/mailman/templates/eu/userpass.txt
- /usr/local/lib/mailman/templates/eu/verify.txt
- /usr/local/lib/mailman/templates/fa/
- /usr/local/lib/mailman/templates/fa/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/fa/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/fa/admlogin.html
- /usr/local/lib/mailman/templates/fa/approve.txt
- /usr/local/lib/mailman/templates/fa/archidxfoot.html
- /usr/local/lib/mailman/templates/fa/archidxhead.html
- /usr/local/lib/mailman/templates/fa/archliststart.html
- /usr/local/lib/mailman/templates/fa/archtoc.html
- /usr/local/lib/mailman/templates/fa/archtocentry.html
- /usr/local/lib/mailman/templates/fa/archtocnombox.html
- /usr/local/lib/mailman/templates/fa/article.html
- /usr/local/lib/mailman/templates/fa/bounce.txt
- /usr/local/lib/mailman/templates/fa/checkdbs.txt
- /usr/local/lib/mailman/templates/fa/convert.txt
- /usr/local/lib/mailman/templates/fa/cronpass.txt
- /usr/local/lib/mailman/templates/fa/disabled.txt
- /usr/local/lib/mailman/templates/fa/emptyarchive.html
- /usr/local/lib/mailman/templates/fa/help.txt
- /usr/local/lib/mailman/templates/fa/invite.txt
- /usr/local/lib/mailman/templates/fa/listinfo.html
- /usr/local/lib/mailman/templates/fa/masthead.txt
- /usr/local/lib/mailman/templates/fa/nomoretoday.txt
- /usr/local/lib/mailman/templates/fa/options.html
- /usr/local/lib/mailman/templates/fa/postack.txt
- /usr/local/lib/mailman/templates/fa/postauth.txt
- /usr/local/lib/mailman/templates/fa/postheld.txt
- /usr/local/lib/mailman/templates/fa/private.html
- /usr/local/lib/mailman/templates/fa/refuse.txt
- /usr/local/lib/mailman/templates/fa/roster.html
- /usr/local/lib/mailman/templates/fa/subauth.txt
- /usr/local/lib/mailman/templates/fa/subscribe.html
- /usr/local/lib/mailman/templates/fa/subscribeack.txt
- /usr/local/lib/mailman/templates/fa/unsub.txt
- /usr/local/lib/mailman/templates/fa/unsubauth.txt
- /usr/local/lib/mailman/templates/fa/userpass.txt
- /usr/local/lib/mailman/templates/fa/verify.txt
- /usr/local/lib/mailman/templates/fi/
- /usr/local/lib/mailman/templates/fi/admindbdetails.html
- /usr/local/lib/mailman/templates/fi/admindbpreamble.html
- /usr/local/lib/mailman/templates/fi/admindbsummary.html
- /usr/local/lib/mailman/templates/fi/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/fi/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/fi/admlogin.html
- /usr/local/lib/mailman/templates/fi/approve.txt
- /usr/local/lib/mailman/templates/fi/article.html
- /usr/local/lib/mailman/templates/fi/bounce.txt
- /usr/local/lib/mailman/templates/fi/checkdbs.txt
- /usr/local/lib/mailman/templates/fi/convert.txt
- /usr/local/lib/mailman/templates/fi/cronpass.txt
- /usr/local/lib/mailman/templates/fi/disabled.txt
- /usr/local/lib/mailman/templates/fi/headfoot.html
- /usr/local/lib/mailman/templates/fi/help.txt
- /usr/local/lib/mailman/templates/fi/listinfo.html
- /usr/local/lib/mailman/templates/fi/masthead.txt
- /usr/local/lib/mailman/templates/fi/newlist.txt
- /usr/local/lib/mailman/templates/fi/options.html
- /usr/local/lib/mailman/templates/fi/postack.txt
- /usr/local/lib/mailman/templates/fi/postauth.txt
- /usr/local/lib/mailman/templates/fi/postheld.txt
- /usr/local/lib/mailman/templates/fi/private.html
- /usr/local/lib/mailman/templates/fi/refuse.txt
- /usr/local/lib/mailman/templates/fi/roster.html
- /usr/local/lib/mailman/templates/fi/subauth.txt
- /usr/local/lib/mailman/templates/fi/subscribe.html
- /usr/local/lib/mailman/templates/fi/subscribeack.txt
- /usr/local/lib/mailman/templates/fi/unsub.txt
- /usr/local/lib/mailman/templates/fi/unsubauth.txt
- /usr/local/lib/mailman/templates/fi/userpass.txt
- /usr/local/lib/mailman/templates/fi/verify.txt
- /usr/local/lib/mailman/templates/fr/
- /usr/local/lib/mailman/templates/fr/admindbdetails.html
- /usr/local/lib/mailman/templates/fr/admindbpreamble.html
- /usr/local/lib/mailman/templates/fr/admindbsummary.html
- /usr/local/lib/mailman/templates/fr/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/fr/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/fr/admlogin.html
- /usr/local/lib/mailman/templates/fr/approve.txt
- /usr/local/lib/mailman/templates/fr/archidxentry.html
- /usr/local/lib/mailman/templates/fr/archidxfoot.html
- /usr/local/lib/mailman/templates/fr/archidxhead.html
- /usr/local/lib/mailman/templates/fr/archlistend.html
- /usr/local/lib/mailman/templates/fr/archliststart.html
- /usr/local/lib/mailman/templates/fr/archtoc.html
- /usr/local/lib/mailman/templates/fr/archtocentry.html
- /usr/local/lib/mailman/templates/fr/archtocnombox.html
- /usr/local/lib/mailman/templates/fr/article.html
- /usr/local/lib/mailman/templates/fr/bounce.txt
- /usr/local/lib/mailman/templates/fr/checkdbs.txt
- /usr/local/lib/mailman/templates/fr/convert.txt
- /usr/local/lib/mailman/templates/fr/cronpass.txt
- /usr/local/lib/mailman/templates/fr/disabled.txt
- /usr/local/lib/mailman/templates/fr/emptyarchive.html
- /usr/local/lib/mailman/templates/fr/handle_opts.html
- /usr/local/lib/mailman/templates/fr/headfoot.html
- /usr/local/lib/mailman/templates/fr/help.txt
- /usr/local/lib/mailman/templates/fr/invite.txt
- /usr/local/lib/mailman/templates/fr/listinfo.html
- /usr/local/lib/mailman/templates/fr/masthead.txt
- /usr/local/lib/mailman/templates/fr/newlist.txt
- /usr/local/lib/mailman/templates/fr/nomoretoday.txt
- /usr/local/lib/mailman/templates/fr/options.html
- /usr/local/lib/mailman/templates/fr/postack.txt
- /usr/local/lib/mailman/templates/fr/postauth.txt
- /usr/local/lib/mailman/templates/fr/postheld.txt
- /usr/local/lib/mailman/templates/fr/private.html
- /usr/local/lib/mailman/templates/fr/probe.txt
- /usr/local/lib/mailman/templates/fr/refuse.txt
- /usr/local/lib/mailman/templates/fr/roster.html
- /usr/local/lib/mailman/templates/fr/subauth.txt
- /usr/local/lib/mailman/templates/fr/subscribe.html
- /usr/local/lib/mailman/templates/fr/subscribeack.txt
- /usr/local/lib/mailman/templates/fr/unsub.txt
- /usr/local/lib/mailman/templates/fr/unsubauth.txt
- /usr/local/lib/mailman/templates/fr/userpass.txt
- /usr/local/lib/mailman/templates/fr/verify.txt
- /usr/local/lib/mailman/templates/gl/
- /usr/local/lib/mailman/templates/gl/admindbdetails.html
- /usr/local/lib/mailman/templates/gl/admindbpreamble.html
- /usr/local/lib/mailman/templates/gl/admindbsummary.html
- /usr/local/lib/mailman/templates/gl/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/gl/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/gl/admlogin.html
- /usr/local/lib/mailman/templates/gl/approve.txt
- /usr/local/lib/mailman/templates/gl/archidxentry.html
- /usr/local/lib/mailman/templates/gl/archidxfoot.html
- /usr/local/lib/mailman/templates/gl/archidxhead.html
- /usr/local/lib/mailman/templates/gl/archlistend.html
- /usr/local/lib/mailman/templates/gl/archliststart.html
- /usr/local/lib/mailman/templates/gl/archtoc.html
- /usr/local/lib/mailman/templates/gl/archtocentry.html
- /usr/local/lib/mailman/templates/gl/article.html
- /usr/local/lib/mailman/templates/gl/bounce.txt
- /usr/local/lib/mailman/templates/gl/checkdbs.txt
- /usr/local/lib/mailman/templates/gl/convert.txt
- /usr/local/lib/mailman/templates/gl/cronpass.txt
- /usr/local/lib/mailman/templates/gl/disabled.txt
- /usr/local/lib/mailman/templates/gl/emptyarchive.html
- /usr/local/lib/mailman/templates/gl/handle_opts.html
- /usr/local/lib/mailman/templates/gl/headfoot.html
- /usr/local/lib/mailman/templates/gl/help.txt
- /usr/local/lib/mailman/templates/gl/invite.txt
- /usr/local/lib/mailman/templates/gl/listinfo.html
- /usr/local/lib/mailman/templates/gl/masthead.txt
- /usr/local/lib/mailman/templates/gl/newlist.txt
- /usr/local/lib/mailman/templates/gl/nomoretoday.txt
- /usr/local/lib/mailman/templates/gl/options.html
- /usr/local/lib/mailman/templates/gl/postack.txt
- /usr/local/lib/mailman/templates/gl/postauth.txt
- /usr/local/lib/mailman/templates/gl/postheld.txt
- /usr/local/lib/mailman/templates/gl/private.html
- /usr/local/lib/mailman/templates/gl/refuse.txt
- /usr/local/lib/mailman/templates/gl/roster.html
- /usr/local/lib/mailman/templates/gl/subauth.txt
- /usr/local/lib/mailman/templates/gl/subscribe.html
- /usr/local/lib/mailman/templates/gl/subscribeack.txt
- /usr/local/lib/mailman/templates/gl/unsub.txt
- /usr/local/lib/mailman/templates/gl/unsubauth.txt
- /usr/local/lib/mailman/templates/gl/userpass.txt
- /usr/local/lib/mailman/templates/gl/verify.txt
- /usr/local/lib/mailman/templates/he/
- /usr/local/lib/mailman/templates/he/admindbdetails.html
- /usr/local/lib/mailman/templates/he/admindbpreamble.html
- /usr/local/lib/mailman/templates/he/admindbsummary.html
- /usr/local/lib/mailman/templates/he/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/he/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/he/admlogin.html
- /usr/local/lib/mailman/templates/he/approve.txt
- /usr/local/lib/mailman/templates/he/archidxentry.html
- /usr/local/lib/mailman/templates/he/archidxfoot.html
- /usr/local/lib/mailman/templates/he/archidxhead.html
- /usr/local/lib/mailman/templates/he/archlistend.html
- /usr/local/lib/mailman/templates/he/archliststart.html
- /usr/local/lib/mailman/templates/he/archtoc.html
- /usr/local/lib/mailman/templates/he/archtocentry.html
- /usr/local/lib/mailman/templates/he/archtocnombox.html
- /usr/local/lib/mailman/templates/he/article.html
- /usr/local/lib/mailman/templates/he/bounce.txt
- /usr/local/lib/mailman/templates/he/checkdbs.txt
- /usr/local/lib/mailman/templates/he/convert.txt
- /usr/local/lib/mailman/templates/he/cronpass.txt
- /usr/local/lib/mailman/templates/he/disabled.txt
- /usr/local/lib/mailman/templates/he/emptyarchive.html
- /usr/local/lib/mailman/templates/he/headfoot.html
- /usr/local/lib/mailman/templates/he/help.txt
- /usr/local/lib/mailman/templates/he/invite.txt
- /usr/local/lib/mailman/templates/he/listinfo.html
- /usr/local/lib/mailman/templates/he/masthead.txt
- /usr/local/lib/mailman/templates/he/newlist.txt
- /usr/local/lib/mailman/templates/he/nomoretoday.txt
- /usr/local/lib/mailman/templates/he/options.html
- /usr/local/lib/mailman/templates/he/postack.txt
- /usr/local/lib/mailman/templates/he/postauth.txt
- /usr/local/lib/mailman/templates/he/postheld.txt
- /usr/local/lib/mailman/templates/he/private.html
- /usr/local/lib/mailman/templates/he/probe.txt
- /usr/local/lib/mailman/templates/he/refuse.txt
- /usr/local/lib/mailman/templates/he/roster.html
- /usr/local/lib/mailman/templates/he/subauth.txt
- /usr/local/lib/mailman/templates/he/subscribe.html
- /usr/local/lib/mailman/templates/he/subscribeack.txt
- /usr/local/lib/mailman/templates/he/unsub.txt
- /usr/local/lib/mailman/templates/he/unsubauth.txt
- /usr/local/lib/mailman/templates/he/userpass.txt
- /usr/local/lib/mailman/templates/he/verify.txt
- /usr/local/lib/mailman/templates/hr/
- /usr/local/lib/mailman/templates/hr/admindbdetails.html
- /usr/local/lib/mailman/templates/hr/admindbpreamble.html
- /usr/local/lib/mailman/templates/hr/admindbsummary.html
- /usr/local/lib/mailman/templates/hr/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/hr/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/hr/admlogin.html
- /usr/local/lib/mailman/templates/hr/approve.txt
- /usr/local/lib/mailman/templates/hr/archidxentry.html
- /usr/local/lib/mailman/templates/hr/archidxfoot.html
- /usr/local/lib/mailman/templates/hr/archidxhead.html
- /usr/local/lib/mailman/templates/hr/archlistend.html
- /usr/local/lib/mailman/templates/hr/archliststart.html
- /usr/local/lib/mailman/templates/hr/archtoc.html
- /usr/local/lib/mailman/templates/hr/archtocentry.html
- /usr/local/lib/mailman/templates/hr/article.html
- /usr/local/lib/mailman/templates/hr/bounce.txt
- /usr/local/lib/mailman/templates/hr/checkdbs.txt
- /usr/local/lib/mailman/templates/hr/convert.txt
- /usr/local/lib/mailman/templates/hr/cronpass.txt
- /usr/local/lib/mailman/templates/hr/disabled.txt
- /usr/local/lib/mailman/templates/hr/emptyarchive.html
- /usr/local/lib/mailman/templates/hr/headfoot.html
- /usr/local/lib/mailman/templates/hr/help.txt
- /usr/local/lib/mailman/templates/hr/invite.txt
- /usr/local/lib/mailman/templates/hr/listinfo.html
- /usr/local/lib/mailman/templates/hr/masthead.txt
- /usr/local/lib/mailman/templates/hr/newlist.txt
- /usr/local/lib/mailman/templates/hr/nomoretoday.txt
- /usr/local/lib/mailman/templates/hr/options.html
- /usr/local/lib/mailman/templates/hr/postack.txt
- /usr/local/lib/mailman/templates/hr/postauth.txt
- /usr/local/lib/mailman/templates/hr/postheld.txt
- /usr/local/lib/mailman/templates/hr/private.html
- /usr/local/lib/mailman/templates/hr/refuse.txt
- /usr/local/lib/mailman/templates/hr/roster.html
- /usr/local/lib/mailman/templates/hr/subauth.txt
- /usr/local/lib/mailman/templates/hr/subscribe.html
- /usr/local/lib/mailman/templates/hr/subscribeack.txt
- /usr/local/lib/mailman/templates/hr/unsub.txt
- /usr/local/lib/mailman/templates/hr/unsubauth.txt
- /usr/local/lib/mailman/templates/hr/userpass.txt
- /usr/local/lib/mailman/templates/hr/verify.txt
- /usr/local/lib/mailman/templates/hu/
- /usr/local/lib/mailman/templates/hu/admindbdetails.html
- /usr/local/lib/mailman/templates/hu/admindbpreamble.html
- /usr/local/lib/mailman/templates/hu/admindbsummary.html
- /usr/local/lib/mailman/templates/hu/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/hu/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/hu/admlogin.html
- /usr/local/lib/mailman/templates/hu/approve.txt
- /usr/local/lib/mailman/templates/hu/archidxentry.html
- /usr/local/lib/mailman/templates/hu/archidxfoot.html
- /usr/local/lib/mailman/templates/hu/archidxhead.html
- /usr/local/lib/mailman/templates/hu/archlistend.html
- /usr/local/lib/mailman/templates/hu/archliststart.html
- /usr/local/lib/mailman/templates/hu/archtoc.html
- /usr/local/lib/mailman/templates/hu/archtocentry.html
- /usr/local/lib/mailman/templates/hu/article.html
- /usr/local/lib/mailman/templates/hu/bounce.txt
- /usr/local/lib/mailman/templates/hu/checkdbs.txt
- /usr/local/lib/mailman/templates/hu/convert.txt
- /usr/local/lib/mailman/templates/hu/cronpass.txt
- /usr/local/lib/mailman/templates/hu/disabled.txt
- /usr/local/lib/mailman/templates/hu/emptyarchive.html
- /usr/local/lib/mailman/templates/hu/headfoot.html
- /usr/local/lib/mailman/templates/hu/help.txt
- /usr/local/lib/mailman/templates/hu/illik.html
- /usr/local/lib/mailman/templates/hu/invite.txt
- /usr/local/lib/mailman/templates/hu/listinfo.html
- /usr/local/lib/mailman/templates/hu/masthead.txt
- /usr/local/lib/mailman/templates/hu/newlist.txt
- /usr/local/lib/mailman/templates/hu/nomoretoday.txt
- /usr/local/lib/mailman/templates/hu/options.html
- /usr/local/lib/mailman/templates/hu/postack.txt
- /usr/local/lib/mailman/templates/hu/postauth.txt
- /usr/local/lib/mailman/templates/hu/postheld.txt
- /usr/local/lib/mailman/templates/hu/private.html
- /usr/local/lib/mailman/templates/hu/probe.txt
- /usr/local/lib/mailman/templates/hu/refuse.txt
- /usr/local/lib/mailman/templates/hu/roster.html
- /usr/local/lib/mailman/templates/hu/subauth.txt
- /usr/local/lib/mailman/templates/hu/subscribe.html
- /usr/local/lib/mailman/templates/hu/subscribeack.txt
- /usr/local/lib/mailman/templates/hu/unsub.txt
- /usr/local/lib/mailman/templates/hu/unsubauth.txt
- /usr/local/lib/mailman/templates/hu/userpass.txt
- /usr/local/lib/mailman/templates/hu/verify.txt
- /usr/local/lib/mailman/templates/ia/
- /usr/local/lib/mailman/templates/ia/adminaddrchgack.txt
- /usr/local/lib/mailman/templates/ia/admindbdetails.html
- /usr/local/lib/mailman/templates/ia/admindbpreamble.html
- /usr/local/lib/mailman/templates/ia/admindbsummary.html
- /usr/local/lib/mailman/templates/ia/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ia/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ia/admlogin.html
- /usr/local/lib/mailman/templates/ia/approve.txt
- /usr/local/lib/mailman/templates/ia/archidxentry.html
- /usr/local/lib/mailman/templates/ia/archidxfoot.html
- /usr/local/lib/mailman/templates/ia/archidxhead.html
- /usr/local/lib/mailman/templates/ia/archlistend.html
- /usr/local/lib/mailman/templates/ia/archliststart.html
- /usr/local/lib/mailman/templates/ia/archtoc.html
- /usr/local/lib/mailman/templates/ia/archtocentry.html
- /usr/local/lib/mailman/templates/ia/archtocnombox.html
- /usr/local/lib/mailman/templates/ia/article.html
- /usr/local/lib/mailman/templates/ia/bounce.txt
- /usr/local/lib/mailman/templates/ia/checkdbs.txt
- /usr/local/lib/mailman/templates/ia/convert.txt
- /usr/local/lib/mailman/templates/ia/cronpass.txt
- /usr/local/lib/mailman/templates/ia/disabled.txt
- /usr/local/lib/mailman/templates/ia/emptyarchive.html
- /usr/local/lib/mailman/templates/ia/headfoot.html
- /usr/local/lib/mailman/templates/ia/help.txt
- /usr/local/lib/mailman/templates/ia/invite.txt
- /usr/local/lib/mailman/templates/ia/listinfo.html
- /usr/local/lib/mailman/templates/ia/masthead.txt
- /usr/local/lib/mailman/templates/ia/newlist.txt
- /usr/local/lib/mailman/templates/ia/nomoretoday.txt
- /usr/local/lib/mailman/templates/ia/options.html
- /usr/local/lib/mailman/templates/ia/postack.txt
- /usr/local/lib/mailman/templates/ia/postauth.txt
- /usr/local/lib/mailman/templates/ia/postheld.txt
- /usr/local/lib/mailman/templates/ia/private.html
- /usr/local/lib/mailman/templates/ia/probe.txt
- /usr/local/lib/mailman/templates/ia/refuse.txt
- /usr/local/lib/mailman/templates/ia/roster.html
- /usr/local/lib/mailman/templates/ia/subauth.txt
- /usr/local/lib/mailman/templates/ia/subscribe.html
- /usr/local/lib/mailman/templates/ia/subscribeack.txt
- /usr/local/lib/mailman/templates/ia/unsub.txt
- /usr/local/lib/mailman/templates/ia/unsubauth.txt
- /usr/local/lib/mailman/templates/ia/userpass.txt
- /usr/local/lib/mailman/templates/ia/verify.txt
- /usr/local/lib/mailman/templates/it/
- /usr/local/lib/mailman/templates/it/admindbdetails.html
- /usr/local/lib/mailman/templates/it/admindbpreamble.html
- /usr/local/lib/mailman/templates/it/admindbsummary.html
- /usr/local/lib/mailman/templates/it/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/it/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/it/admlogin.html
- /usr/local/lib/mailman/templates/it/approve.txt
- /usr/local/lib/mailman/templates/it/archidxentry.html
- /usr/local/lib/mailman/templates/it/archidxfoot.html
- /usr/local/lib/mailman/templates/it/archidxhead.html
- /usr/local/lib/mailman/templates/it/archlistend.html
- /usr/local/lib/mailman/templates/it/archliststart.html
- /usr/local/lib/mailman/templates/it/archtoc.html
- /usr/local/lib/mailman/templates/it/archtocentry.html
- /usr/local/lib/mailman/templates/it/archtocnombox.html
- /usr/local/lib/mailman/templates/it/article.html
- /usr/local/lib/mailman/templates/it/bounce.txt
- /usr/local/lib/mailman/templates/it/checkdbs.txt
- /usr/local/lib/mailman/templates/it/convert.txt
- /usr/local/lib/mailman/templates/it/cronpass.txt
- /usr/local/lib/mailman/templates/it/disabled.txt
- /usr/local/lib/mailman/templates/it/emptyarchive.html
- /usr/local/lib/mailman/templates/it/headfoot.html
- /usr/local/lib/mailman/templates/it/help.txt
- /usr/local/lib/mailman/templates/it/invite.txt
- /usr/local/lib/mailman/templates/it/listinfo.html
- /usr/local/lib/mailman/templates/it/masthead.txt
- /usr/local/lib/mailman/templates/it/newlist.txt
- /usr/local/lib/mailman/templates/it/nomoretoday.txt
- /usr/local/lib/mailman/templates/it/options.html
- /usr/local/lib/mailman/templates/it/postack.txt
- /usr/local/lib/mailman/templates/it/postauth.txt
- /usr/local/lib/mailman/templates/it/postheld.txt
- /usr/local/lib/mailman/templates/it/private.html
- /usr/local/lib/mailman/templates/it/probe.txt
- /usr/local/lib/mailman/templates/it/refuse.txt
- /usr/local/lib/mailman/templates/it/roster.html
- /usr/local/lib/mailman/templates/it/subauth.txt
- /usr/local/lib/mailman/templates/it/subscribe.html
- /usr/local/lib/mailman/templates/it/subscribeack.txt
- /usr/local/lib/mailman/templates/it/unsub.txt
- /usr/local/lib/mailman/templates/it/unsubauth.txt
- /usr/local/lib/mailman/templates/it/userpass.txt
- /usr/local/lib/mailman/templates/it/verify.txt
- /usr/local/lib/mailman/templates/ja/
- /usr/local/lib/mailman/templates/ja/adminaddrchgack.txt
- /usr/local/lib/mailman/templates/ja/admindbdetails.html
- /usr/local/lib/mailman/templates/ja/admindbpreamble.html
- /usr/local/lib/mailman/templates/ja/admindbsummary.html
- /usr/local/lib/mailman/templates/ja/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ja/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ja/admlogin.html
- /usr/local/lib/mailman/templates/ja/approve.txt
- /usr/local/lib/mailman/templates/ja/archidxentry.html
- /usr/local/lib/mailman/templates/ja/archidxfoot.html
- /usr/local/lib/mailman/templates/ja/archidxhead.html
- /usr/local/lib/mailman/templates/ja/archlistend.html
- /usr/local/lib/mailman/templates/ja/archliststart.html
- /usr/local/lib/mailman/templates/ja/archtoc.html
- /usr/local/lib/mailman/templates/ja/archtocentry.html
- /usr/local/lib/mailman/templates/ja/archtocnombox.html
- /usr/local/lib/mailman/templates/ja/article.html
- /usr/local/lib/mailman/templates/ja/bounce.txt
- /usr/local/lib/mailman/templates/ja/checkdbs.txt
- /usr/local/lib/mailman/templates/ja/convert.txt
- /usr/local/lib/mailman/templates/ja/cronpass.txt
- /usr/local/lib/mailman/templates/ja/disabled.txt
- /usr/local/lib/mailman/templates/ja/emptyarchive.html
- /usr/local/lib/mailman/templates/ja/headfoot.html
- /usr/local/lib/mailman/templates/ja/help.txt
- /usr/local/lib/mailman/templates/ja/invite.txt
- /usr/local/lib/mailman/templates/ja/listinfo.html
- /usr/local/lib/mailman/templates/ja/masthead.txt
- /usr/local/lib/mailman/templates/ja/newlist.txt
- /usr/local/lib/mailman/templates/ja/nomoretoday.txt
- /usr/local/lib/mailman/templates/ja/options.html
- /usr/local/lib/mailman/templates/ja/postack.txt
- /usr/local/lib/mailman/templates/ja/postauth.txt
- /usr/local/lib/mailman/templates/ja/postheld.txt
- /usr/local/lib/mailman/templates/ja/private.html
- /usr/local/lib/mailman/templates/ja/probe.txt
- /usr/local/lib/mailman/templates/ja/refuse.txt
- /usr/local/lib/mailman/templates/ja/roster.html
- /usr/local/lib/mailman/templates/ja/subauth.txt
- /usr/local/lib/mailman/templates/ja/subscribe.html
- /usr/local/lib/mailman/templates/ja/subscribeack.txt
- /usr/local/lib/mailman/templates/ja/unsub.txt
- /usr/local/lib/mailman/templates/ja/unsubauth.txt
- /usr/local/lib/mailman/templates/ja/userpass.txt
- /usr/local/lib/mailman/templates/ja/verify.txt
- /usr/local/lib/mailman/templates/ko/
- /usr/local/lib/mailman/templates/ko/admindbdetails.html
- /usr/local/lib/mailman/templates/ko/admindbpreamble.html
- /usr/local/lib/mailman/templates/ko/admindbsummary.html
- /usr/local/lib/mailman/templates/ko/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ko/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ko/admlogin.html
- /usr/local/lib/mailman/templates/ko/approve.txt
- /usr/local/lib/mailman/templates/ko/article.html
- /usr/local/lib/mailman/templates/ko/bounce.txt
- /usr/local/lib/mailman/templates/ko/checkdbs.txt
- /usr/local/lib/mailman/templates/ko/convert.txt
- /usr/local/lib/mailman/templates/ko/cronpass.txt
- /usr/local/lib/mailman/templates/ko/disabled.txt
- /usr/local/lib/mailman/templates/ko/emptyarchive.html
- /usr/local/lib/mailman/templates/ko/headfoot.html
- /usr/local/lib/mailman/templates/ko/help.txt
- /usr/local/lib/mailman/templates/ko/invite.txt
- /usr/local/lib/mailman/templates/ko/listinfo.html
- /usr/local/lib/mailman/templates/ko/masthead.txt
- /usr/local/lib/mailman/templates/ko/newlist.txt
- /usr/local/lib/mailman/templates/ko/options.html
- /usr/local/lib/mailman/templates/ko/postack.txt
- /usr/local/lib/mailman/templates/ko/postauth.txt
- /usr/local/lib/mailman/templates/ko/postheld.txt
- /usr/local/lib/mailman/templates/ko/private.html
- /usr/local/lib/mailman/templates/ko/refuse.txt
- /usr/local/lib/mailman/templates/ko/roster.html
- /usr/local/lib/mailman/templates/ko/subauth.txt
- /usr/local/lib/mailman/templates/ko/subscribe.html
- /usr/local/lib/mailman/templates/ko/subscribeack.txt
- /usr/local/lib/mailman/templates/ko/unsub.txt
- /usr/local/lib/mailman/templates/ko/unsubauth.txt
- /usr/local/lib/mailman/templates/ko/userpass.txt
- /usr/local/lib/mailman/templates/ko/verify.txt
- /usr/local/lib/mailman/templates/lt/
- /usr/local/lib/mailman/templates/lt/admindbdetails.html
- /usr/local/lib/mailman/templates/lt/admindbpreamble.html
- /usr/local/lib/mailman/templates/lt/admindbsummary.html
- /usr/local/lib/mailman/templates/lt/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/lt/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/lt/admlogin.html
- /usr/local/lib/mailman/templates/lt/approve.txt
- /usr/local/lib/mailman/templates/lt/archidxentry.html
- /usr/local/lib/mailman/templates/lt/archidxfoot.html
- /usr/local/lib/mailman/templates/lt/archidxhead.html
- /usr/local/lib/mailman/templates/lt/archlistend.html
- /usr/local/lib/mailman/templates/lt/archliststart.html
- /usr/local/lib/mailman/templates/lt/archtoc.html
- /usr/local/lib/mailman/templates/lt/archtocentry.html
- /usr/local/lib/mailman/templates/lt/article.html
- /usr/local/lib/mailman/templates/lt/bounce.txt
- /usr/local/lib/mailman/templates/lt/checkdbs.txt
- /usr/local/lib/mailman/templates/lt/convert.txt
- /usr/local/lib/mailman/templates/lt/cronpass.txt
- /usr/local/lib/mailman/templates/lt/disabled.txt
- /usr/local/lib/mailman/templates/lt/emptyarchive.html
- /usr/local/lib/mailman/templates/lt/headfoot.html
- /usr/local/lib/mailman/templates/lt/help.txt
- /usr/local/lib/mailman/templates/lt/invite.txt
- /usr/local/lib/mailman/templates/lt/listinfo.html
- /usr/local/lib/mailman/templates/lt/masthead.txt
- /usr/local/lib/mailman/templates/lt/newlist.txt
- /usr/local/lib/mailman/templates/lt/nomoretoday.txt
- /usr/local/lib/mailman/templates/lt/options.html
- /usr/local/lib/mailman/templates/lt/postack.txt
- /usr/local/lib/mailman/templates/lt/postauth.txt
- /usr/local/lib/mailman/templates/lt/postheld.txt
- /usr/local/lib/mailman/templates/lt/private.html
- /usr/local/lib/mailman/templates/lt/refuse.txt
- /usr/local/lib/mailman/templates/lt/roster.html
- /usr/local/lib/mailman/templates/lt/subauth.txt
- /usr/local/lib/mailman/templates/lt/subscribe.html
- /usr/local/lib/mailman/templates/lt/subscribeack.txt
- /usr/local/lib/mailman/templates/lt/unsub.txt
- /usr/local/lib/mailman/templates/lt/unsubauth.txt
- /usr/local/lib/mailman/templates/lt/userpass.txt
- /usr/local/lib/mailman/templates/lt/verify.txt
- /usr/local/lib/mailman/templates/nl/
- /usr/local/lib/mailman/templates/nl/admindbdetails.html
- /usr/local/lib/mailman/templates/nl/admindbpreamble.html
- /usr/local/lib/mailman/templates/nl/admindbsummary.html
- /usr/local/lib/mailman/templates/nl/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/nl/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/nl/admlogin.html
- /usr/local/lib/mailman/templates/nl/approve.txt
- /usr/local/lib/mailman/templates/nl/archidxentry.html
- /usr/local/lib/mailman/templates/nl/archidxfoot.html
- /usr/local/lib/mailman/templates/nl/archidxhead.html
- /usr/local/lib/mailman/templates/nl/archlistend.html
- /usr/local/lib/mailman/templates/nl/archliststart.html
- /usr/local/lib/mailman/templates/nl/archtoc.html
- /usr/local/lib/mailman/templates/nl/archtocentry.html
- /usr/local/lib/mailman/templates/nl/archtocnombox.html
- /usr/local/lib/mailman/templates/nl/article.html
- /usr/local/lib/mailman/templates/nl/bounce.txt
- /usr/local/lib/mailman/templates/nl/checkdbs.txt
- /usr/local/lib/mailman/templates/nl/convert.txt
- /usr/local/lib/mailman/templates/nl/cronpass.txt
- /usr/local/lib/mailman/templates/nl/disabled.txt
- /usr/local/lib/mailman/templates/nl/emptyarchive.html
- /usr/local/lib/mailman/templates/nl/headfoot.html
- /usr/local/lib/mailman/templates/nl/help.txt
- /usr/local/lib/mailman/templates/nl/invite.txt
- /usr/local/lib/mailman/templates/nl/listinfo.html
- /usr/local/lib/mailman/templates/nl/masthead.txt
- /usr/local/lib/mailman/templates/nl/newlist.txt
- /usr/local/lib/mailman/templates/nl/nomoretoday.txt
- /usr/local/lib/mailman/templates/nl/options.html
- /usr/local/lib/mailman/templates/nl/postack.txt
- /usr/local/lib/mailman/templates/nl/postauth.txt
- /usr/local/lib/mailman/templates/nl/postheld.txt
- /usr/local/lib/mailman/templates/nl/private.html
- /usr/local/lib/mailman/templates/nl/probe.txt
- /usr/local/lib/mailman/templates/nl/refuse.txt
- /usr/local/lib/mailman/templates/nl/roster.html
- /usr/local/lib/mailman/templates/nl/subauth.txt
- /usr/local/lib/mailman/templates/nl/subscribe.html
- /usr/local/lib/mailman/templates/nl/subscribeack.txt
- /usr/local/lib/mailman/templates/nl/unsub.txt
- /usr/local/lib/mailman/templates/nl/unsubauth.txt
- /usr/local/lib/mailman/templates/nl/userpass.txt
- /usr/local/lib/mailman/templates/nl/verify.txt
- /usr/local/lib/mailman/templates/no/
- /usr/local/lib/mailman/templates/no/admindbdetails.html
- /usr/local/lib/mailman/templates/no/admindbpreamble.html
- /usr/local/lib/mailman/templates/no/admindbsummary.html
- /usr/local/lib/mailman/templates/no/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/no/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/no/admlogin.html
- /usr/local/lib/mailman/templates/no/approve.txt
- /usr/local/lib/mailman/templates/no/archidxfoot.html
- /usr/local/lib/mailman/templates/no/archidxhead.html
- /usr/local/lib/mailman/templates/no/archliststart.html
- /usr/local/lib/mailman/templates/no/archtoc.html
- /usr/local/lib/mailman/templates/no/archtocentry.html
- /usr/local/lib/mailman/templates/no/archtocnombox.html
- /usr/local/lib/mailman/templates/no/article.html
- /usr/local/lib/mailman/templates/no/bounce.txt
- /usr/local/lib/mailman/templates/no/checkdbs.txt
- /usr/local/lib/mailman/templates/no/convert.txt
- /usr/local/lib/mailman/templates/no/cronpass.txt
- /usr/local/lib/mailman/templates/no/disabled.txt
- /usr/local/lib/mailman/templates/no/emptyarchive.html
- /usr/local/lib/mailman/templates/no/headfoot.html
- /usr/local/lib/mailman/templates/no/help.txt
- /usr/local/lib/mailman/templates/no/invite.txt
- /usr/local/lib/mailman/templates/no/listinfo.html
- /usr/local/lib/mailman/templates/no/masthead.txt
- /usr/local/lib/mailman/templates/no/newlist.txt
- /usr/local/lib/mailman/templates/no/nomoretoday.txt
- /usr/local/lib/mailman/templates/no/options.html
- /usr/local/lib/mailman/templates/no/postack.txt
- /usr/local/lib/mailman/templates/no/postauth.txt
- /usr/local/lib/mailman/templates/no/postheld.txt
- /usr/local/lib/mailman/templates/no/private.html
- /usr/local/lib/mailman/templates/no/refuse.txt
- /usr/local/lib/mailman/templates/no/roster.html
- /usr/local/lib/mailman/templates/no/subauth.txt
- /usr/local/lib/mailman/templates/no/subscribe.html
- /usr/local/lib/mailman/templates/no/subscribeack.txt
- /usr/local/lib/mailman/templates/no/unsub.txt
- /usr/local/lib/mailman/templates/no/unsubauth.txt
- /usr/local/lib/mailman/templates/no/userpass.txt
- /usr/local/lib/mailman/templates/no/verify.txt
- /usr/local/lib/mailman/templates/pl/
- /usr/local/lib/mailman/templates/pl/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/pl/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/pl/admlogin.html
- /usr/local/lib/mailman/templates/pl/approve.txt
- /usr/local/lib/mailman/templates/pl/archidxentry.html
- /usr/local/lib/mailman/templates/pl/archidxfoot.html
- /usr/local/lib/mailman/templates/pl/archidxhead.html
- /usr/local/lib/mailman/templates/pl/archlistend.html
- /usr/local/lib/mailman/templates/pl/archliststart.html
- /usr/local/lib/mailman/templates/pl/archtoc.html
- /usr/local/lib/mailman/templates/pl/archtocentry.html
- /usr/local/lib/mailman/templates/pl/archtocnombox.html
- /usr/local/lib/mailman/templates/pl/article.html
- /usr/local/lib/mailman/templates/pl/bounce.txt
- /usr/local/lib/mailman/templates/pl/checkdbs.txt
- /usr/local/lib/mailman/templates/pl/cronpass.txt
- /usr/local/lib/mailman/templates/pl/disabled.txt
- /usr/local/lib/mailman/templates/pl/emptyarchive.html
- /usr/local/lib/mailman/templates/pl/help.txt
- /usr/local/lib/mailman/templates/pl/invite.txt
- /usr/local/lib/mailman/templates/pl/listinfo.html
- /usr/local/lib/mailman/templates/pl/masthead.txt
- /usr/local/lib/mailman/templates/pl/newlist.txt
- /usr/local/lib/mailman/templates/pl/nomoretoday.txt
- /usr/local/lib/mailman/templates/pl/options.html
- /usr/local/lib/mailman/templates/pl/postack.txt
- /usr/local/lib/mailman/templates/pl/postauth.txt
- /usr/local/lib/mailman/templates/pl/postheld.txt
- /usr/local/lib/mailman/templates/pl/private.html
- /usr/local/lib/mailman/templates/pl/refuse.txt
- /usr/local/lib/mailman/templates/pl/roster.html
- /usr/local/lib/mailman/templates/pl/subauth.txt
- /usr/local/lib/mailman/templates/pl/subscribe.html
- /usr/local/lib/mailman/templates/pl/subscribeack.txt
- /usr/local/lib/mailman/templates/pl/unsub.txt
- /usr/local/lib/mailman/templates/pl/unsubauth.txt
- /usr/local/lib/mailman/templates/pl/userpass.txt
- /usr/local/lib/mailman/templates/pl/verify.txt
- /usr/local/lib/mailman/templates/pt/
- /usr/local/lib/mailman/templates/pt/admindbdetails.html
- /usr/local/lib/mailman/templates/pt/admindbpreamble.html
- /usr/local/lib/mailman/templates/pt/admindbsummary.html
- /usr/local/lib/mailman/templates/pt/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/pt/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/pt/admlogin.html
- /usr/local/lib/mailman/templates/pt/approve.txt
- /usr/local/lib/mailman/templates/pt/archidxentry.html
- /usr/local/lib/mailman/templates/pt/archidxfoot.html
- /usr/local/lib/mailman/templates/pt/archidxhead.html
- /usr/local/lib/mailman/templates/pt/archlistend.html
- /usr/local/lib/mailman/templates/pt/archliststart.html
- /usr/local/lib/mailman/templates/pt/archtoc.html
- /usr/local/lib/mailman/templates/pt/archtocentry.html
- /usr/local/lib/mailman/templates/pt/article.html
- /usr/local/lib/mailman/templates/pt/bounce.txt
- /usr/local/lib/mailman/templates/pt/checkdbs.txt
- /usr/local/lib/mailman/templates/pt/convert.txt
- /usr/local/lib/mailman/templates/pt/cronpass.txt
- /usr/local/lib/mailman/templates/pt/disabled.txt
- /usr/local/lib/mailman/templates/pt/emptyarchive.html
- /usr/local/lib/mailman/templates/pt/headfoot.html
- /usr/local/lib/mailman/templates/pt/help.txt
- /usr/local/lib/mailman/templates/pt/invite.txt
- /usr/local/lib/mailman/templates/pt/listinfo.html
- /usr/local/lib/mailman/templates/pt/masthead.txt
- /usr/local/lib/mailman/templates/pt/newlist.txt
- /usr/local/lib/mailman/templates/pt/nomoretoday.txt
- /usr/local/lib/mailman/templates/pt/options.html
- /usr/local/lib/mailman/templates/pt/postack.txt
- /usr/local/lib/mailman/templates/pt/postauth.txt
- /usr/local/lib/mailman/templates/pt/postheld.txt
- /usr/local/lib/mailman/templates/pt/private.html
- /usr/local/lib/mailman/templates/pt/refuse.txt
- /usr/local/lib/mailman/templates/pt/roster.html
- /usr/local/lib/mailman/templates/pt/subauth.txt
- /usr/local/lib/mailman/templates/pt/subscribe.html
- /usr/local/lib/mailman/templates/pt/subscribeack.txt
- /usr/local/lib/mailman/templates/pt/unsub.txt
- /usr/local/lib/mailman/templates/pt/unsubauth.txt
- /usr/local/lib/mailman/templates/pt/userpass.txt
- /usr/local/lib/mailman/templates/pt/verify.txt
- /usr/local/lib/mailman/templates/pt_BR/
- /usr/local/lib/mailman/templates/pt_BR/admindbdetails.html
- /usr/local/lib/mailman/templates/pt_BR/admindbpreamble.html
- /usr/local/lib/mailman/templates/pt_BR/admindbsummary.html
- /usr/local/lib/mailman/templates/pt_BR/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/pt_BR/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/pt_BR/admlogin.html
- /usr/local/lib/mailman/templates/pt_BR/approve.txt
- /usr/local/lib/mailman/templates/pt_BR/archidxentry.html
- /usr/local/lib/mailman/templates/pt_BR/archidxfoot.html
- /usr/local/lib/mailman/templates/pt_BR/archidxhead.html
- /usr/local/lib/mailman/templates/pt_BR/archlistend.html
- /usr/local/lib/mailman/templates/pt_BR/archliststart.html
- /usr/local/lib/mailman/templates/pt_BR/archtoc.html
- /usr/local/lib/mailman/templates/pt_BR/archtocentry.html
- /usr/local/lib/mailman/templates/pt_BR/article.html
- /usr/local/lib/mailman/templates/pt_BR/bounce.txt
- /usr/local/lib/mailman/templates/pt_BR/checkdbs.txt
- /usr/local/lib/mailman/templates/pt_BR/convert.txt
- /usr/local/lib/mailman/templates/pt_BR/cronpass.txt
- /usr/local/lib/mailman/templates/pt_BR/disabled.txt
- /usr/local/lib/mailman/templates/pt_BR/emptyarchive.html
- /usr/local/lib/mailman/templates/pt_BR/headfoot.html
- /usr/local/lib/mailman/templates/pt_BR/help.txt
- /usr/local/lib/mailman/templates/pt_BR/invite.txt
- /usr/local/lib/mailman/templates/pt_BR/listinfo.html
- /usr/local/lib/mailman/templates/pt_BR/masthead.txt
- /usr/local/lib/mailman/templates/pt_BR/newlist.txt
- /usr/local/lib/mailman/templates/pt_BR/nomoretoday.txt
- /usr/local/lib/mailman/templates/pt_BR/options.html
- /usr/local/lib/mailman/templates/pt_BR/postack.txt
- /usr/local/lib/mailman/templates/pt_BR/postauth.txt
- /usr/local/lib/mailman/templates/pt_BR/postheld.txt
- /usr/local/lib/mailman/templates/pt_BR/private.html
- /usr/local/lib/mailman/templates/pt_BR/refuse.txt
- /usr/local/lib/mailman/templates/pt_BR/roster.html
- /usr/local/lib/mailman/templates/pt_BR/subauth.txt
- /usr/local/lib/mailman/templates/pt_BR/subscribe.html
- /usr/local/lib/mailman/templates/pt_BR/subscribeack.txt
- /usr/local/lib/mailman/templates/pt_BR/unsub.txt
- /usr/local/lib/mailman/templates/pt_BR/unsubauth.txt
- /usr/local/lib/mailman/templates/pt_BR/userpass.txt
- /usr/local/lib/mailman/templates/pt_BR/verify.txt
- /usr/local/lib/mailman/templates/ro/
- /usr/local/lib/mailman/templates/ro/admindbdetails.html
- /usr/local/lib/mailman/templates/ro/admindbpreamble.html
- /usr/local/lib/mailman/templates/ro/admindbsummary.html
- /usr/local/lib/mailman/templates/ro/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ro/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ro/admlogin.html
- /usr/local/lib/mailman/templates/ro/approve.txt
- /usr/local/lib/mailman/templates/ro/archidxentry.html
- /usr/local/lib/mailman/templates/ro/archidxfoot.html
- /usr/local/lib/mailman/templates/ro/archidxhead.html
- /usr/local/lib/mailman/templates/ro/archlistend.html
- /usr/local/lib/mailman/templates/ro/archliststart.html
- /usr/local/lib/mailman/templates/ro/archtoc.html
- /usr/local/lib/mailman/templates/ro/archtocentry.html
- /usr/local/lib/mailman/templates/ro/article.html
- /usr/local/lib/mailman/templates/ro/bounce.txt
- /usr/local/lib/mailman/templates/ro/checkdbs.txt
- /usr/local/lib/mailman/templates/ro/convert.txt
- /usr/local/lib/mailman/templates/ro/cronpass.txt
- /usr/local/lib/mailman/templates/ro/disabled.txt
- /usr/local/lib/mailman/templates/ro/emptyarchive.html
- /usr/local/lib/mailman/templates/ro/headfoot.html
- /usr/local/lib/mailman/templates/ro/help.txt
- /usr/local/lib/mailman/templates/ro/invite.txt
- /usr/local/lib/mailman/templates/ro/listinfo.html
- /usr/local/lib/mailman/templates/ro/masthead.txt
- /usr/local/lib/mailman/templates/ro/newlist.txt
- /usr/local/lib/mailman/templates/ro/nomoretoday.txt
- /usr/local/lib/mailman/templates/ro/options.html
- /usr/local/lib/mailman/templates/ro/postack.txt
- /usr/local/lib/mailman/templates/ro/postauth.txt
- /usr/local/lib/mailman/templates/ro/postheld.txt
- /usr/local/lib/mailman/templates/ro/private.html
- /usr/local/lib/mailman/templates/ro/refuse.txt
- /usr/local/lib/mailman/templates/ro/roster.html
- /usr/local/lib/mailman/templates/ro/subauth.txt
- /usr/local/lib/mailman/templates/ro/subscribe.html
- /usr/local/lib/mailman/templates/ro/subscribeack.txt
- /usr/local/lib/mailman/templates/ro/unsub.txt
- /usr/local/lib/mailman/templates/ro/unsubauth.txt
- /usr/local/lib/mailman/templates/ro/userpass.txt
- /usr/local/lib/mailman/templates/ro/verify.txt
- /usr/local/lib/mailman/templates/ru/
- /usr/local/lib/mailman/templates/ru/adminaddrchgack.txt
- /usr/local/lib/mailman/templates/ru/admindbdetails.html
- /usr/local/lib/mailman/templates/ru/admindbpreamble.html
- /usr/local/lib/mailman/templates/ru/admindbsummary.html
- /usr/local/lib/mailman/templates/ru/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/ru/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/ru/admlogin.html
- /usr/local/lib/mailman/templates/ru/approve.txt
- /usr/local/lib/mailman/templates/ru/archidxentry.html
- /usr/local/lib/mailman/templates/ru/archidxfoot.html
- /usr/local/lib/mailman/templates/ru/archidxhead.html
- /usr/local/lib/mailman/templates/ru/archlistend.html
- /usr/local/lib/mailman/templates/ru/archliststart.html
- /usr/local/lib/mailman/templates/ru/archtoc.html
- /usr/local/lib/mailman/templates/ru/archtocentry.html
- /usr/local/lib/mailman/templates/ru/archtocnombox.html
- /usr/local/lib/mailman/templates/ru/article.html
- /usr/local/lib/mailman/templates/ru/bounce.txt
- /usr/local/lib/mailman/templates/ru/checkdbs.txt
- /usr/local/lib/mailman/templates/ru/convert.txt
- /usr/local/lib/mailman/templates/ru/cronpass.txt
- /usr/local/lib/mailman/templates/ru/disabled.txt
- /usr/local/lib/mailman/templates/ru/emptyarchive.html
- /usr/local/lib/mailman/templates/ru/headfoot.html
- /usr/local/lib/mailman/templates/ru/help.txt
- /usr/local/lib/mailman/templates/ru/invite.txt
- /usr/local/lib/mailman/templates/ru/listinfo.html
- /usr/local/lib/mailman/templates/ru/masthead.txt
- /usr/local/lib/mailman/templates/ru/newlist.txt
- /usr/local/lib/mailman/templates/ru/nomoretoday.txt
- /usr/local/lib/mailman/templates/ru/options.html
- /usr/local/lib/mailman/templates/ru/postack.txt
- /usr/local/lib/mailman/templates/ru/postauth.txt
- /usr/local/lib/mailman/templates/ru/postheld.txt
- /usr/local/lib/mailman/templates/ru/private.html
- /usr/local/lib/mailman/templates/ru/probe.txt
- /usr/local/lib/mailman/templates/ru/refuse.txt
- /usr/local/lib/mailman/templates/ru/roster.html
- /usr/local/lib/mailman/templates/ru/subauth.txt
- /usr/local/lib/mailman/templates/ru/subscribe.html
- /usr/local/lib/mailman/templates/ru/subscribeack.txt
- /usr/local/lib/mailman/templates/ru/unsub.txt
- /usr/local/lib/mailman/templates/ru/unsubauth.txt
- /usr/local/lib/mailman/templates/ru/userpass.txt
- /usr/local/lib/mailman/templates/ru/verify.txt
- /usr/local/lib/mailman/templates/sk/
- /usr/local/lib/mailman/templates/sk/admindbdetails.html
- /usr/local/lib/mailman/templates/sk/admindbpreamble.html
- /usr/local/lib/mailman/templates/sk/admindbsummary.html
- /usr/local/lib/mailman/templates/sk/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/sk/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/sk/admlogin.html
- /usr/local/lib/mailman/templates/sk/approve.txt
- /usr/local/lib/mailman/templates/sk/archidxentry.html
- /usr/local/lib/mailman/templates/sk/archidxfoot.html
- /usr/local/lib/mailman/templates/sk/archidxhead.html
- /usr/local/lib/mailman/templates/sk/archlistend.html
- /usr/local/lib/mailman/templates/sk/archliststart.html
- /usr/local/lib/mailman/templates/sk/archtoc.html
- /usr/local/lib/mailman/templates/sk/archtocentry.html
- /usr/local/lib/mailman/templates/sk/archtocnombox.html
- /usr/local/lib/mailman/templates/sk/article.html
- /usr/local/lib/mailman/templates/sk/bounce.txt
- /usr/local/lib/mailman/templates/sk/checkdbs.txt
- /usr/local/lib/mailman/templates/sk/convert.txt
- /usr/local/lib/mailman/templates/sk/cronpass.txt
- /usr/local/lib/mailman/templates/sk/disabled.txt
- /usr/local/lib/mailman/templates/sk/emptyarchive.html
- /usr/local/lib/mailman/templates/sk/headfoot.html
- /usr/local/lib/mailman/templates/sk/help.txt
- /usr/local/lib/mailman/templates/sk/invite.txt
- /usr/local/lib/mailman/templates/sk/listinfo.html
- /usr/local/lib/mailman/templates/sk/masthead.txt
- /usr/local/lib/mailman/templates/sk/newlist.txt
- /usr/local/lib/mailman/templates/sk/nomoretoday.txt
- /usr/local/lib/mailman/templates/sk/options.html
- /usr/local/lib/mailman/templates/sk/postack.txt
- /usr/local/lib/mailman/templates/sk/postauth.txt
- /usr/local/lib/mailman/templates/sk/postheld.txt
- /usr/local/lib/mailman/templates/sk/private.html
- /usr/local/lib/mailman/templates/sk/probe.txt
- /usr/local/lib/mailman/templates/sk/refuse.txt
- /usr/local/lib/mailman/templates/sk/roster.html
- /usr/local/lib/mailman/templates/sk/subauth.txt
- /usr/local/lib/mailman/templates/sk/subscribe.html
- /usr/local/lib/mailman/templates/sk/subscribeack.txt
- /usr/local/lib/mailman/templates/sk/unsub.txt
- /usr/local/lib/mailman/templates/sk/unsubauth.txt
- /usr/local/lib/mailman/templates/sk/userpass.txt
- /usr/local/lib/mailman/templates/sk/verify.txt
- /usr/local/lib/mailman/templates/sl/
- /usr/local/lib/mailman/templates/sl/admindbdetails.html
- /usr/local/lib/mailman/templates/sl/admindbpreamble.html
- /usr/local/lib/mailman/templates/sl/admindbsummary.html
- /usr/local/lib/mailman/templates/sl/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/sl/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/sl/admlogin.html
- /usr/local/lib/mailman/templates/sl/approve.txt
- /usr/local/lib/mailman/templates/sl/archidxentry.html
- /usr/local/lib/mailman/templates/sl/archidxfoot.html
- /usr/local/lib/mailman/templates/sl/archidxhead.html
- /usr/local/lib/mailman/templates/sl/archlistend.html
- /usr/local/lib/mailman/templates/sl/archliststart.html
- /usr/local/lib/mailman/templates/sl/archtoc.html
- /usr/local/lib/mailman/templates/sl/archtocentry.html
- /usr/local/lib/mailman/templates/sl/article.html
- /usr/local/lib/mailman/templates/sl/bounce.txt
- /usr/local/lib/mailman/templates/sl/checkdbs.txt
- /usr/local/lib/mailman/templates/sl/convert.txt
- /usr/local/lib/mailman/templates/sl/cronpass.txt
- /usr/local/lib/mailman/templates/sl/disabled.txt
- /usr/local/lib/mailman/templates/sl/emptyarchive.html
- /usr/local/lib/mailman/templates/sl/headfoot.html
- /usr/local/lib/mailman/templates/sl/help.txt
- /usr/local/lib/mailman/templates/sl/invite.txt
- /usr/local/lib/mailman/templates/sl/listinfo.html
- /usr/local/lib/mailman/templates/sl/masthead.txt
- /usr/local/lib/mailman/templates/sl/newlist.txt
- /usr/local/lib/mailman/templates/sl/nomoretoday.txt
- /usr/local/lib/mailman/templates/sl/options.html
- /usr/local/lib/mailman/templates/sl/postack.txt
- /usr/local/lib/mailman/templates/sl/postauth.txt
- /usr/local/lib/mailman/templates/sl/postheld.txt
- /usr/local/lib/mailman/templates/sl/private.html
- /usr/local/lib/mailman/templates/sl/refuse.txt
- /usr/local/lib/mailman/templates/sl/roster.html
- /usr/local/lib/mailman/templates/sl/subauth.txt
- /usr/local/lib/mailman/templates/sl/subscribe.html
- /usr/local/lib/mailman/templates/sl/subscribeack.txt
- /usr/local/lib/mailman/templates/sl/unsub.txt
- /usr/local/lib/mailman/templates/sl/unsubauth.txt
- /usr/local/lib/mailman/templates/sl/userpass.txt
- /usr/local/lib/mailman/templates/sl/verify.txt
- /usr/local/lib/mailman/templates/sr/
- /usr/local/lib/mailman/templates/sr/admindbdetails.html
- /usr/local/lib/mailman/templates/sr/admindbpreamble.html
- /usr/local/lib/mailman/templates/sr/admindbsummary.html
- /usr/local/lib/mailman/templates/sr/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/sr/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/sr/admlogin.html
- /usr/local/lib/mailman/templates/sr/approve.txt
- /usr/local/lib/mailman/templates/sr/archidxentry.html
- /usr/local/lib/mailman/templates/sr/archidxfoot.html
- /usr/local/lib/mailman/templates/sr/archidxhead.html
- /usr/local/lib/mailman/templates/sr/archlistend.html
- /usr/local/lib/mailman/templates/sr/archliststart.html
- /usr/local/lib/mailman/templates/sr/archtoc.html
- /usr/local/lib/mailman/templates/sr/archtocentry.html
- /usr/local/lib/mailman/templates/sr/article.html
- /usr/local/lib/mailman/templates/sr/bounce.txt
- /usr/local/lib/mailman/templates/sr/checkdbs.txt
- /usr/local/lib/mailman/templates/sr/convert.txt
- /usr/local/lib/mailman/templates/sr/cronpass.txt
- /usr/local/lib/mailman/templates/sr/disabled.txt
- /usr/local/lib/mailman/templates/sr/emptyarchive.html
- /usr/local/lib/mailman/templates/sr/handle_opts.html
- /usr/local/lib/mailman/templates/sr/headfoot.html
- /usr/local/lib/mailman/templates/sr/help.txt
- /usr/local/lib/mailman/templates/sr/invite.txt
- /usr/local/lib/mailman/templates/sr/listinfo.html
- /usr/local/lib/mailman/templates/sr/masthead.txt
- /usr/local/lib/mailman/templates/sr/newlist.txt
- /usr/local/lib/mailman/templates/sr/nomoretoday.txt
- /usr/local/lib/mailman/templates/sr/options.html
- /usr/local/lib/mailman/templates/sr/postack.txt
- /usr/local/lib/mailman/templates/sr/postauth.txt
- /usr/local/lib/mailman/templates/sr/postheld.txt
- /usr/local/lib/mailman/templates/sr/private.html
- /usr/local/lib/mailman/templates/sr/refuse.txt
- /usr/local/lib/mailman/templates/sr/roster.html
- /usr/local/lib/mailman/templates/sr/subauth.txt
- /usr/local/lib/mailman/templates/sr/subscribe.html
- /usr/local/lib/mailman/templates/sr/subscribeack.txt
- /usr/local/lib/mailman/templates/sr/unsub.txt
- /usr/local/lib/mailman/templates/sr/unsubauth.txt
- /usr/local/lib/mailman/templates/sr/userpass.txt
- /usr/local/lib/mailman/templates/sr/verify.txt
- /usr/local/lib/mailman/templates/sv/
- /usr/local/lib/mailman/templates/sv/admindbdetails.html
- /usr/local/lib/mailman/templates/sv/admindbpreamble.html
- /usr/local/lib/mailman/templates/sv/admindbsummary.html
- /usr/local/lib/mailman/templates/sv/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/sv/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/sv/admlogin.html
- /usr/local/lib/mailman/templates/sv/approve.txt
- /usr/local/lib/mailman/templates/sv/archtoc.html
- /usr/local/lib/mailman/templates/sv/archtocentry.html
- /usr/local/lib/mailman/templates/sv/article.html
- /usr/local/lib/mailman/templates/sv/bounce.txt
- /usr/local/lib/mailman/templates/sv/checkdbs.txt
- /usr/local/lib/mailman/templates/sv/convert.txt
- /usr/local/lib/mailman/templates/sv/cronpass.txt
- /usr/local/lib/mailman/templates/sv/disabled.txt
- /usr/local/lib/mailman/templates/sv/emptyarchive.html
- /usr/local/lib/mailman/templates/sv/headfoot.html
- /usr/local/lib/mailman/templates/sv/help.txt
- /usr/local/lib/mailman/templates/sv/invite.txt
- /usr/local/lib/mailman/templates/sv/listinfo.html
- /usr/local/lib/mailman/templates/sv/masthead.txt
- /usr/local/lib/mailman/templates/sv/newlist.txt
- /usr/local/lib/mailman/templates/sv/nomoretoday.txt
- /usr/local/lib/mailman/templates/sv/options.html
- /usr/local/lib/mailman/templates/sv/postack.txt
- /usr/local/lib/mailman/templates/sv/postauth.txt
- /usr/local/lib/mailman/templates/sv/postheld.txt
- /usr/local/lib/mailman/templates/sv/private.html
- /usr/local/lib/mailman/templates/sv/refuse.txt
- /usr/local/lib/mailman/templates/sv/roster.html
- /usr/local/lib/mailman/templates/sv/subauth.txt
- /usr/local/lib/mailman/templates/sv/subscribe.html
- /usr/local/lib/mailman/templates/sv/subscribeack.txt
- /usr/local/lib/mailman/templates/sv/unsub.txt
- /usr/local/lib/mailman/templates/sv/unsubauth.txt
- /usr/local/lib/mailman/templates/sv/userpass.txt
- /usr/local/lib/mailman/templates/sv/verify.txt
- /usr/local/lib/mailman/templates/tr/
- /usr/local/lib/mailman/templates/tr/admindbdetails.html
- /usr/local/lib/mailman/templates/tr/admindbpreamble.html
- /usr/local/lib/mailman/templates/tr/admindbsummary.html
- /usr/local/lib/mailman/templates/tr/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/tr/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/tr/admlogin.html
- /usr/local/lib/mailman/templates/tr/approve.txt
- /usr/local/lib/mailman/templates/tr/archidxentry.html
- /usr/local/lib/mailman/templates/tr/archidxfoot.html
- /usr/local/lib/mailman/templates/tr/archidxhead.html
- /usr/local/lib/mailman/templates/tr/archlistend.html
- /usr/local/lib/mailman/templates/tr/archliststart.html
- /usr/local/lib/mailman/templates/tr/archtoc.html
- /usr/local/lib/mailman/templates/tr/archtocentry.html
- /usr/local/lib/mailman/templates/tr/archtocnombox.html
- /usr/local/lib/mailman/templates/tr/article.html
- /usr/local/lib/mailman/templates/tr/bounce.txt
- /usr/local/lib/mailman/templates/tr/checkdbs.txt
- /usr/local/lib/mailman/templates/tr/convert.txt
- /usr/local/lib/mailman/templates/tr/cronpass.txt
- /usr/local/lib/mailman/templates/tr/disabled.txt
- /usr/local/lib/mailman/templates/tr/emptyarchive.html
- /usr/local/lib/mailman/templates/tr/headfoot.html
- /usr/local/lib/mailman/templates/tr/help.txt
- /usr/local/lib/mailman/templates/tr/invite.txt
- /usr/local/lib/mailman/templates/tr/listinfo.html
- /usr/local/lib/mailman/templates/tr/masthead.txt
- /usr/local/lib/mailman/templates/tr/newlist.txt
- /usr/local/lib/mailman/templates/tr/nomoretoday.txt
- /usr/local/lib/mailman/templates/tr/options.html
- /usr/local/lib/mailman/templates/tr/postack.txt
- /usr/local/lib/mailman/templates/tr/postauth.txt
- /usr/local/lib/mailman/templates/tr/postheld.txt
- /usr/local/lib/mailman/templates/tr/private.html
- /usr/local/lib/mailman/templates/tr/refuse.txt
- /usr/local/lib/mailman/templates/tr/roster.html
- /usr/local/lib/mailman/templates/tr/subauth.txt
- /usr/local/lib/mailman/templates/tr/subscribe.html
- /usr/local/lib/mailman/templates/tr/subscribeack.txt
- /usr/local/lib/mailman/templates/tr/unsub.txt
- /usr/local/lib/mailman/templates/tr/unsubauth.txt
- /usr/local/lib/mailman/templates/tr/userpass.txt
- /usr/local/lib/mailman/templates/tr/verify.txt
- /usr/local/lib/mailman/templates/uk/
- /usr/local/lib/mailman/templates/uk/admindbdetails.html
- /usr/local/lib/mailman/templates/uk/admindbpreamble.html
- /usr/local/lib/mailman/templates/uk/admindbsummary.html
- /usr/local/lib/mailman/templates/uk/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/uk/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/uk/admlogin.html
- /usr/local/lib/mailman/templates/uk/approve.txt
- /usr/local/lib/mailman/templates/uk/archidxentry.html
- /usr/local/lib/mailman/templates/uk/archidxfoot.html
- /usr/local/lib/mailman/templates/uk/archidxhead.html
- /usr/local/lib/mailman/templates/uk/archlistend.html
- /usr/local/lib/mailman/templates/uk/archliststart.html
- /usr/local/lib/mailman/templates/uk/archtoc.html
- /usr/local/lib/mailman/templates/uk/archtocentry.html
- /usr/local/lib/mailman/templates/uk/archtocnombox.html
- /usr/local/lib/mailman/templates/uk/article.html
- /usr/local/lib/mailman/templates/uk/bounce.txt
- /usr/local/lib/mailman/templates/uk/checkdbs.txt
- /usr/local/lib/mailman/templates/uk/convert.txt
- /usr/local/lib/mailman/templates/uk/cronpass.txt
- /usr/local/lib/mailman/templates/uk/disabled.txt
- /usr/local/lib/mailman/templates/uk/emptyarchive.html
- /usr/local/lib/mailman/templates/uk/headfoot.html
- /usr/local/lib/mailman/templates/uk/help.txt
- /usr/local/lib/mailman/templates/uk/invite.txt
- /usr/local/lib/mailman/templates/uk/listinfo.html
- /usr/local/lib/mailman/templates/uk/masthead.txt
- /usr/local/lib/mailman/templates/uk/newlist.txt
- /usr/local/lib/mailman/templates/uk/nomoretoday.txt
- /usr/local/lib/mailman/templates/uk/options.html
- /usr/local/lib/mailman/templates/uk/postack.txt
- /usr/local/lib/mailman/templates/uk/postauth.txt
- /usr/local/lib/mailman/templates/uk/postheld.txt
- /usr/local/lib/mailman/templates/uk/private.html
- /usr/local/lib/mailman/templates/uk/probe.txt
- /usr/local/lib/mailman/templates/uk/refuse.txt
- /usr/local/lib/mailman/templates/uk/roster.html
- /usr/local/lib/mailman/templates/uk/subauth.txt
- /usr/local/lib/mailman/templates/uk/subscribe.html
- /usr/local/lib/mailman/templates/uk/subscribeack.txt
- /usr/local/lib/mailman/templates/uk/unsub.txt
- /usr/local/lib/mailman/templates/uk/unsubauth.txt
- /usr/local/lib/mailman/templates/uk/userpass.txt
- /usr/local/lib/mailman/templates/uk/verify.txt
- /usr/local/lib/mailman/templates/vi/
- /usr/local/lib/mailman/templates/vi/admindbdetails.html
- /usr/local/lib/mailman/templates/vi/admindbpreamble.html
- /usr/local/lib/mailman/templates/vi/admindbsummary.html
- /usr/local/lib/mailman/templates/vi/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/vi/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/vi/admlogin.html
- /usr/local/lib/mailman/templates/vi/approve.txt
- /usr/local/lib/mailman/templates/vi/archidxentry.html
- /usr/local/lib/mailman/templates/vi/archidxfoot.html
- /usr/local/lib/mailman/templates/vi/archidxhead.html
- /usr/local/lib/mailman/templates/vi/archlistend.html
- /usr/local/lib/mailman/templates/vi/archliststart.html
- /usr/local/lib/mailman/templates/vi/archtoc.html
- /usr/local/lib/mailman/templates/vi/archtocentry.html
- /usr/local/lib/mailman/templates/vi/archtocnombox.html
- /usr/local/lib/mailman/templates/vi/article.html
- /usr/local/lib/mailman/templates/vi/bounce.txt
- /usr/local/lib/mailman/templates/vi/checkdbs.txt
- /usr/local/lib/mailman/templates/vi/convert.txt
- /usr/local/lib/mailman/templates/vi/cronpass.txt
- /usr/local/lib/mailman/templates/vi/disabled.txt
- /usr/local/lib/mailman/templates/vi/emptyarchive.html
- /usr/local/lib/mailman/templates/vi/headfoot.html
- /usr/local/lib/mailman/templates/vi/help.txt
- /usr/local/lib/mailman/templates/vi/invite.txt
- /usr/local/lib/mailman/templates/vi/listinfo.html
- /usr/local/lib/mailman/templates/vi/masthead.txt
- /usr/local/lib/mailman/templates/vi/newlist.txt
- /usr/local/lib/mailman/templates/vi/nomoretoday.txt
- /usr/local/lib/mailman/templates/vi/options.html
- /usr/local/lib/mailman/templates/vi/postack.txt
- /usr/local/lib/mailman/templates/vi/postauth.txt
- /usr/local/lib/mailman/templates/vi/postheld.txt
- /usr/local/lib/mailman/templates/vi/private.html
- /usr/local/lib/mailman/templates/vi/probe.txt
- /usr/local/lib/mailman/templates/vi/refuse.txt
- /usr/local/lib/mailman/templates/vi/roster.html
- /usr/local/lib/mailman/templates/vi/subauth.txt
- /usr/local/lib/mailman/templates/vi/subscribe.html
- /usr/local/lib/mailman/templates/vi/subscribeack.txt
- /usr/local/lib/mailman/templates/vi/unsub.txt
- /usr/local/lib/mailman/templates/vi/unsubauth.txt
- /usr/local/lib/mailman/templates/vi/userpass.txt
- /usr/local/lib/mailman/templates/vi/verify.txt
- /usr/local/lib/mailman/templates/zh_CN/
- /usr/local/lib/mailman/templates/zh_CN/admindbdetails.html
- /usr/local/lib/mailman/templates/zh_CN/admindbpreamble.html
- /usr/local/lib/mailman/templates/zh_CN/admindbsummary.html
- /usr/local/lib/mailman/templates/zh_CN/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/zh_CN/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/zh_CN/admlogin.html
- /usr/local/lib/mailman/templates/zh_CN/approve.txt
- /usr/local/lib/mailman/templates/zh_CN/archidxentry.html
- /usr/local/lib/mailman/templates/zh_CN/archidxfoot.html
- /usr/local/lib/mailman/templates/zh_CN/archidxhead.html
- /usr/local/lib/mailman/templates/zh_CN/archlistend.html
- /usr/local/lib/mailman/templates/zh_CN/archliststart.html
- /usr/local/lib/mailman/templates/zh_CN/archtoc.html
- /usr/local/lib/mailman/templates/zh_CN/archtocentry.html
- /usr/local/lib/mailman/templates/zh_CN/archtocnombox.html
- /usr/local/lib/mailman/templates/zh_CN/article.html
- /usr/local/lib/mailman/templates/zh_CN/bounce.txt
- /usr/local/lib/mailman/templates/zh_CN/checkdbs.txt
- /usr/local/lib/mailman/templates/zh_CN/convert.txt
- /usr/local/lib/mailman/templates/zh_CN/cronpass.txt
- /usr/local/lib/mailman/templates/zh_CN/disabled.txt
- /usr/local/lib/mailman/templates/zh_CN/emptyarchive.html
- /usr/local/lib/mailman/templates/zh_CN/headfoot.html
- /usr/local/lib/mailman/templates/zh_CN/help.txt
- /usr/local/lib/mailman/templates/zh_CN/invite.txt
- /usr/local/lib/mailman/templates/zh_CN/listinfo.html
- /usr/local/lib/mailman/templates/zh_CN/masthead.txt
- /usr/local/lib/mailman/templates/zh_CN/newlist.txt
- /usr/local/lib/mailman/templates/zh_CN/nomoretoday.txt
- /usr/local/lib/mailman/templates/zh_CN/options.html
- /usr/local/lib/mailman/templates/zh_CN/postack.txt
- /usr/local/lib/mailman/templates/zh_CN/postauth.txt
- /usr/local/lib/mailman/templates/zh_CN/postheld.txt
- /usr/local/lib/mailman/templates/zh_CN/private.html
- /usr/local/lib/mailman/templates/zh_CN/probe.txt
- /usr/local/lib/mailman/templates/zh_CN/refuse.txt
- /usr/local/lib/mailman/templates/zh_CN/roster.html
- /usr/local/lib/mailman/templates/zh_CN/subauth.txt
- /usr/local/lib/mailman/templates/zh_CN/subscribe.html
- /usr/local/lib/mailman/templates/zh_CN/subscribeack.txt
- /usr/local/lib/mailman/templates/zh_CN/unsub.txt
- /usr/local/lib/mailman/templates/zh_CN/unsubauth.txt
- /usr/local/lib/mailman/templates/zh_CN/userpass.txt
- /usr/local/lib/mailman/templates/zh_CN/verify.txt
- /usr/local/lib/mailman/templates/zh_TW/
- /usr/local/lib/mailman/templates/zh_TW/admindbpreamble.html
- /usr/local/lib/mailman/templates/zh_TW/adminsubscribeack.txt
- /usr/local/lib/mailman/templates/zh_TW/adminunsubscribeack.txt
- /usr/local/lib/mailman/templates/zh_TW/admlogin.html
- /usr/local/lib/mailman/templates/zh_TW/approve.txt
- /usr/local/lib/mailman/templates/zh_TW/bounce.txt
- /usr/local/lib/mailman/templates/zh_TW/checkdbs.txt
- /usr/local/lib/mailman/templates/zh_TW/convert.txt
- /usr/local/lib/mailman/templates/zh_TW/cronpass.txt
- /usr/local/lib/mailman/templates/zh_TW/handle_opts.html
- /usr/local/lib/mailman/templates/zh_TW/headfoot.html
- /usr/local/lib/mailman/templates/zh_TW/help.txt
- /usr/local/lib/mailman/templates/zh_TW/listinfo.html
- /usr/local/lib/mailman/templates/zh_TW/masthead.txt
- /usr/local/lib/mailman/templates/zh_TW/newlist.txt
- /usr/local/lib/mailman/templates/zh_TW/options.html
- /usr/local/lib/mailman/templates/zh_TW/postack.txt
- /usr/local/lib/mailman/templates/zh_TW/postauth.txt
- /usr/local/lib/mailman/templates/zh_TW/postheld.txt
- /usr/local/lib/mailman/templates/zh_TW/refuse.txt
- /usr/local/lib/mailman/templates/zh_TW/roster.html
- /usr/local/lib/mailman/templates/zh_TW/subauth.txt
- /usr/local/lib/mailman/templates/zh_TW/subscribe.html
- /usr/local/lib/mailman/templates/zh_TW/subscribeack.txt
- /usr/local/lib/mailman/templates/zh_TW/userpass.txt
- /usr/local/lib/mailman/templates/zh_TW/verify.txt
- /usr/local/lib/mailman/tests/
- /usr/local/lib/mailman/tests/EmailBase.py
- /usr/local/lib/mailman/tests/TestBase.py
- /usr/local/lib/mailman/tests/bounces/
- /usr/local/lib/mailman/tests/bounces/aol_01.txt
- /usr/local/lib/mailman/tests/bounces/bounce_01.txt
- /usr/local/lib/mailman/tests/bounces/bounce_02.txt
- /usr/local/lib/mailman/tests/bounces/bounce_03.txt
- /usr/local/lib/mailman/tests/bounces/dsn_01.txt
- /usr/local/lib/mailman/tests/bounces/dsn_02.txt
- /usr/local/lib/mailman/tests/bounces/dsn_03.txt
- /usr/local/lib/mailman/tests/bounces/dsn_04.txt
- /usr/local/lib/mailman/tests/bounces/dsn_05.txt
- /usr/local/lib/mailman/tests/bounces/dsn_06.txt
- /usr/local/lib/mailman/tests/bounces/dsn_07.txt
- /usr/local/lib/mailman/tests/bounces/dsn_08.txt
- /usr/local/lib/mailman/tests/bounces/dsn_09.txt
- /usr/local/lib/mailman/tests/bounces/dsn_10.txt
- /usr/local/lib/mailman/tests/bounces/dsn_11.txt
- /usr/local/lib/mailman/tests/bounces/dsn_12.txt
- /usr/local/lib/mailman/tests/bounces/dsn_13.txt
- /usr/local/lib/mailman/tests/bounces/dsn_14.txt
- /usr/local/lib/mailman/tests/bounces/dsn_15.txt
- /usr/local/lib/mailman/tests/bounces/dsn_16.txt
- /usr/local/lib/mailman/tests/bounces/dsn_17.txt
- /usr/local/lib/mailman/tests/bounces/dsn_18.txt
- /usr/local/lib/mailman/tests/bounces/dumbass_01.txt
- /usr/local/lib/mailman/tests/bounces/exim_01.txt
- /usr/local/lib/mailman/tests/bounces/groupwise_01.txt
- /usr/local/lib/mailman/tests/bounces/groupwise_02.txt
- /usr/local/lib/mailman/tests/bounces/groupwise_03.txt
- /usr/local/lib/mailman/tests/bounces/hotpop_01.txt
- /usr/local/lib/mailman/tests/bounces/llnl_01.txt
- /usr/local/lib/mailman/tests/bounces/microsoft_01.txt
- /usr/local/lib/mailman/tests/bounces/microsoft_02.txt
- /usr/local/lib/mailman/tests/bounces/microsoft_03.txt
- /usr/local/lib/mailman/tests/bounces/netscape_01.txt
- /usr/local/lib/mailman/tests/bounces/newmailru_01.txt
- /usr/local/lib/mailman/tests/bounces/postfix_01.txt
- /usr/local/lib/mailman/tests/bounces/postfix_02.txt
- /usr/local/lib/mailman/tests/bounces/postfix_03.txt
- /usr/local/lib/mailman/tests/bounces/postfix_04.txt
- /usr/local/lib/mailman/tests/bounces/postfix_05.txt
- /usr/local/lib/mailman/tests/bounces/qmail_01.txt
- /usr/local/lib/mailman/tests/bounces/qmail_02.txt
- /usr/local/lib/mailman/tests/bounces/qmail_03.txt
- /usr/local/lib/mailman/tests/bounces/qmail_04.txt
- /usr/local/lib/mailman/tests/bounces/qmail_05.txt
- /usr/local/lib/mailman/tests/bounces/qmail_06.txt
- /usr/local/lib/mailman/tests/bounces/qmail_07.txt
- /usr/local/lib/mailman/tests/bounces/qmail_08.txt
- /usr/local/lib/mailman/tests/bounces/sendmail_01.txt
- /usr/local/lib/mailman/tests/bounces/simple_01.txt
- /usr/local/lib/mailman/tests/bounces/simple_02.txt
- /usr/local/lib/mailman/tests/bounces/simple_03.txt
- /usr/local/lib/mailman/tests/bounces/simple_04.txt
- /usr/local/lib/mailman/tests/bounces/simple_05.txt
- /usr/local/lib/mailman/tests/bounces/simple_06.txt
- /usr/local/lib/mailman/tests/bounces/simple_07.txt
- /usr/local/lib/mailman/tests/bounces/simple_08.txt
- /usr/local/lib/mailman/tests/bounces/simple_09.txt
- /usr/local/lib/mailman/tests/bounces/simple_10.txt
- /usr/local/lib/mailman/tests/bounces/simple_11.txt
- /usr/local/lib/mailman/tests/bounces/simple_12.txt
- /usr/local/lib/mailman/tests/bounces/simple_13.txt
- /usr/local/lib/mailman/tests/bounces/simple_14.txt
- /usr/local/lib/mailman/tests/bounces/simple_15.txt
- /usr/local/lib/mailman/tests/bounces/simple_16.txt
- /usr/local/lib/mailman/tests/bounces/simple_17.txt
- /usr/local/lib/mailman/tests/bounces/simple_18.txt
- /usr/local/lib/mailman/tests/bounces/simple_19.txt
- /usr/local/lib/mailman/tests/bounces/simple_20.txt
- /usr/local/lib/mailman/tests/bounces/simple_21.txt
- /usr/local/lib/mailman/tests/bounces/simple_22.txt
- /usr/local/lib/mailman/tests/bounces/simple_23.txt
- /usr/local/lib/mailman/tests/bounces/simple_24.txt
- /usr/local/lib/mailman/tests/bounces/simple_25.txt
- /usr/local/lib/mailman/tests/bounces/simple_26.txt
- /usr/local/lib/mailman/tests/bounces/simple_27.txt
- /usr/local/lib/mailman/tests/bounces/simple_28.txt
- /usr/local/lib/mailman/tests/bounces/simple_29.txt
- /usr/local/lib/mailman/tests/bounces/simple_30.txt
- /usr/local/lib/mailman/tests/bounces/simple_31.txt
- /usr/local/lib/mailman/tests/bounces/simple_32.txt
- /usr/local/lib/mailman/tests/bounces/simple_33.txt
- /usr/local/lib/mailman/tests/bounces/simple_34.txt
- /usr/local/lib/mailman/tests/bounces/simple_35.txt
- /usr/local/lib/mailman/tests/bounces/simple_36.txt
- /usr/local/lib/mailman/tests/bounces/simple_37.txt
- /usr/local/lib/mailman/tests/bounces/simple_38.txt
- /usr/local/lib/mailman/tests/bounces/simple_39.txt
- /usr/local/lib/mailman/tests/bounces/simple_40.txt
- /usr/local/lib/mailman/tests/bounces/simple_41.txt
- /usr/local/lib/mailman/tests/bounces/simple_44.txt
- /usr/local/lib/mailman/tests/bounces/sina_01.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_01.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_02.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_03.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_04.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_05.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_06.txt
- /usr/local/lib/mailman/tests/bounces/smtp32_07.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_01.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_02.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_03.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_04.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_05.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_06.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_07.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_08.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_09.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_10.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_11.txt
- /usr/local/lib/mailman/tests/bounces/yahoo_12.txt
- /usr/local/lib/mailman/tests/bounces/yale_01.txt
- /usr/local/lib/mailman/tests/fblast.py
- /usr/local/lib/mailman/tests/msgs/
- /usr/local/lib/mailman/tests/msgs/bad_01.txt
- /usr/local/lib/mailman/tests/onebounce.py
- /usr/local/lib/mailman/tests/paths.py
- /usr/local/lib/mailman/tests/test_bounces.py
- /usr/local/lib/mailman/tests/test_handlers.py
- /usr/local/lib/mailman/tests/test_lockfile.py
- /usr/local/lib/mailman/tests/test_membership.py
- /usr/local/lib/mailman/tests/test_message.py
- /usr/local/lib/mailman/tests/test_runners.py
- /usr/local/lib/mailman/tests/test_safedict.py
- /usr/local/lib/mailman/tests/test_security_mgr.py
- /usr/local/lib/mailman/tests/test_smtp.py
- /usr/local/lib/mailman/tests/testall.py
- /usr/local/share/doc/mailman/
- /usr/local/share/doc/mailman/FAQ
- /usr/local/share/doc/mailman/NEWS
- /usr/local/share/doc/mailman/README
- /usr/local/share/doc/mailman/README-I18N.en
- /usr/local/share/doc/mailman/README.CONTRIB
- /usr/local/share/doc/mailman/README.NETSCAPE
- /usr/local/share/doc/mailman/README.USERAGENT
- /usr/local/share/doc/mailman/UPGRADING
- /usr/local/share/doc/pkg-readmes/mailman
- /usr/local/share/examples/mailman/
- /usr/local/share/examples/mailman/sitelist.cfg
- /var/cron/tabs/_mailman
- /var/spool/mailman/
- /var/spool/mailman/archives/
- /var/spool/mailman/archives/private/
- /var/spool/mailman/archives/public/
- /var/spool/mailman/data/
- /var/spool/mailman/data/sitelist.cfg
- /var/spool/mailman/lists/
- /var/spool/mailman/locks/
- /var/spool/mailman/logs/
- /var/spool/mailman/qfiles/
- /var/spool/mailman/spam/
- @extraunexec rm -fr /var/spool/mailman/*
- @newgroup _mailman:504
- @newgroup _mailmanq:769
- @newuser _mailman:504:_mailman::Mailing List Manager:/usr/local/lib/mailman:/sbin/nologin
- @unexec find /usr/local/lib/mailman -name paths.pyc -exec rm -f {} \;