------------------------------------------------------------
revno: 54
committer: Terri Oda <[email protected]>
branch nick: mailman.client
timestamp: Thu 2014-04-17 10:54:17 -0400
message:
  Very short, incomplete test for the nonmembers function, just so we have
  some reference to it in using.txt.
modified:
  src/mailmanclient/docs/using.txt


--
lp:mailman.client
https://code.launchpad.net/~mailman-coders/mailman.client/trunk

Your team Mailman Coders is subscribed to branch lp:mailman.client.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subscription
=== modified file 'src/mailmanclient/docs/using.txt'
--- src/mailmanclient/docs/using.txt	2014-04-16 18:42:04 +0000
+++ src/mailmanclient/docs/using.txt	2014-04-17 14:54:17 +0000
@@ -330,6 +330,22 @@
     ...
     ValueError: [email protected] is not a member address of [email protected]
 
+Non-Members
+===========
+
+When someone attempts to post to a list but is not a member, then they are
+listed as a "non-member" of that list so that a moderator can choose how to
+handle their messages going forwards.  In some cases, one might wish to
+accept or reject their future messages automatically.  Just like with regular
+members, they are given a unique id.
+
+The list starts out with no nonmembers.
+
+    >>> test_one.nonmembers
+    []
+
+When someone tries to send a message to the list and they are not a
+subscriber, they get added to the nonmember list.
 
 Users
 =====

_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to