From 88ac05d07c0037961b1bf14b88aafb9eac46abb8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 24 Mar 2011 11:54:24 +0000 Subject: - fix configuration filter, may be the cause of the mail loop of yesterday --- modules/sympa/templates/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 22c767ab..39e8920e 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -76,7 +76,7 @@ include_ldap_query host ldap.<%= domain %> suffix ou=People,<%= dc_suffix %> timeout 10 - filter (memberOf=<%= subscriber_ldap_group %>)) + filter (memberOf=<%= subscriber_ldap_group %>) attrs mail select first scope one -- cgit v1.2.1