processone / ejabberd-contrib

Growing and curated ejabberd contributions repository - PR or ask to join !
http://ejabberd.im
250 stars 137 forks source link

mod_spam_filter: monitor / block egress spam #287

Open ge0rg opened 4 years ago

ge0rg commented 4 years ago

The module so far can detect and block incoming spam, but for a public server deployment it's also very important to identify spam bot accounts that were registered on your own server.

Therefore, the module should also match the rules on messages sent by local users, put those users into quarantine where they can't send any more messages / subscriptions and let the admin know that there is a problem.