Hi there,
Can you please repost these 3 things @ my site in the appropriate sections (first two as bug reports and the third in the Suggestions sub-section)?
This site does not have any bug tracking possibilities so they will get lost in time by posting here.
Thanks!
I don't run a demo board at the moment because it's challenging to set one up in a secure way that properly functions as a demo of admin functions as well, sorry.
This is why I significantly reduced the cost of the "entry-level" license, so people can try it for not that much money :)
Amazon SES will sometimes send a status such as 5.1.10, which will explicitly fail on this regex:
if (!$statusCode || !preg_match('#^\d\.\d\.\d$#', $statusCode))
Suggested fix:
if (!$statusCode || !preg_match('#^\d+\.\d+\.\d+$#', $statusCode))
Sorry for the delay in getting back to you, I have been out of the office.
I've hotfixed v5.1.2 with your change plus a few other changes to better validate the handler usable check. Thanks!
I can see that being a problem. I'll release v2.5.2 shortly with this changed alongside a change to importers I forgot to include.
Once v2.5.2 is installed, you can run the "Rebuild group memberships" action from the Maintenance page to update everyone's group membership records.