On Mon, 22 Apr 2002 [EMAIL PROTECTED] wrote:

> >> reject = *?[A-Z]=[A-Z]
> >
> >Note the difference between strings! -- the backslash before the
> >quotation mark is essential as otherwise it's a glob character.
> 
> [A-Z] is a bit extreme, IMHO. How about
> 
> reject = *\?[NMSD]=[AD]

 Hmm, it's too fragile in my opinion.  What if a new version of Apache
defines a new format? 

>           ^^------------ literal '?' needed here

 Exactly -- I've meant the question mark above, of course. 

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: [EMAIL PROTECTED], PGP key available        +

Reply via email to