Gnus development mailing list
 help / color / mirror / Atom feed
* [help]regexp in posting styles
@ 2005-11-26 14:06 leon
  2005-11-28 17:47 ` Trent Buck
  2005-11-28 18:11 ` Henrik Enberg
  0 siblings, 2 replies; 4+ messages in thread
From: leon @ 2005-11-26 14:06 UTC (permalink / raw)


Hi all,

I'm trying to configure posting styles for groups match 'string1' or
'string2', I have the following lines in my gnus.el. However, it doesn't
work. Any ideas?

(setq gnus-posting-styles
      '((".*"
	 (address "sdl.web@gmail.com"))
	
	("^string1\|^string2"         ;;; this line has problems
	 (name "My Name")
	 (address "whoever@example.com"))
	)
      )
-- 
Leon




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

end of thread, other threads:[~2005-11-28 23:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-26 14:06 [help]regexp in posting styles leon
2005-11-28 17:47 ` Trent Buck
2005-11-28 18:11 ` Henrik Enberg
2005-11-28 23:14   ` leon

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).