Gnus development mailing list
 help / color / mirror / Atom feed
* Random regex/fancy-split question
@ 2011-04-04 17:05 Norman Walsh
  2011-04-04 17:12 ` Randal L. Schwartz
  0 siblings, 1 reply; 5+ messages in thread
From: Norman Walsh @ 2011-04-04 17:05 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

Hello world,

Every now and then I stumble over a new google group for which this
fancy split line doesn't work:

   (to "\\(.+\\)@googlegroups\\.com" "googlegroups.\\1")

Or maybe it doesn't work for any of them, I'm not sure now.

Most recently, it was mail to this address:

   To: "epub-working-group@googlegroups.com" <epub-working-group@googlegroups.com>

All those messages wound up in a group called "googlegroups.".

I poked it with a stick a bit and got various permutations, such as
"googlegroups.p" and "googlegroups.group" but eventually I gave up and
created another split line:

   (to "epub-working-group@googlegroups\\.com" "googlegroups.epub-working-group")

to fix the problem.

But it bugs me that the regexp doesn't work because I think it should.

Clue by four, anyone?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | We are afraid of the old age which we
http://nwalsh.com/            | may never attain.--La Bruyère

[-- Attachment #2: Type: application/pgp-signature, Size: 186 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-05 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 17:05 Random regex/fancy-split question Norman Walsh
2011-04-04 17:12 ` Randal L. Schwartz
2011-04-05 11:01   ` Norman Walsh
2011-04-05 13:05     ` Leonidas Tsampros
2011-04-05 14:57       ` Norman Walsh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).