[Mimedefang] Regexp?
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Thu Dec 13 22:04:18 EST 2001
    
    
  
Earlier, I wrote:
>> \<(app|bgsound|div|embed|form|i?l(ayer|ink)|img|i?frame(set)?|meta|object|s(cript|tyle))
>This is a fool's errand; you can probably split html tags like this:
>
>        <
>	 app ..
>        >
Actually, it's not true.  The tags only work if the tag immediately follows
the "<" sign with no intervening characters.  So it is possible to filter
tags using regular expressions.
--
David.
    
    
More information about the MIMEDefang
mailing list