diff options
| author | Barry Warsaw | 2011-06-01 17:09:32 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-06-01 17:09:32 -0400 |
| commit | bf8b285acb8c2500e52ae2582f27513b9842de54 (patch) | |
| tree | 53e30be0bb665d66a9350fe58d22697c4c0a860e /src/mailman/rules/docs | |
| parent | 0f85fb344688e1982e9320e79b7fb38eefc1ac53 (diff) | |
| download | mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.gz mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.zst mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.zip | |
Diffstat (limited to 'src/mailman/rules/docs')
| -rw-r--r-- | src/mailman/rules/docs/moderation.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/rules/docs/moderation.txt b/src/mailman/rules/docs/moderation.txt index fdca04599..eacc1cff3 100644 --- a/src/mailman/rules/docs/moderation.txt +++ b/src/mailman/rules/docs/moderation.txt @@ -101,9 +101,9 @@ case the rule does not match. Unregistered nonmembers ======================= -The incoming queue runner ensures that all sender addresses are registered in -the system, but it is the moderation rule that subscribes nonmember addresses -to the mailing list if they are not already subscribed. +The incoming runner ensures that all sender addresses are registered in the +system, but it is the moderation rule that subscribes nonmember addresses to +the mailing list if they are not already subscribed. :: >>> from mailman.interfaces.usermanager import IUserManager @@ -132,7 +132,7 @@ cperson is neither a member, nor a nonmember of the mailing list. >>> dump_list(mlist.nonmembers.members, key=memberkey) <Member: Bart Person <bperson@example.com> on test@example.com as MemberRole.nonmember> - + However, when the nonmember moderation rule runs, it adds the cperson as a nonmember of the list. The rule also matches. |
