On 22/04/2002 16:38:15 "Maciej W. Rozycki" wrote:

>On Mon, 22 Apr 2002, Hrvoje Niksic wrote:
>
>> >  How about using the "-R" option of wget?  A brief test proves "-R
>> > '*\?[A-Z]=[A-Z]'" works as it should.
>>
>> Or maybe the default system wgetrc should ship with something like:
>>
>> 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]
          ^^------------ literal '?' needed here


>
>Well, I don't think it's sane but adding a *commented-out* reject line
>with an appropriate annotation to the default system wgetrc looks like a
>good idea to me.
>

A good idea.

--
Csaba Ráduly, Software Engineer                           Sophos Anti-Virus
email: [EMAIL PROTECTED]                        http://www.sophos.com
US Support: +1 888 SOPHOS 9                     UK Support: +44 1235 559933

Reply via email to