"Enter" regex.
Posted: Sun Oct 21, 2007 2:03 pm
Hi,
I could use
regex instead of "enter" with Unral 3.2.6.
People could not use "one character then enter".
But I can not use in spamfilter.conf with 3.2.7.
When I rehash I got this message
"*** Notice -- error: spamfilter.conf:9: spamfilter::regex contains an invalid regex: Invalid use of repetition operators"
So what is wrong with it?
That regex means enter has been changed?
Thanks.
I could use
Code: Select all
(^[a-z]\s*+$)People could not use "one character then enter".
But I can not use in spamfilter.conf with 3.2.7.
When I rehash I got this message
"*** Notice -- error: spamfilter.conf:9: spamfilter::regex contains an invalid regex: Invalid use of repetition operators"
So what is wrong with it?
That regex means enter has been changed?
Thanks.