[sysadmin-bin] properly separate tuples
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] properly separate tuples
- Date: Thu, 22 Dec 2016 20:11:08 +0000 (UTC)
commit 86473dc5f3af9538fa29e0a020b55cbc04f3f8f8
Author: Olav Vitters <olav vitters nl>
Date: Thu Dec 22 21:11:03 2016 +0100
properly separate tuples
mail/mailman-moderated-lists | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/mailman-moderated-lists b/mail/mailman-moderated-lists
index e5277da..e9499de 100755
--- a/mail/mailman-moderated-lists
+++ b/mail/mailman-moderated-lists
@@ -29,9 +29,9 @@ CHECKS=[
# - don't forward discarded emails to moderator
('forward_auto_discards', False),
# - ensure https
- ('web_page_url', 'https://mail.gnome.org/mailman/', lambda m: m.web_page_url ==
'http://mail.gnome.org/mailman/')
+ ('web_page_url', 'https://mail.gnome.org/mailman/', lambda m: m.web_page_url ==
'http://mail.gnome.org/mailman/'),
# - ensure post-only members are auto accepted
- ('accept_these_nonmembers', set(('@post-only',)))
+ ('accept_these_nonmembers', set(('@post-only',))),
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]