[Note, the [EMAIL PROTECTED] address has been replaced
 by [EMAIL PROTECTED]]

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
      [EMAIL PROTECTED]      |      Electronic Loiterer
http://www.oac.uci.edu/indiv/ehood/ | Dabbler of SGML/WWW/Perl/MIME

Reply via email to