Message creation from body text filter

2002-10-30 Thread Marcus
Is it possible to grab text from a message body and use that in a new mail? I have a web form which sends me a mail with fields like: firstname: fred lastname: bloggs There's no info in the headers. Can I filter out the person's name and use it in a semi-automated reply to them? Thanks, Marcus

Re: Message creation from body text filter

2002-10-30 Thread jwayne
On Wednesday, October 30, 2002, 5:01:40 PM, Marcus <[EMAIL PROTECTED]> wrote: M> Is it possible to grab text from a message body and use that M> in a new mail? M> I have a web form which sends me a mail with fields like: M> firstname: fred M> lastname: bloggs M> There's no info in the headers. C

Re: Message creation from body text filter

2002-10-31 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marcus, @1-Nov-2002, 00:44 +0100 (23:44 UK time) Marcus [M] in mid:1711106330.20021101004453@;wordit.com said: jwayne>> For example, jwayne>> %setpattregexp="(?i-s)(firstname\: +)(.+)"%RegExpBlindMatch="%Text"%SUBPATT="2" M> Thanks. The next par

Re: Message creation from body text filter

2002-11-01 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marcus, @1-Nov-2002, 12:45 +0100 (11:45 UK time) Marcus [M] in mid:1393905565.20021101124542@;wordit.com said: M> Hmmm, there's probably something about quick templates I've not M> understood yet. The following works, but what do I need to set up

Re[2]: Message creation from body text filter

2002-10-31 Thread Marcus
Thursday, October 31, 2002, 12:37:08 AM, you wrote: jwayne> For example, jwayne> %setpattregexp="(?i-s)(firstname\: +)(.+)"%RegExpBlindMatch="%Text"%SUBPATT="2" Thanks. The next part I can't figure out is the variable to capture the result in. I want the result in plain text inside a new message.

Re[2]: Message creation from body text filter

2002-11-01 Thread Marcus
Friday, November 1, 2002, 2:06:32 AM, you wrote: Hi Marck, Marck> You don't need any. This is *exactly* what you're looking for. Make Marck> each sub-extraction a quick template and QINCLUDE them at will Marck> throughout your template. Hmmm, there's probably something about quick templates I've