issdr <[EMAIL PROTECTED]> writes:
> a different approach, totally *untested*
>
> ((|
>   (&
>    (message-id ".googlegroups.com")
>    (! (subject "^Re:" R)))
>   (references "^<[^>]*\\.googlegroups\\.com" r))
>  -1000)

I ended up with something a little simpler:

 ((|
   (message-id ".googlegroups.com")
   (references ".googlegroups.com"))
  -10000)

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to