> Hate doing live-testing on the list, but need to this time... > > M.
I think that might have worked! Ha! If you've never noticed, once in a while somebody posts a message with the letters CS at the beginning of the Subject line. The software that's set up to add the CS> tag to every message was screwing up and recognising "CS" as the tag already being there -- and doing nothing. So we'd end up with message subjects like: "CS question?" and "Re: CS question?" ... instead of the desired... "CS>CS question?" and "Re: CS>CS question" It's been bothering me for a while, so I finally took the time to try a solution. It'd only be a problem for folks who are sorting their incoming mail on the string CS> in the Subject line, or perfectionists like me. <grin> For those of you proficient in UNIX shell programming (which I'm not, by the way), I had to change the following line from this: * ! ^Subject: (Re:(\[[1-9]+\])? )?CS/> ... to this: * ! ^Subject: (Re:(\[[1-9]+\])? )?CS> I thought I had to "escape" the trailing ">" to get it to match, but I didn't. There's your little dose of UNIX-based mailing list management arcana for today!!! Be well, Mike D. [Mike Devour, Citizen, Patriot, Libertarian] [[email protected] ] [Speaking only for myself... ] -- The silver-list is a moderated forum for discussion of colloidal silver. To join or quit silver-list or silver-digest send an e-mail message to: [email protected] -or- [email protected] with the word subscribe or unsubscribe in the SUBJECT line. To post, address your message to: [email protected] Silver-list archive: http://escribe.com/health/thesilverlist/index.html List maintainer: Mike Devour <[email protected]>

