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. Can I filter out the
M> person's name and use it in a semi-automated reply to them?

Check out the %TEXT macro.  You can extract info from it using other macros.

For example,

%setpattregexp="(?i-s)(firstname\: +)(.+)"%RegExpBlindMatch="%Text"%SUBPATT="2"

will return "fred".

jon

-- 
 jwayne                          
 [EMAIL PROTECTED]


________________________________________________
Current version is 1.61 | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to