diff options
| -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 |
