View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003850 | unreal | ircd | public | 2009-05-27 16:21 | 2009-05-27 16:27 |
| Reporter | Syekiya | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.8 | ||||
| Summary | 0003850: 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 | |||||
|
|
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. |
| 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 |