Since I use procmail to automatically file list mail, I don't need the
prefixes, either. Here's what I use to get rid of them:
In .procmailrc
:0:redhat-digest.lock
* ^TO.*redhat-list@
* ^Subject: Redhat-list digest, Vol
|sed -f .rhl.sed >> redhat-digest
And .rhl.sed, which resides in the same directory as my auto-filed mail,
has
1d
/^Subject: *\[RHL] */s//Subject: /
/^Subject: *\([Rr][Ee]\): \[RHL] */s//Subject: \1: /
The 1d takes off the "From " line, which makes it possible for for
nn to recognize the file as a digest and do some rudimentary
sort on the messages inside.
Romain
You write:
| Isnt there a way, also through procmail, to rewrite subject lines to nuke
| annoying list prefixes? Seems to me I had a link to do that (but hadnt
| actually tried to implement it yet). Though I imagine it was somewhere in
| http://www.procmail.org/jari/pm-tips.html -- not sure exactly which
| section though. (Would look it up exactly, but this whole work thing seems
| to get in the way everytime I try...)
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list