Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap-split-rule with 2+ headers
@ 1999-11-09 15:43 Tibor Simko
  1999-11-09 16:34 ` Simon Josefsson
  1999-11-09 16:39 ` Kai Großjohann
  0 siblings, 2 replies; 9+ messages in thread
From: Tibor Simko @ 1999-11-09 15:43 UTC (permalink / raw)


Hi gang:

How do I match for 2+ header lines in one nnimap split rule?  I've
tried to match for `[.\n]*' hoping that it would continue to look
through following lines, but to no avail.

What I want to achieve is: all email addressed do `support@bar' goes
to `g1' group, except for the email coming from domain `foo'; the
latter should generally go to `g2' unless it is a reply to one of the
emails living in `g1'.  I've tried to use something along these lines:

 ("g1" "^From:.*@foo[.\n]*\\(^To\\|^CC\\).*support@bar[.\n]*^References:")
 ("g2" "^From:.*@foo[.\n]*\\(^To\\|^CC\\).*support@bar")
 ("g1" "\\(^To\\|^CC\\).*support@bar")

Thanks,

-TS


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

end of thread, other threads:[~1999-11-22 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-09 15:43 nnimap-split-rule with 2+ headers Tibor Simko
1999-11-09 16:34 ` Simon Josefsson
1999-11-09 17:00   ` Fancy splitting with nnimap (was: nnimap-split-rule with 2+ ...) Toby Speight
1999-11-19 23:16     ` Simon Josefsson
1999-11-22 13:46       ` Tibor Simko
1999-11-09 17:40   ` nnimap-split-rule with 2+ headers Tibor Simko
1999-11-09 18:27     ` Kai Großjohann
1999-11-11  9:37       ` Tibor Simko
1999-11-09 16:39 ` Kai Großjohann

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