procmail
[Top] [All Lists]

Re: stripping out list identifier in subject?

2002-09-19 07:26:48
"As you were saying, Douglas J Hunley:"

I know someone has a quick little recipe to remove those damn [list-name] 
tags 
from the subject. care to share? thanks
- -- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778

I have used
sed -e 's/\[.*\] //'

adding that at the tail end of the .bin/digest script to get rid
of anything between the brackets, but maybe you could just do 
sed  -e 's/\[$LIST] //'
-- 
Rick DeMattia <rad(_at_)nshore(_dot_)org>
The secret of the universe is|^&*||x|NO CARRIER
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>