View Issue Details

IDProjectCategoryView StatusLast Update
0003006unrealircdpublic2007-04-16 09:56
Reportercreative1 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwont fix 
Product Version3.2.5 
Summary0003006: spamfilter is funky
DescriptionI 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

Activities

hmtX

2006-07-24 04:15

reporter   ~0012083

You're forgetting the GCOS field. Assume [email protected]:l@m3 and your regex will match just fine. Instead try [^!]+![^@]*[^aeiou@]{3,3}[^@]*@

Issue History

Date Modified Username Field Change
2006-07-23 16:27 creative1 New Issue
2006-07-24 04:15 hmtX Note Added: 0012083
2007-04-16 09:56 stskeeps Status new => closed
2007-04-16 09:56 stskeeps Resolution open => wont fix