spamfilter u + warn + regex problem
Posted: Thu Aug 17, 2006 11:05 am
trying to run a warn regex test, and its telling me the about a incorrect character range. i dont see the problem 
ok so i thought the a-z was the problem, highly unlikely but anyway..
actually, i forgot the ^ but it still gives me the same error
this is acutally occuring with any action, does it mean my regex is too long? if so how do i over come it?
Code: Select all
[12:02:24] -Buttons.ChatUniverse.net- Error in regex '([a-Z]{2,10})[0-9]{2,}!\1@.+:[a-z]{6}': Invalid character range
Code: Select all
[12:02:52] -Buttons.ChatUniverse.net- Error in regex '([a-Z]{2,10})[0-9]{2,}!\1@.+:[a-Z]{6}': Invalid character range
Code: Select all
[12:06:54] -Buttons.ChatUniverse.net- Error in regex '^([a-Z]{2,10})[0-9]{2,}!\1@.+:[a-Z]{6}': Invalid character range