Search found 2 matches

by INCARA
Sun Oct 21, 2007 2:21 pm
Forum: Unreal 3.2 Spamfilters
Topic: "Enter" regex.
Replies: 2
Views: 3936

Re: "Enter" regex.

I think I can use this.

Code: Select all

^.$
If it does not cause a problem.
by INCARA
Sun Oct 21, 2007 2:03 pm
Forum: Unreal 3.2 Spamfilters
Topic: "Enter" regex.
Replies: 2
Views: 3936

"Enter" regex.

Hi,

I could use
(^[a-z]\s*+$)
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 ...