On September 22, 1999 at 19:00, Serge Patrick KAPTO wrote:
> I'm having problems threading a mailling list with MHonarc, V2.4.3.
> The list name is prefixed to the subject of messages, and MHonarc consider
> the following as 2 different threads:
>
> [List-Name] Subject
> [List-Name] Re: Subject
>
> I've used SUBJECTSTRIPCODE as follows.
> <SUBJECTSTRIPCODE>
> <s/^\[List-Name\]//;
--^
Is this character actually there?
> </SUBJECTSTRIPCODE>
> It removes the list name from the subject lines, but fails to resolves the
> thread problems. The explanation may be that the messages are threaded
> before the regexp is applied.
Nope. The stripping occurs right when the message is read.
Can you provide me a sample mailbox (tar/gzip first) mailed directly
to me? It will then be easier for me to diagnose the problem.
--ewh