[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [leafnode-list] Re: only_groups_pcre - used for negation?



I use a programming environment to test the regex lines, never used
pcretest so cant really commentTry something like this for multiple groups;

only_groups_pcre = (?!alt.binaries|warez|mp3)-----Original Message-----
From: news [mailto:news@xxxxxxxxxxxxx] On Behalf Of Monique Y. Herman
Sent: 10 October 2003 7:58 PM
To: leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: [leafnode-list] Re: only_groups_pcre - used for negation?

On Fri, 10 Oct 2003 at 18:10 GMT, Stuart Roberts penned:
> I have the following line in my config and it works great to stop all
> binary groups;
>
> only_groups_pcre = (?!alt.binaries\.)
>

For some reason, I can't get pcretest to agree with you.  How do you go
about testing your regexps before you put them in your config file?