Re: [Mailman-Users] accept_these_nonmembers and Reg Expression

2016-05-23 Thread Mark Sapiro
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 The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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

[Mailman-Users] accept_these_nonmembers and Reg Expression

2016-05-23 Thread Franck Aerts
Hello everyone,

I am sorry to bother you with this question, but even though the question has 
been asked on this list and a answer has been gaven, it doesn’t work for me.

I want any email coming from a particular domain to be accepted without 
moderation. 

I added a regular expression to accept_these_nonmembers which goes : 

^…@domain\.com$
and 
^.*@asana\.com$


but with no success : the emails are still moderated. 

Is there an option I should change somewhere that overrule the settings in « 
accept_these_nonmembers » ??

The reason i want to have to accept any email from that domain is that the « 
user » part of the email is a token that changes all the time.

Thanks in advance,

Franck
--
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