accept_these_nonmembers and Reg Expression

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

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 xxx@subdomain.asana.com as well as xxx@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.
participants (2)
-
Franck Aerts
-
Mark Sapiro