flood and spam in muc don't blocked by acl

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

iphone4g wrote:

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:

{acl, blocked, {node_glob, "urn*", "*"}}.

{access, muc, [{deny, blocked},
               {allow, all}]}.

Thanks. Probably, it work,

Thanks.
Probably, it works, because no one bots at muc now.

Syndicate content