View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003006 | unreal | ircd | public | 2006-07-23 16:27 | 2007-04-16 09:56 |
| Reporter | creative1 | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | wont fix | ||
| Product Version | 3.2.5 | ||||
| Summary | 0003006: spamfilter is funky | ||||
| Description | I was trying to gline the botnet that has more than 3 consecutive non-vowes on the ident, so i tried this: /spamfilter add u gline 5d entre_por_www.unionlatina.org .*!.*[^aeiou][^aeiou][^aeiou].*@ -bocazas.unionlatina.org- *** Notice -- Client exiting: justin ([email protected]) [User has been banned from UnionLatina (entre por www.unionlatina.org)] funny then i also tried this /spamfilter add u gline 5d entre_por_www.unionlatina.org !.*[^aeiou][^aeiou][^aeiou].*@ same results any ideas? I'm messing up the spamfilter or is this a bug? I asked on the irc channel and it seems a bug. | ||||
| 3rd party modules | |||||
|
|
You're forgetting the GCOS field. Assume [email protected]:l@m3 and your regex will match just fine. Instead try [^!]+![^@]*[^aeiou@]{3,3}[^@]*@ |