diff options
| author | bwarsaw | 2002-08-20 23:09:38 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-20 23:09:38 +0000 |
| commit | e8f592d78c110f2ad6f394aef947132bfd547345 (patch) | |
| tree | 2f07c51879356e7e3ccf3ba2943715faca4bc5a4 /Mailman/MemberAdaptor.py | |
| parent | bbea5faafaf22bfcd315d16c12f264a93a18245c (diff) | |
| download | mailman-e8f592d78c110f2ad6f394aef947132bfd547345.tar.gz mailman-e8f592d78c110f2ad6f394aef947132bfd547345.tar.zst mailman-e8f592d78c110f2ad6f394aef947132bfd547345.zip | |
Diffstat (limited to 'Mailman/MemberAdaptor.py')
| -rw-r--r-- | Mailman/MemberAdaptor.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Mailman/MemberAdaptor.py b/Mailman/MemberAdaptor.py index 349deefc5..246f39ed7 100644 --- a/Mailman/MemberAdaptor.py +++ b/Mailman/MemberAdaptor.py @@ -4,14 +4,14 @@ # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """This is an interface to list-specific membership information. @@ -44,7 +44,6 @@ writeable interface. For any writeable method not supported, a NotImplemented exception should be raised. - """ # Delivery statuses @@ -163,7 +162,7 @@ class MemberAdaptor: """Return the delivery status of this member. Value is one of the module constants: - + ENABLED - The deliveries to the user are not disabled UNKNOWN - Deliveries are disabled for unknown reasons. The primary reason for this to happen is that we've copied |
