Dear Ralph, @6-Sep-2004, 22:53 +0200 (06-Sep 21:53 UK time) Ralph [R] in mid:[EMAIL PROTECTED] said:
R> is it possible to search for certain strings in the body of a mail and R> use it somehow? Yes. The RegEx macros are used for this sort of purpose on a regular (expression) basis. R> e.g. onetwosold (austrian equivalent to ebay): i get the mail from R> them containing info that article x with price y was sold to customer R> z. R> what i want to do now, is to auto-generate an answer and send it to R> the customer, with the info used in the new mail, e.g. "Hello z, you R> bought x for y ..." Hello %TOFNAME, you bought %REGEXPTEXT="article (.*) with price" %- for %REGEXPTEXT="with price (.*) was sold" ... Just to implement you exact example ... -- Cheers -- //.arck D Pearlstone --List moderator and fellow end user TB! v3.0.0.7 on Windows XP 5.1.2600 Service Pack 2 '
pgpRsMBP5FIQR.pgp
Description: PGP signature
________________________________________________ Current version is 3.00.00 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

