mhonarc-users

Re: Removeing RE and Prefix

2002-02-28 13:46:37
Birger Mortensen <birger(_at_)sf(_dot_)dk> said:

Is there a way to remove old prefix'es ?
I am using :

<SUBJECTSTRIPCODE>
s/^\[sftest\]://;
</SUBJECTSTRIPCODE>

Try:

  s/\[sftest\]//;

The regular expression you're using requires that the "[sftest]" be
the first thing in the subject and must be followed by a colon.

The regular expression I specify removes those requirements

Simeon


But it don't get subjects like this one :Re: [sftest] Hmm Og var til 
denne
via WEB
I have a test setup at http://mail.sf.dk/MHonArc/SFtest/

Im using MhonArc 2.5.1 on a ezmlm arkive

Birger Mortensen




-- 
If you're not outraged, you're not paying attention


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