Hi all,
Does ejabberd support message content filtering?
For example, can it perform deep stanza inspection to filter/block messages with certain keywords or URL's?
One example, might be to prevent a phishing attack by blocking any message with the string "www.paypa1.com" where the "l" is replaced with a "1".
regards,
paddy.
Not implemented that exactly.
Not implemented that exactly. What there is is:
You could implement a new feature in any of those modules: analyze the body of each message stanza, and either let it pass, drop it, or prepend the message body with a sentence like "Warning: this message is probably a phising attack."
Thanks.
Thanks.