View Issue Details

IDProjectCategoryView StatusLast Update
0005817unrealircdpublic2021-02-06 11:43
ReporterPeGaSuS Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformUnixOSUbuntuOS Version20.04
Summary0005817: Spamfilter regex '.*(.)\1{2,}.*!.*@.*' with action block doesn't warn the user
DescriptionI have a spamfilter like:
.*(.)\1{2,}.*!.*@.*

to stop users from repeating the same character on their nickname more than 3 times.

When a user tries to change to a nickname such as 'aaaaabbbbbccccc' although the spamfilter is hit, the user receives no error warning of any kind.

I guess that the error is sent to the nickname that the user tried to use instead the actual nickname.

Spamfilter hit:
[Spamfilter] James_!~James@<redacted> matches filter '.*(.)\1{2,}.*!.*@.*': [NICK: 'aaaaabbbbbccccc!~James@<redacted>:realname'] [Too many repeated chars]
TagsNo tags attached.
3rd party modules

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-02-06 11:43 PeGaSuS New Issue