View Issue Details

IDProjectCategoryView StatusLast Update
0002989unrealircdpublic2006-07-04 04:45
ReporterVivec Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.4 
Summary0002989: Spamfilter using regex when matching against nick!user@host
DescriptionWhen using the spamfilter, if you specify the "u" (nick!user@host) target, it will still use regex when matching against the nick/user/host.

This obviously does not work if you are spamfiltering nicks with [ and ] or other special regex characters.
Steps To ReproduceAdd a spamfilter such as:

/spamfilter add u gline - Reason_Here [this_is_a_nick]!*@*
3rd party modules

Activities

Dukat

2006-07-04 02:14

reporter   ~0012044

Not a bug.

Escape the special characters =)

(Learn regexp?)
http://www.vulnscan.org/UnrealIRCd/unreal32docs.html#regex

Issue History

Date Modified Username Field Change
2006-07-03 21:15 Vivec New Issue
2006-07-04 02:14 Dukat Note Added: 0012044
2006-07-04 04:45 syzop Status new => closed
2006-07-04 04:45 syzop Resolution open => no change required