(BC == "Brian Clark") [EMAIL PROTECTED] outcried:

BC> We'll try this, but you might not understand my logic (or vise
BC> versa?).

BC> %WRAPPED='
BC>   %SETPATTREGEXP="
BC>     (?is)^Content-type:\s*(?(?=multipart/mixed).*?;-^-;(.*))

Ahh. *Light blub goes on if Doofus' head*

I've got it now I think:

%SETPATTREGEXP is just defining a regular expression template of
sorts. You're feeding it what it's asking for with:

BC>   "
BC>   %REGEXPBLINDMATCH="
BC>     %HEADERS;-^-;The next HTML message that comes in here bites the dust

And the only thing you told it to remember is (.*) at the end of your
"regex template" -- and that happens to be 'The next HTML message that
comes in here bites the dust'

And it's returned here:

BC>   "
BC>   %SUBPATT="1"

Gotcha.

--
...................................................................
 Brian Clark <[EMAIL PROTECTED]>     PGP-KeyID: 0xE4D0C7C8
 Web Architect, Designer, and Programmer  Tel: 864.227.0750
 http://www.fusionwerks.com/              Fax: 864.942.7249
...................................................................
 TB! 1.49e, Windows 98 (SE) 4.10 Build 2222 A



-- 
______________________________________________________
Archives   : <http://tbtech.thebat.dutaint.com>
Moderators : <mailto:[EMAIL PROTECTED]>
Unsubscribe: <mailto:[EMAIL PROTECTED]>

Reply via email to