From 27fa56b204bde53dc35fd25442e3e8a77bccd96b Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Wed, 15 Jul 2020 09:29:02 -0400 Subject: [PATCH] Improvements to main lists page Rename title above Tips to be about Tips, add paragraph talking about how to Unsubscribe. --- django/archives/mailarchives/templates/index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/django/archives/mailarchives/templates/index.html b/django/archives/mailarchives/templates/index.html index 97adf41..f2121d1 100644 --- a/django/archives/mailarchives/templates/index.html +++ b/django/archives/mailarchives/templates/index.html @@ -17,7 +17,7 @@ The PostgreSQL mailing l and many more. -

How to Subscribe or Unsubscribe

+

Tips For Using the PostgreSQL Mailing Lists

To help ensure you have a productive experience on the PostgreSQL experience, we have a few tips to get you started on your journey:

@@ -31,12 +31,25 @@ and many more.

If your email address is protected by a mail-back anti-spam system, this could cause some issues with our mailing list system. If it is discovered that your email address has implemented one of these systems, we may have to automatically unsubscribe your account.

+

Tip #3: Choose The Most Appropriate List

+ +

Choose the most appropriate individual list for your question. Please do not cross-post (have multiple mailing lists in one email) unless there is a specific reason (such as a confirmed bug report being cross-posted to the hackers mailing list). Instead, choose the most appropriate list for your email and send it there. Cross-posted emails will be moderated and therefore will also take longer to reach the subscribers if approved. +

+ +

How to Subscribe or Unsubscribe

+

Subscribing to a PostgreSQL Mailing List

Ready to join the PostgreSQL community? You can subscribe to one of our mailing lists at lists.postgresql.org.

+

Unsubscribing from a PostgreSQL Mailing List

+ +

+You can manage your subscriptions and unsubscribe from our mailing lists at lists.postgresql.org. +

+

Mailing List Archives

The PostgreSQL Mailing list public archives provide a rich history of the PostgreSQL project, all the way back to 1997! We keep a public record of the mailing list to help provide a searchable resource to help answer your questions, as well as in the spirit of building an open community.

-- 2.39.5