View Issue Details

IDProjectCategoryView StatusLast Update
0003850unrealircdpublic2009-05-27 16:27
ReporterSyekiya Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.8 
Summary0003850: Spamfilter Filtering Wrong
Description[Spamfilter] XXXXXXXX matches filter '\.[co\.cc|org|edu|gov|int|mil|net|org|biz|info|jobs|mobi|name|tel|br|ca|cn|fr|in|jp|ru|com]': [PRIVMSG #CyberByteCafe: '..'] [Spam/Advertising]



For some reason, if there are two dots together it'll block it. Even if there isn't anything after it that is specified in the regex expression.
3rd party modules

Activities

Stealth

2009-05-27 16:27

reporter   ~0015853

This is because there is an error in your regex. You used [] to enclose your list of TLDs, when you should be using (). Since you used [] to enclose your list of TLDs, it will essentially match \.[co.rgedvmilnbzfjatru|].

NOTE TO EVERYONE:
Please check your regexes before calling them a bug. Also be sure to seek support (either on IRC or the forums) so you can be 100% sure you did not make an error in your regex.

Issue History

Date Modified Username Field Change
2009-05-27 16:21 Syekiya New Issue
2009-05-27 16:27 Stealth QA => Not touched yet by developer
2009-05-27 16:27 Stealth U4: Need for upstream patch => No need for upstream InspIRCd patch
2009-05-27 16:27 Stealth Note Added: 0015853
2009-05-27 16:27 Stealth Status new => closed
2009-05-27 16:27 Stealth Resolution open => no change required