View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002989 | unreal | ircd | public | 2006-07-03 21:15 | 2006-07-04 04:45 |
| Reporter | Vivec | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.4 | ||||
| Summary | 0002989: Spamfilter using regex when matching against nick!user@host | ||||
| Description | When 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 Reproduce | Add a spamfilter such as: /spamfilter add u gline - Reason_Here [this_is_a_nick]!*@* | ||||
| 3rd party modules | |||||
|
|
Not a bug. Escape the special characters =) (Learn regexp?) http://www.vulnscan.org/UnrealIRCd/unreal32docs.html#regex |