On 29 Jun 2007 at 17:32, Kevin wrote:

> Default BlackRe
> 
> It's actually 3 different regex strings separated by "|"
> 
> http://[\w\.]+@

uri including a '@'

> \w<[a-z0-9]+[abcdfghjklmnpqrstuvwxyz0-9]{4}[a-z0-9]*>

4 embedded chars which are not e, i, or o

> subject:[^\n]*\S

originally this was subject: [^\n]*     \S

which is five spaces embedded in the subject.  (your one will match almost any 
subject)

> And I'm not exactly sure what they block.

Spam from 2005 or thereabouts.  I've got them commected out in my blackre.

paul


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to