View Issue Details

IDProjectCategoryView StatusLast Update
0002860unrealircdpublic2006-03-21 06:54
ReporterCS-Help Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.3 
Summary0002860: Incorrect spamfilter match
DescriptionSpamfiter match *!~er@*: and *!~er*@*:* has the same matching range ?
Steps To Reproduce*** Spamfilter added: '*!~er@*:*' [target: u] [action: kline] [reason: Don't spam on this server] on Tue Mar 21 11:29:18 2006 GMT (from [email protected])
Additional Information[Spamfilter] [email protected] matches filter '*!~er@*': [user: '[email protected]:rwer'] [Don't spam on this server]
Permanent K:Line added for *@81.92.96.62 on Tue Mar 21 11:29:18 2006 GMT (from ircserver.net: Don't spam on this server)

[Spamfilter] [email protected] matches filter '*!~er@*': [user: '[email protected]:~ErL~'] [Don't spam on this server]
Permanent K:Line added for *@81.198.26.208 on Tue Mar 21 11:29:18 2006 GMT (from ircserver.net: Don't spam on this server)

[Spamfilter] [email protected] matches filter '*!~er@*': [user: '[email protected]:eeRCe'] [Don't spam on this server]
Permanent K:Line added for *@84.237.134.224 on Tue Mar 21 11:29:18 2006 GMT (from ircserver.net: Don't spam on this server)

1st match is OK, that what i was expecting for, but not last 2!
3rd party modules

Activities

syzop

2006-03-21 06:54

administrator   ~0011402

spamfilter is REGEX not GLOB.
So things like @* do not mean "a @ and then anything else", it means "zero @ or multiple @'s".

(for more info, read up about regex, either online or in the docs)

Issue History

Date Modified Username Field Change
2006-03-21 05:53 CS-Help New Issue
2006-03-21 06:54 syzop Status new => closed
2006-03-21 06:54 syzop Note Added: 0011402
2006-03-21 06:54 syzop Resolution open => no change required