|
|
|
Re: Error in Login Filters [message #12073 is a reply to message #12068] |
Mon, 28 July 2003 02:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you trying to block users with hotmail e-mail addresses you should've used the e-mail filter and not the login filter.
However the error still should not have happened and I'll take a look @ why it did.
FUDforum Core Developer
|
|
|
|
Re: Error in Login Filters [message #12091 is a reply to message #12075] |
Mon, 28 July 2003 15:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Filters use PCRE regular expression there for you need to enter a valid regular expression. The reason for the error you are seeing and probable reason for your e-mail filter is because you are not using a valid regular expression. For example to block all logins containing hotmail.com you should enter the following filter:
.*hotmail\.com
FUDforum Core Developer
|
|
|
|