Skip to content

Commit fef2ba3

Browse files
committed
Document mailing list options
1 parent 97f5bbe commit fef2ba3

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

mailing-lists.php

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,35 @@ function output_lists_table($mailing_lists): void
386386
href="http://lists.php.net/">lists.php.net</a> are managed using the <a
387387
href="http://mlmmj.org/">mlmmj</a> mailing list software.
388388
There are a variety of commands you can use to modify your subscription.
389-
Either send a message to <code>php-whatever+help@lists.php.net</code> (as in,
389+
For a full overview, send a message to <code>php-whatever+help@lists.php.net</code> (as in,
390390
<code>php-general+help@lists.php.net</code>).</a>
391391
</p>
392392

393+
<h3>Subscribing</h3>
394+
395+
<ul>
396+
<li>The normal mailing list, where you receive every message seperately:<br/>
397+
Email: <code>php-<em>listname</em>+subscribe@lists.php.net</code></li>
398+
<li>The daily digest list, where you receive an email with every message for a whole day at once:<br/>
399+
Email: <code>php-<em>listname</em>+subscribe<b>-digest</b>@lists.php.net</code></li>
400+
<li>The no email list, where you receive no emails from the list, but you can still post to it:<br/>
401+
Email: <code>php-<em>listname</em>+subscribe<b>-nomail</b>@lists.php.net</code></li>
402+
</ul>
403+
404+
<h3>Unsubscribing</h3>
405+
406+
<p>
407+
Email: <code>php-<em>listname</em>+unsubscribe@lists.php.net</code>
408+
</p>
409+
410+
<h3>Help</h3>
411+
412+
<ul>
413+
<li>For a FAQ (Frequently Asked Questions):<br/>
414+
Email: <code>php-<em>listname</em>+unsubscribe@lists.php.net</code></li>
415+
<li>To reach an administrator:<br/>
416+
Email: <code>php-<em>listname</em>+owner@lists.php.net</code></li>
417+
</ul>
418+
419+
393420
<?php site_footer(); ?>

0 commit comments

Comments
 (0)