diff options
| -rw-r--r-- | admin/www/features.html | 48 |
1 files changed, 36 insertions, 12 deletions
diff --git a/admin/www/features.html b/admin/www/features.html index faa73ca32..cc13a3485 100644 --- a/admin/www/features.html +++ b/admin/www/features.html @@ -19,18 +19,42 @@ <tr> <td> <ul> - <li> Most standard mailing list features, including list moderation, mail based commands, digests, and so on. - <li> An extensive web-based user interface that is customizable on a per-list basis. - <li> A web-based list administration interface for <b>all</b> admin-type tasks, including list configuration, moderation, and so on. - <li> Automatic web-based hypermail-style archiving, including provisions for private archives. - <li> Integrated mail list to newsgroup gatewaying. - <li> Integrated newsgroup to mail list gatewaying. - <li> Smart bounce detection and correction. - <li> Integrated fast bulk mailing (useful for sendmail users). - <li> Smart spam protection. - <li> Multiple list owners and moderators are possible. - <li> Optional (per-user) MIME-compliant digests. - <li> Nice about which machine you subscribed from if you're from the right domain. + <li>Most standard mailing list features, including list moderation, + mail based commands, digests (both MIME and `plain'), and so on. + + <p><li>An extensive web-based user interface that is customizable on a + per-list basis. This allows users to manage their own + subscriptions, with support for temporarily disabling their + accounts, selecting digest modes, hiding their email addresses + from other members, etc. + + <p><li>A web-based list administration interface for <b>all</b> + admin-type tasks, including list configuration, moderation (post + approvals), selection of posting and subscribing rules, management + of user accounts via the web, etc. + + <p><li>Automatic web-based hypermail-style archiving, including + provisions for private archives. + + <p><li>Integrated gatewaying to and from Usenet. + + <p><li>Smart bounce detection with automatic disposition + (i.e. configurable disabling, unsubscribing). + + <p><li>Direct SMTP delivery of messages, including integrated fast + bulk mailing. + + <p><li>Smart spam protection. + + <p><li>Multiple list owners and moderators are possible. + + <p><li>Optional (per-user) MIME-compliant digests. + + <p><li>Support for virtual domains. + + <p><li>Runs on most Un*x-like systems, compatible with most web + servers and browsers, and most SMTP servers. Compatible with + Python 1.5 or newer. Mailman does not currently work on Windows. </ul> </td> |
