[sysadmin-bin] fix typo



commit 69dd08e8d6a72a604f45db9e6f9997351bdbda28
Author: Olav Vitters <olav vitters nl>
Date:   Fri Oct 28 00:08:09 2011 +0200

    fix typo

 mail/mailman-moderated-lists |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/mailman-moderated-lists b/mail/mailman-moderated-lists
index 560f6cb..9a61a6b 100755
--- a/mail/mailman-moderated-lists
+++ b/mail/mailman-moderated-lists
@@ -43,7 +43,7 @@ for n in mlist_names:
         attr_name, attr_val = ck[:2]
 
         # Attribute different than expected?
-        if getattr(mlist, attr_name) != attr_val:
+        if getattr(mlist, attr_name) == attr_val:
             continue
 
         # Do we have a specific lamba check and does it validate?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]