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

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



<x-flowed>

With some help, I've finally gotten the following, which works to ban
all groups whose names contain the words "binaries", "mp3", or "warez".

Might seem a little tough, but it works.


only_groups_pcre = (?!(\S*binaries|\S*mp3|\S*warez)) -- monique

--
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list
</x-flowed>