Test for forum-filter

Hi,

this is just a temporary test post to fine-tune the updated forum spam filter. Post will be removed later:

Here is some suspicious content:

First do this:

let getVariable = inn.newItem("Variable","get");
getVariable.setProperty("name","xyz);
getVariable.setAttribute("select","value");
getVariable = getVariable.apply();
if (getVariable.isError())
{
    return aras.AlertError("...."));
}

Then that:

<AML>

  <Item type="Identity" action="get">
    <name>Administrators</name>
  </Item>
</AML>

Try this:

SELECT * FROM innovator.PART

Look here:

..\Innovator\Client\scripts\SitePreference\propSelectTree.html

Best regards 

Angela

Parents Reply
  • Test with js

    let getVariable = inn.newItem("Variable","get");
    getVariable.setProperty("name","xyz);
    getVariable.setAttribute("select","value");
    getVariable = getVariable.apply();
    if (getVariable.isError())
    {
    return aras.AlertError("...."));
    }

    Filter seems to work know! Thanks to the forum team for optimizing the spam filter! Background: In the previous 2 weeks a lot of posts were accidentally marked as spam. This was now repaired. Hope they still manage to keep the real spam bots out.  :)

Children
No Data