Re[2]: Forward Template

2003-06-25 Thread Alexander Leschinsky
Hello David, On Tue, 24 Jun 2003 13:31:01 +0100 (24.06.2003 18:31 my local time) you wrote about "Forward Template" at least in part: AL>> And maybe I'm full stupid, but... I can't see any sense in preserving AL>> msgid :-( DE> Thread by reference. :) I'm too kazy for tricks, I simply u

Re: And now for a regex question

2003-06-25 Thread Marck D Pearlstone
Hi David, @24-Jun-2003, 21:08 David Elliott [DE] in mid:[EMAIL PROTECTED] said: DE> I have a subject line which I want to remove part of it when DE> replying to it. ... DE> Could some one help me and give me an explanation at the same DE> time so that i don't have to ask a simple question again.

Re: Fw:

2003-06-25 Thread Marck D Pearlstone
Hi David, @25-Jun-2003, 15:02 David Elliott [DE] in mid:[EMAIL PROTECTED] said to Marck: MDP>> Okay - let's see an example, because all extraction algorithms MDP>> are going to be pretty specific. DE> a subject from DE> Re: Fw: [OK] This is not working DE> to DE> Re: Fw: This is not working

Re: And now for a regex question

2003-06-25 Thread Bill McCarthy
On Tue 24-Jun-03 4:08pm -0400, David Elliott wrote: > I have a subject line which I want to remove part of it when replying to it. > I do want to keep all the Re: Fwd: etc. The part that I want to remove is > always the same. > > Could some one help me and give me an explanation at the same time s

Re: And now for a regex question

2003-06-25 Thread Peter Palmreuther
Hi David, On Wed, 25 Jun 2003 15:48:42 +0100 David Elliott wrote: >>> a subject from >>> >>> Re: Fw: [OK] This is not working >>> >>> to >>> >>> Re: Fw: This is not working >> >> %setpattregexp='(?i)(.*)\[OK\]\s+(.*)'%- >> %RegExpBlindMatch='%OFullSubj'%- >> %subject="%SubPatt='1'%SubPatt='3'" >

Re: And now for a regex question

2003-06-25 Thread Bill McCarthy
On Wed 25-Jun-03 10:02am -0400, David Elliott wrote: > a subject from > Re: Fw: [OK] This is not working > to > Re: Fw: This is not working Hmm. This isn't what you asked for. You asked to change it to: Re: Re: Fw: This is not working -- Best regards, Bill ___

Re: And now for a regex question

2003-06-25 Thread Marck D Pearlstone
Hi David, @25-Jun-2003, 15:48 David Elliott [DE] in mid:[EMAIL PROTECTED] said to Marck: DE>>> Re: Fw: [OK] This is not working DE>>> to DE>>> Re: Fw: This is not working MDP>> %setpattregexp='(?i)(.*)\[OK\]\s+(.*)'%- MDP>> %RegExpBlindMatch='%OFullSubj'%- MDP>> %subject="%SubPatt='1'%SubPatt='3

Re: And now for a regex question

2003-06-25 Thread Januk Aggarwal
Hi Marck, Historians believe that Wednesday, June 25, 2003 at 16:36 GMT +0100 was when, Marck Pearlstone [MP] typed the following: MDP>>> %setpattregexp='(?i)(.*)\[OK\]\s+(.*)'%- MDP>>> %RegExpBlindMatch='%OFullSubj'%- MDP>>> %subject="%SubPatt='1'%SubPatt='3'" MP> It worked in a QT here when I