[Serdev] Commit logs

Jan Janak jan at iptel.org
Wed Jan 21 19:09:39 UTC 2004


Hello,

I've just redirected CVS commit logs of ser repository to this mailing
list. Originally the logs were sent to one of our private mailing lists,
but we have more non-iptel developers now and they might want to see the 
logs as well.

Mailman powering iptel mailing lists makes it possible to create so
called "topics" for each mailing lists. Each mail sent to the list
will be automatically (using regular expressions) assigned a topic.
Subscribers can select which topics they want to receive and which
not.

There are two topics defined for this list:
- CVS logs -- logs automatically generated by the CVS repository
- Regular mails -- everything else

By default you receive everything, if you are not interested in
receiving CVS logs and want to disable delivery of them, do the
following:

Disabling CVS Logs:
-------------------
1) Go to the list administrative interface at
   http://lists.iptel.org/serdev

2) Login with your email address and password to your private membership
   page

3) Look for option "Which topic categories would you like to subscribe to"
   You should see two categories: CVS Logs and Regular mails. Select
   just "Regular mails"

4) Click on "Submit my changes" at the bottom of the page

(Note that if you do not select any category then you will receive
everything, see the description of the option).

Filtering CVS Logs with procmail:
---------------------------------
The following procmail recipe can be used to save cvs commit logs in
folder my_folder

:0:
* ^X-Topics: CVS logs
my_folder/

   Jan.




More information about the Serdev mailing list