[ubuntu-ca] Subject line tags
Jim Little
jlittle at orderedBits.com
Thu Jan 11 23:56:39 UTC 2007
Quoting Evan Leibovitch <evan at telly.org>:
> Hello,
>
> This is a request to the people who run this list.
>
> Is it possible to change the setting in mailman so that the subject line
> can have [ubuntu-ca] or something like that?
> Almost all the other lists I subscribe to do this, it simplified my mail
> reading and looks less like spam.
I wrote a little procmail recipe to do this for my personal mail. You must
install the procmail package and configure it to process your incoming mail.
Then add this to your ~/.procmailrc file:
# Prepend [ubuntu-ca] to list messages subject line (if it's not already there)
:0 fhw
* ^Sender: ubuntu-ca-bounces at lists\.ubuntu\.com
* !^Subject:.*\[ubuntu-ca\].*
* ^Subject:\/.*
| formail -I "Subject: [ubuntu-ca]$MATCH"
Jim
More information about the ubuntu-ca
mailing list