Brian Marick <mar...@exampler.com> writes:

>> I have been subscribed to a couple of groups as well as other stuff
>> and find it useful to have a Subject line prefix indicating the
>> source of conversation.
>
> +1

-1!

There's really no need to obscure subjects.  For all your filtering
needs, there's the List-ID header:

  List-ID: <clojure.googlegroups.com>

Here's a SIEVE snippet you can install somehow to your IMAP server to
move messages to this list to some special group. (Most providers have a
web GUI for easily writing such rules.)

if header :contains ["List-ID"] "<clojure.googlegroups.com>" {
  fileinto "INBOX.mailinglists.clojure"; # whatever you like
  stop;
}

Bye,
Tassilo

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to