Hello.
I have a trouble.
Some people created flood bots, who flooded muc conferences. It bots incoming from various serversm so that we cannot use block for servers. Bots has name urn[something else] @ variousserver.com
We tried blocking it by captcha, but some bots still come and flooding in the conferences.
Also, we tried use regexp for blocking bots:
{acl, blocked, {user_glob, "urn*"}}.
{access, muc, [{deny, blocked},
{allow, all}]}.
But it's not works.
Please, tell me how I can blocking this bots by acl or another methods. Thanks.
iphone4g wrote: Bots has name
Bots has name urn[something else] @ variousserver.com
Also, we tried use regexp for blocking bots:
{acl, blocked, {user_glob, "urn*"}}.
{access, muc, [{deny, blocked},
{allow, all}]}.
But it's not works.
Try:
Thanks. Probably, it work,
Thanks.
Probably, it works, because no one bots at muc now.