[sysadmin-bin] ensure helper function can be found
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] ensure helper function can be found
- Date: Sat, 13 Apr 2013 14:21:01 +0000 (UTC)
commit 26d90688a1546c689cdaee31f19f64ec62d09cb8
Author: Olav Vitters <olav vitters nl>
Date: Sat Apr 13 16:20:58 2013 +0200
ensure helper function can be found
mail/helper_ban_mailman.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mail/helper_ban_mailman.py b/mail/helper_ban_mailman.py
index 72fead3..117bab6 100755
--- a/mail/helper_ban_mailman.py
+++ b/mail/helper_ban_mailman.py
@@ -3,7 +3,7 @@
import sys
sys.path.append('$MAILMAN_BIN')
-def add_banned(mlist, address):
+def helper_ban_mailman(mlist, address):
if not mlist.Locked():
mlist.Lock()
if address not in mlist.ban_list:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]