Re: Another Souper regexp question
Chin Huang (cthuang@io.org)
Sun, 21 Jul 1996 03:21:06 -0400
In article <tn36xoJPMOqM090yn@wizvax.wizvax.net>,
mrhuey@wizvax.net (Ramsay D. Seielstad) wrote:
> For instance, I want to eliminate all messages where both
>'apples' AND 'oranges' appear in the subject heading, but not
>any messages only having 'apples' OR 'oranges' ... anyone
>care to take a stab at this and a) tell me it is possible and
>b) maybe provide an example?
news.group {
Subject apples.*oranges
Subject oranges.*apples
}