I've got 2 regexes which work on their own as quick templates, but when I call them together using QINCLUDE, then one doesn't work.
GetEmail: %SETPATTREGEXP="E-Mail:\s+(\S+).*"%REGEXPBLINDMATCH="%TEXT"%SUBPATT="1" GetName: %SETPATTREGEXP="Name:\s+(\S+).*"%REGEXPBLINDMATCH="%TEXT"%SUBPATT="1" Those 2 extract email and name from the body text, but I can't get the email address to work when the second inclusion is added. FeedbackReply: %TO=%QINCLUDE="GetEmail" Dear %QINCLUDE="GetName", I'm knew to this stuff, so maybe I've just missed something obvious. Thanks, Marcus ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
