Author: Derick Rethans (derickr)
Date: 2024-04-16T17:31:29+01:00

Commit: 
https://github.com/php/web-php/commit/fef2ba34ebd6554768f8ce2072cc6a603ca47abd
Raw diff: 
https://github.com/php/web-php/commit/fef2ba34ebd6554768f8ce2072cc6a603ca47abd.diff

Document mailing list options

Changed paths:
  M  mailing-lists.php


Diff:

diff --git a/mailing-lists.php b/mailing-lists.php
index c70769557c..e0ed84b434 100644
--- a/mailing-lists.php
+++ b/mailing-lists.php
@@ -386,8 +386,35 @@ function output_lists_table($mailing_lists): void
  href="http://lists.php.net/";>lists.php.net</a> are managed using the <a
  href="http://mlmmj.org/";>mlmmj</a> mailing list software.
  There are a variety of commands you can use to modify your subscription.
- Either send a message to <code>php-whatever+h...@lists.php.net</code> (as in,
+ For a full overview, send a message to 
<code>php-whatever+h...@lists.php.net</code> (as in,
  <code>php-general+h...@lists.php.net</code>).</a>
 </p>
 
+<h3>Subscribing</h3>
+
+<ul>
+       <li>The normal mailing list, where you receive every message 
seperately:<br/>
+       Email: <code>php-<em>listname</em>+subscr...@lists.php.net</code></li>
+       <li>The daily digest list, where you receive an email with every 
message for a whole day at once:<br/>
+       Email: 
<code>php-<em>listname</em>+subscribe<b>-digest</b>@lists.php.net</code></li>
+       <li>The no email list, where you receive no emails from the list, but 
you can still post to it:<br/>
+       Email: 
<code>php-<em>listname</em>+subscribe<b>-nomail</b>@lists.php.net</code></li>
+</ul>
+
+<h3>Unsubscribing</h3>
+
+<p>
+Email: <code>php-<em>listname</em>+unsubscr...@lists.php.net</code>
+</p>
+
+<h3>Help</h3>
+
+<ul>
+       <li>For a FAQ (Frequently Asked Questions):<br/>
+       Email: <code>php-<em>listname</em>+unsubscr...@lists.php.net</code></li>
+       <li>To reach an administrator:<br/>
+       Email: <code>php-<em>listname</em>+ow...@lists.php.net</code></li>
+</ul>
+
+
 <?php site_footer(); ?>

Reply via email to