On 05/23/2016 05:57 AM, Franck Aerts wrote: > > I added a regular expression to accept_these_nonmembers which goes : > > ^…@domain\.com$
I'm not sure exactly what you put for this one, but in your email, the three dots is an elipsis character which won't match any email address. > and > ^.*@asana\.com$ This should match any local part @asana\.com. I typically use '^.*[@.]asana\.com$' to match x...@subdomain.asana.com as well as x...@asana.com, but you may not want that. > but with no success : the emails are still moderated. What actually is the first regexp? For what reason are the messages held? What is the sender of the held message shown in the admindb interface > Is there an option I should change somewhere that overrule the settings in « > accept_these_nonmembers » ?? No. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org