Gnus development mailing list
 help / color / mirror / Atom feed
* help: gnus-posting-styles problems
@ 2001-01-11  9:47 Nick Papadonis
  2001-01-11 15:56 ` Norbert Koch
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Papadonis @ 2001-01-11  9:47 UTC (permalink / raw)


Hi.  I tried using gnus-posting-styles awhile back, but had trouble.
I recently updated xemacs 21.1.13 and latest cvs snapshot of gnus.

Everything in my gnus-posting-styles works, except for recognizing the
'To:' field in the header.  I would like to change my reply from field
give a To: field in the original message.

Does anyone have any idea whats wrong with the following?  It's based
off the example in the info files.
  
(setq gnus-posting-styles
      '((".*"
	 (signature-file "~/.signature")
	 (name "Nick Papadonis")
	 (organization "blah"))
	(header "From.*To" "npapadon@yahoo.com"
		(organization "Somewhere, Inc."))
	("^nnml:.*coelacanth"
	 (organization "Blah"))
	("^nn.+:"
	 (signature-file "~/.signature"))))

Thanks.

-- 
- Nick




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

* Re: help: gnus-posting-styles problems
  2001-01-11  9:47 help: gnus-posting-styles problems Nick Papadonis
@ 2001-01-11 15:56 ` Norbert Koch
  0 siblings, 0 replies; 2+ messages in thread
From: Norbert Koch @ 2001-01-11 15:56 UTC (permalink / raw)
  Cc: ding

Nick Papadonis <nick@coelacanth.com> writes:

> 	(header "From.*To" "npapadon@yahoo.com"

Shouldn't this be 

(header "^\\(From\\|To\\)" ....

You match a string "From<arbitrary>To"

norbert.



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

end of thread, other threads:[~2001-01-11 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-11  9:47 help: gnus-posting-styles problems Nick Papadonis
2001-01-11 15:56 ` Norbert Koch

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