View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003227 | unreal | ircd | public | 2007-02-03 22:35 | 2007-02-04 00:38 |
| Reporter | satmd | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 3.2.6 | ||||
| Summary | 0003227: colon(:) isn't a safe separator for /spamfilter user type | ||||
| Description | IPv6 uses colon(:) as separator for its octets, too. So we cannot assume that nick!ident@host:realname is a safe chose for matching a regex against. While we probably rarely will get any hit on this bug, I suggest switching to another character as the separator in there, e.g. nick!ident@host realname (space) or nick!ident@host|realname | ||||
| Steps To Reproduce | I guess, this is trivial to accept. | ||||
| 3rd party modules | |||||