9.12. mollom.listBlacklistText

mollom.listBlacklistText
Required Name Type Description
required public_key string Site public key
required time string Site server time in this format: yyyy-MM-dd'T'HH:mm:ss-.SSSZ
required hash string HMAC-SHA1 digest
required nonce string One time nonce
returns   array A list of the current custom blacklisted phrases for your site

Mollom automatically maintains whitelists and blacklists based on statistical analysis, reputation models and feedback sent by users. However, as a Mollom end-user, you may provide custom text blacklists using the Mollom Blacklist API. Mollom will store the blacklisted text on the server-side, and use the lists in mollom.checkContent() calls.

The mollom.listBlacklistText call provides a way to retrieve the text phrases stored in your site's custom blacklist.