Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

An antispam module should be able to reject messages, invites, etc. by IP #10832

Closed
Yoric opened this issue Sep 15, 2021 · 0 comments · Fixed by #10833
Closed

An antispam module should be able to reject messages, invites, etc. by IP #10832

Yoric opened this issue Sep 15, 2021 · 0 comments · Fixed by #10833
Labels
T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.

Comments

@Yoric
Copy link
Contributor

Yoric commented Sep 15, 2021

Description:

An antispam module can block registration from a known-to-be-bad IP.

However, in most cases, we can only identify the IPs used by spambots after the spam has started, by which time it is often too late to block registration.

In such cases, when the sender is local, it would be useful to be able to block a message, etc. based on the current IPs of the sender.

Yoric added a commit that referenced this issue Sep 16, 2021
…IP - resolves #10832

Signed-off-by: David Teller <davidt@element.io>
@DMRobertson DMRobertson added X-Needs-Discussion T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. labels Sep 16, 2021
Yoric added a commit that referenced this issue Sep 22, 2021
……IP - resolves #10832 (#10833)

Extend ModuleApi with the methods we'll need to reject spam based on IP - resolves #10832

Signed-off-by: David Teller <davidt@element.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
Projects
None yet
3 participants