Exception Filter

These are old archives. They are kept for historic purposes only.
Post Reply
Exedore
Posts: 15
Joined: Tue Sep 23, 2008 1:05 am

Exception Filter

Post by Exedore »

How can I allow the expression corresponding to the name of my site, and deny everything else?
A reference:

Code: Select all

^[expression]
If I'm right, that expression will not "see" the word "expression".
Thank U.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Exception Filter

Post by Stealth »

There is currently no way to make an exception. If you're trying to ban spam, you either ban all, one, or none.
Exedore
Posts: 15
Joined: Tue Sep 23, 2008 1:05 am

Re: Exception Filter

Post by Exedore »

You should include this feature, as a module or patch.
Is very necessary.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Exception Filter

Post by Stealth »

This will probably not be added as a feature due to the simple reasoning that if someone were to find out what the exception was they would be able to include that exception in their spam and still get away with spamming... It'd be rather pointless.
Exedore
Posts: 15
Joined: Tue Sep 23, 2008 1:05 am

Re: Exception Filter

Post by Exedore »

I'll show you an example.
In our server we block everything that starts with

Code: Select all

http://
www.
irc.
ftp://
ends with

Code: Select all

.com .org. net
.com/whatever/.../.../so on
.net/whatever/.../.../so on
.org/whatever/.../.../so on
and so on

then, some of our clients trying to explain to others how to configure their ircap, or pointing their url's address to our javachat:

Code: Select all

www.oursite.com/chat
As you can guess, this going to be blocked too.

So, when some guy wish to know some address, he/she must join to #help, where the spamfilters are useless.

In this case, an exception is useful.
I think this is the only feature that Unreal need, to be almost the perfect software talking about functionality matters.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Exception Filter

Post by Stealth »

sure, but what happens when I do...

Code: Select all

hey, check this new site www.example.com! (brought to you by irc.oursite.com)
The message would go through, because it contains exception "irc.oursite.com", making a successful spam. Not only will it be successful, but it'll appear endorsed by your site!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Exception Filter

Post by katsklaw »

people that are on your network already know the address. also, spamfilters don't apply to motd's iirc.
Post Reply