------------------------------------------------------------
revno: 1043
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Mon 2008-02-04 12:08:42 -0800
message:
  Moderate.py - expanded some tabs inadvertently introduced in rev 1008
modified:
  Mailman/Handlers/Moderate.py

=== modified file 'Mailman/Handlers/Moderate.py'
--- a/Mailman/Handlers/Moderate.py      2007-11-18 20:01:26 +0000
+++ b/Mailman/Handlers/Moderate.py      2008-02-04 20:08:42 +0000
@@ -133,10 +133,10 @@
                 return 1
         elif are.startswith('@'):
             # XXX Needs to be reviewed for [EMAIL PROTECTED] names.
-           try:
-               mother = MailList(are[1:], lock=0)
-               if mother.isMember(sender):
-                   return 1
+            try:
+                mother = MailList(are[1:], lock=0)
+                if mother.isMember(sender):
+                    return 1
             except Errors.MMUnknownListError:
                 syslog('error', 'filter references non-existent list %s',
                         are[1:])



--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to