Browse Source

Update 'README.md'

gogsadmin 1 year ago
parent
commit
7d4a29fe26
1 changed files with 11 additions and 2 deletions
  1. 11 2
      README.md

+ 11 - 2
README.md

@@ -2,6 +2,15 @@
 
 Goals
 * Member e-mail addresses are never disclosed to other members.
-* E-mail sent by a member to "cropswap@shandan.one" is sent to all other members
-* E-mail sent by a member to "name/alias <cropswap@shandan.one>" is sent only to that member (if they are subscribed)
+* E-mail sent by a subscribed member to "cropswap-members@shandan.one" is sent to all other subscribed members
+* E-mail sent by a subscribed member to "name/alias <cropswap-members@shandan.one>" is sent only to that member (if they are subscribed)
 * Members may unsubscribe and subscribes at any time by sending mail to the group with [UNSUBSCRIBE] as the subject
+* Unsubscribed members can not send mail and do not receive mail from cropswap-members@shandan.one
+
+The implementation covers the goals plus also:
+* Organizer mailgroup <cropswap@shandan.one>
+* E-mail sent by a non-organizer (member or non-member) is forwarded to all organizers
+* E-mail sent by an organizer is sent to all subscribed members
+* E-mail from non-members (sent only to orgnaizers) retains original e-mail to allow organizer to respond directly
+* E-mail sent by a member to "name/alias <cropswap@shandan.one>" is sent only to that member (if they are subscribed)
+* Unsubscribed members do not receive mail from cropswap@shandan.one (but they can send mail to it to contact organizers)