diff options
Diffstat (limited to 'mail.gumx.cc')
| -rw-r--r-- | mail.gumx.cc/list/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mail.gumx.cc/list/index.html b/mail.gumx.cc/list/index.html index 65421d2..931e641 100644 --- a/mail.gumx.cc/list/index.html +++ b/mail.gumx.cc/list/index.html @@ -31,7 +31,7 @@ footer { margin-top: 3em; } <h1><a href="https://gumx.cc">gumx</a> / list</h1> </header> <main> -<p>Site updates and general discussion. Low volume. Posts are moderated.</p> +<p>Site updates and general discussion. Low volume. Posts go directly to the archive.</p> <h2>subscribe</h2> <p>Send an empty email to:</p> <pre><code>list+subscribe@gumx.cc</code></pre> @@ -39,8 +39,14 @@ footer { margin-top: 3em; } <h2>unsubscribe</h2> <pre><code>list+unsubscribe@gumx.cc</code></pre> <h2>post</h2> -<p>Anyone can post. Posts are held for moderation before appearing in the archive.</p> +<p>Anyone can post.</p> <pre><code>list@gumx.cc</code></pre> +<h2>topics</h2> +<p>There is no enforced topic structure. To tag a message by topic, add a bracketed label at the start of your subject:</p> +<pre><code>[tech] subject here +[meta] subject here +[link] subject here</code></pre> +<p>The archive has a filter box — type a tag name to narrow the list to that topic.</p> <h2>archive</h2> <p>Browse past messages at <a href="/list/archive/">/list/archive/</a>.</p> </main> |
