mhonarc-users

Re: Is subject-based threading actually done in conjunction with explicit threading?

1998-09-27 17:16:26
[Note, the mhonarc(_at_)rosat(_dot_)mpe-garching(_dot_)mpg(_dot_)de address has 
been replaced
 by mhonarc(_at_)ncsa(_dot_)uiuc(_dot_)edu(_dot_)]

On September 27, 1998 at 19:49, "Christian de la Salle" wrote:

I just installed v2.3beta successfully on Win 95 (great! no problem).
I tried however using the SUBJECTSTRIPCODE resource but unsuccesfully. I code
d
in the rcfile w/o any impact to remove "AFA-L: " from the begimming of the
Subject:

<SubjectStripCode>
s/^\AFA-L: //;
-----^
Why the backslash?  "\A" in a regex is a beginning of the string assertion.
So what you have is two assertions together: beginning of line (^) and
beginning of the string (\A).

Remove the backslash and see if that works.

        --ewh

----
             Earl Hood              | University of California: Irvine
      ehood(_at_)medusa(_dot_)acs(_dot_)uci(_dot_)edu      |      Electronic 
Loiterer
http://www.oac.uci.edu/indiv/ehood/ | Dabbler of SGML/WWW/Perl/MIME