Hello John, On Sun, 19 May 2002 18:02:59 +1000GMT (19-5-02, 10:02 +0200GMT, where I live), you wrote:
JP> I would like to be able to pick up a message id & include same in a reply JP> template (example of id below) JP> Message-ID: <3ce7520e$0$241$[EMAIL PROTECTED]> This is the easy one, would be something like: Message-ID: %OMSGID The other two need a little regexp JP> NNTP-Posting-Date: 19 May 2002 09:19:42 MEST JP> NNTP-Posting-Host: 62.147.66.225 %SETPATTREGEXP="(?is)(^NNTP-Posting-Date:.*?\nNNTP-Posting-Host:.*?\n).*"%- %REGEXPBlindMATCH="%Headers" %Subpatt="1" I copied this from another regexp, but it should work. I think. -- Groetjes, Roelof ________________________________________________________ Current Ver: 1.60k FAQ : http://faq.thebat.dutaint.com Unsubscribe: mailto:[EMAIL PROTECTED] Archives : http://tbudl.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] TBTech List: mailto:[EMAIL PROTECTED] Bug Reports: https://bt.ritlabs.com

