<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: Reply only part of the e-mail (not F4)]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in Reply only part of the e-mail (not F4) of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Thu, 03 May 2007 01:50:51 +0300</lastBuildDateTag>		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message17582/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			I've been testing it myself too. And the macro won't work, though I can't figure out why that is.<br />It's functioning ok when I exclude the 11 dashes from my search.<br />This is doing what it should:<br /><br />%SetPattRegExp='(?is)Subject:\s(.*?)\nName:\s(.*?)\nEmail:\s(.*?)\n(.*)'%-<br />%RegExpBlindMatch='%Text'%-<br />Hello %SubPatt='2',<br /><br />You're subscribed to our mailing list '%SubPatt="1"' with these data: <br />Name: %SubPatt="2"<br />Email: %SubPatt="3"<br />%Subject="%SubPatt='1'"%-<br />%To=""%To=_"%SubPatt='2'" &lt;%SubPatt='3'&gt;_%- <br /><br />Note that the form you posted in your latest reply is different from the one you showed in the message of 16 September and my regexp triggered on that. <br />
			<i>03 May 2007 01:50:51, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message17582/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message17582/</guid>
			<pubDate>Thu, 03 May 2007 01:50:51 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message17578/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			<br />====quote====<br />Roelof Otten writes:<br />Sorry for replying late, but I forgot about it and was just remembered by a similar question somewhere else. This will do what you asked, simply returnig the part of the message before the eleven dashes:<br /><br />%SetPattRegExp='(?is)(.*?)-{11}\n(.*?)'%- %RegExpBlindMatch='%Text'%- %SubPatt='1'<br /><br />It's also possible to use the data listed as name and address for addressing the message and use the subject part of the message to set the subject of your return message. That would make the regular expression just a little more complicated. You'd get something like this:<br /><br />%SetPattRegExp='(?is)Subject:\s(.*?)\nName:\s(.*?)­\nEmail:\s(.*?)\n(.*?)-{11}\n(.*?)'%- %RegExpBlindMatch='%Text'%- %Subject="%SubPatt='1'"%- %To=""%To=_"%SubPatt='2'" &lt;%SubPatt='3'&gt;_%- Hello %SubPatt='2',<br /><br />You're subscribed to our mailing list '%SubPatt="1"' with these data: Name: %SubPatt='2' Email: %SubPatt='3' %SubPatt='4' <br />=============<br /><br />Still could not make it work.<br /><br />This is what I did:<br />I create a new template and it has only your code:<br />----<br />%SetPattRegExp='(?is)Subject:\s(.*?)\nName:\s(.*?)­\nEmail:\s(.*?)\n(.*?)-{11}\n(.*?)'%-<br />%RegExpBlindMatch='%Text'%-<br />%Subject="%SubPatt='1'"%-<br />%To=""%To=_"%SubPatt='2'" &lt;%SubPatt='3'&gt;_%-<br />Hello %SubPatt='2',<br /><br />You're subscribed to our mailing list '%SubPatt="1"' with these data:<br />Name: %SubPatt='2'<br />Email: %SubPatt='3'<br />%SubPatt='4' <br />----<br /><br /><br />It is check to New Messages and Reply messages<br /><br />Then I send e-mail to my account,<br />received it and reply it using your template.<br />This is the e-mail received:<br />----<br />FullName: RitLabs<br />Email: rit@labs.com<br /><br />Request: Test Message with reply with no dashes<br />-----------<br />ip: xxx.23.130.xxx<br />httpref: <noindex><a href="http://www.mysite.com/contact.html" target="_blank" rel="nofollow">http://www.mysite.com/contact.html</a></noindex><br />httpagent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3<br />----<br />After hiting the reply,this is the e-mail prepared:<br />----<br />the TO field has only: &nbsp; ""&lt;&gt;<br />then body has:<br />Hello ,<br /><br />You're subscribed to our mailing list '' with these data:<br />Name: <br />Email: <br /> ----<br /><br />What I'm missing here?<br />I try many different combinations on your code just in case it could be wrong(typos), but nothing make it works. In fact, I've been playing with this for about a month now... :(<br /><br />Thank you for your help and sorry to keep bringing this up. I must be doing something wrong on the way you create the script.<br /><br /><br /><br /> <br />
			<i>02 May 2007 22:14:02, <a href="http://www.ritlabs.com/en/forums/">Old PMMail user</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message17578/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message17578/</guid>
			<pubDate>Wed, 02 May 2007 22:14:02 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message14695/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			I created a template that does that for somebody else, so I had this laying around:<br /><br />Your desired action can be split in four sub-actions.<br />1) Get a number from storage.<br />2) Add 1 to your number<br /> &nbsp; TB can do this with the %Calc macro<br />3) Insert the new result in your message<br /> &nbsp; TB can insert your number in the body, the subject or whatever via<br /> &nbsp; a template.<br />4) Overwrite the file with your old number by one with the new number.<br /> &nbsp; TB can do this in an outgoing filter, not in a template. This means<br /> &nbsp; that you've got to send message 1000, before you can start message<br /> &nbsp; 1001 or message 1001 and will have the same reference as 1000.<br /> &nbsp; So: No composing of multiple messages at the same time.<br /><br />When the composing of multiple messages at the same time is preferred,<br />you'd need a plug-in. My suggestion would the MyMacros plug-in by<br />Andrew Perevodchik. It can be downloaded from:<br /><noindex><a href="http://en.barin.com.ua/soft/mymacros/" target="_blank" rel="nofollow">http://en.barin.com.ua/soft/mymacros/</a></noindex><br />IIRC this site is currently unavailable, but the plug-in can be downloaded somewhere from the Ritlabs site.<br /><br />This has the added advantage that it uses the registry, so you won't<br />need a file, but merely a key in the registry.<br /><br />As the latter is the most elegant, here's a macro sequence that does what you<br />want. You have to add these lines to every new message-, reply- and<br />forwarding template you're using. Of course yu can insert it into a<br />Quick Template and call that QT with the QInclude macro, but then that<br />has to be added to every template. You'll need to install the MyMacros<br />plug-in to make it work. It uses this registry key (peviously unknown to TB):<br />HKEY_CURRENT_USER\Software\RIT\The Bat!\MessageReferenceNumber<br />Look into the MyMacros help file how to install the plug-in.First you create a new header for TB:<br /> &nbsp;Options -&gt; Preferences -&gt; Messages headers -&gt; Add<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Display header as: MsgRef<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RFC 2822 name: X-TB-MsgRef<br /><br /><br /><br /><br />Now create a quick template (QT) called MsgRef like this:<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />%ModifyOnce(X-TB-MsgRef)%-<br />%SetHeader(&X-TB-MsgRef&,&%-<br />%Calc('%RegRead("HKEY_CURRENT_USER\Software\RIT\The Bat!\MessageReferenceNumber", "0") + 1')%-<br />&)%-<br />%_RefNo='%Header(X-TB-MsgRef)'%-<br />%If:'%_RefNo'='99999999':'%_RefNo="0"'%-<br />%RegWrite("HKEY_CURRENT_USER\Software\RIT\The Bat!\MessageReferenceNumber", %_RefNo)%-<br />Msg-Ref: %_RefNo<br /><br />Whenever you need a ref number you can call this QT with the macro %QInclude(MsgRef) you can insert this macro in your templates.<br /><br />Now wherever you need to insert your reference number you can put %_RefNo in your templates.<br /><br /><br />I've copied and pasted from a few different messages, as this project was developed during a couple of messages, complete with bugfixes an add-ons. If something isn't clear, please tell me what's the problem exactly, because with complaints like "I don't get it" it's very hard to explain. <br />
			<i>16 November 2006 15:35:47, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message14695/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message14695/</guid>
			<pubDate>Thu, 16 Nov 2006 15:35:47 +0200</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message14690/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Am looking for a macro which I can use to give all outgoing emails from a particular email account a Ref Number.....like HOPP0000234 or something of this sort.Pleased to hear if any one can help.Thanks in advance<ul><br /></ul> <br />
			<i>16 November 2006 05:14:14, <a href="http://www.ritlabs.com/en/forums/">Ashish Bhalla</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message14690/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message14690/</guid>
			<pubDate>Thu, 16 Nov 2006 05:14:14 +0200</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message14235/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			The regular expressions don't read the mail and don't perform any actions. What you're doing in this case is create a filter with a condition that decides when you want to reply. (One of the four possible subject lines.)<br />As action for that filter you set 'create a reply', for that reply you can define a template. That template contains the regular expressions to take of (part of) the contents of your reply. Just like any other macro that you insert in a template. <br />
			<i>11 October 2006 16:59:10, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message14235/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message14235/</guid>
			<pubDate>Wed, 11 Oct 2006 16:59:10 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message14230/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			i don't get it. where in the regular expressions do you make the e-mail client to read the mail and where do you make it to send the reply?<br />maybe i missed something?<br />i am about to create an automatic reply if i get e-mail from a specific e-mail address (something like thank you after filling a form/registering and to inform the user that his enetered data were read)<br /> <br />
			<i>11 October 2006 12:50:59, <a href="http://www.ritlabs.com/en/forums/">peter benci</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message14230/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message14230/</guid>
			<pubDate>Wed, 11 Oct 2006 12:50:59 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message13950/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Sorry for replying late, but I forgot about it and was just remembered by a similar question somewhere else.<br />This will do what you asked, simply returnig the part of the message before the eleven dashes:<br /><br />%SetPattRegExp='(?is)(.*?)-{11}\n(.*?)'%-<br />%RegExpBlindMatch='%Text'%-<br />%SubPatt='1'<br /><br />It's also possible to use the data listed as name and address for addressing the message and use the subject part of the message to set the subject of your return message. That would make the regular expression just a little more complicated. <br />You'd get something like this:<br /><br />%SetPattRegExp='(?is)Subject:\s(.*?)\nName:\s(.*?)\nEmail:\s(.*?)\n(.*?)-{11}\n(.*?)'%-<br />%RegExpBlindMatch='%Text'%-<br />%Subject="%SubPatt='1'"%-<br />%To=""%To=_"%SubPatt='2'" &lt;%SubPatt='3'&gt;_%-<br />Hello %SubPatt='2',<br /><br />You're subscribed to our mailing list '%SubPatt="1"' with these data:<br />Name: &nbsp;%SubPatt='2'<br />Email: %SubPatt='3'<br />%SubPatt='4'<br /> <br />
			<i>25 September 2006 13:05:28, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message13950/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message13950/</guid>
			<pubDate>Mon, 25 Sep 2006 13:05:28 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message13874/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Hello Roelof,<br />The exemple I post on the second message is exactly what I'm receiving on the e-mail:<br />-=-=-=-=-=-=-=-=-=-<br />Subject: Information about widgets<br />Name: Steve Smith<br />Email: steve@mail.com<br />State: CA<br />Country: U.S.A.<br />-----------<br />ip: 69.228.136.71<br />httpref: <noindex><a href="http://www.mysite.com/contact.html" target="_blank" rel="nofollow">http://www.mysite.com/contact.html</a></noindex><br />httpagent: Mozilla/5.0 <br />-=-=-=-=-=-=-=-=-=-=-<br /><br />Note that the 11 '-' are what will separete what I want to reply (the top part) from what I don't (the botton part with ip, httpref, httpagent and else)<br /><br /><br />thank you<br /><br /> <br />
			<i>19 September 2006 19:05:00, <a href="http://www.ritlabs.com/en/forums/">Old PMMail user</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message13874/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message13874/</guid>
			<pubDate>Tue, 19 Sep 2006 19:05:00 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message13841/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Can be done.<br />Give me one messgae as example, as I need the exact wording of the first of the three lines that you need to be cut. <br />
			<i>18 September 2006 01:04:59, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message13841/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message13841/</guid>
			<pubDate>Mon, 18 Sep 2006 01:04:59 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message13821/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Hello Roelof,<br />Sorry to bring it back to life after 3 months.<br />Still I could not be able to figure out how you do that with the templates function.<br />I'm kind now to TheBat (still) and I guess I'm missing something here.<br /><br />Let me try to explain my problem the best way so if you can help me one more time would be easy.<br /><br />this is the e-mail I'm receiving, trhu a form from my web site. It means ALL e-mails will be in the same format:<br /><br />Subject: Information about widgets<br />Name: Steve Smith<br />Email: steve@mail.com<br />State: CA<br />Country: U.S.A.<br />-----------<br />ip: 69.228.136.71<br />httpref: <noindex><a href="http://www.mysite.com/contact.html" target="_blank" rel="nofollow">http://www.mysite.com/contact.html</a></noindex><br />httpagent: Mozilla/5.0<br /><br /><br /><br />So, this is a start e-mail I will receive, where the &nbsp;"Subject" will be &nbsp;a multiple choice, so ALWAYS will be a pre-formated with one of my &nbsp;4 options.<br /><br />What I want to do is this:<br /><br />Send an automatic replay every time I receive one e-mail, where the TheBat will read the 'Subject' sending an expecific reply accordly to that, BUT:<br />the replay will cot the last 3 lines (IP, httpref, httpagent) based on that line with 11 '-'.<br /><br />I'm almost sure it can be done with TheBat, but could not figure out how to 'split' the current 'body' and reply only the first part of the '-----------'.<br /><br />Do you have any ideas on it?<br /><br />Thank you <br />
			<i>16 September 2006 07:22:09, <a href="http://www.ritlabs.com/en/forums/">Old PMMail user</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message13821/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message13821/</guid>
			<pubDate>Sat, 16 Sep 2006 07:22:09 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message12393/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Here's an example. The regexp takes dat from the original message and palces that in the to header of the reply:<br /><br />%SetHeader('To','"%SetPattRegExp=_(?is)(.*?)E-mail:\s(.*?)\s(.*?)Fornavn(.{3})(.*?)\nEfternavn(.{3})(.*?)\n_%-<br />%RegExpBlindMatch=_%Text_%-<br />%SubPatt=_5_ %SubPatt=_7_" &lt;%SubPatt=_2_&gt;')%-<br /><br /><br />The message looks like this:<br /><br />::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::<br />(empty line)<br />E-mail: username@domain.dk<br />har tilmeldt sig<br /><br />Subscribe page: 1<br />Fornavn = Firstname<br />Efternavn = Lastname<br /><br />List Membership: <br /><br /> &nbsp;* Gratis Tips&Tricks<br /><br />::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::<br /> <br />
			<i>15 June 2006 15:51:27, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message12393/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message12393/</guid>
			<pubDate>Thu, 15 Jun 2006 15:51:27 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message12388/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			<br />====quote====<br /> Yes, that can be done. The way to do that is with regular expressions.<br />When you take care of the format of your messages, you can pick lumps of text as individual parameters.<br />=============<br /><br />Would you mind to give me one example, so I can learn from that?<br />Like the original e-mail, and how you create the filter?<br /><br />Thank you <br />
			<i>15 June 2006 13:07:43, <a href="http://www.ritlabs.com/en/forums/">Old PMMail user</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message12388/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message12388/</guid>
			<pubDate>Thu, 15 Jun 2006 13:07:43 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message12380/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Yes, that can be done. The way to do that is with regular expressions.<br />When you take care of the format of your messages, you can pick lumps of text as individual parameters. <br />
			<i>15 June 2006 03:39:57, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message12380/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message12380/</guid>
			<pubDate>Thu, 15 Jun 2006 03:39:57 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Reply only part of the e-mail (not F4)</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic3142/message12374/">Reply only part of the e-mail (not F4)</a></b> <i>Is there any way to automatic reply only part of an e-mail?</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			I have many forms on my web site who are for automatic replyes.<br />The user fill the form, my server send it to me and my e-mail program is supose to automatic reply a pre-formated response.<br />I'm using 'Quick Templates' to do it.<br />Now I would like to see if I can go a step furter:<br /><br />On the reply e-mail, I only want part of the original sender message. On the original mesage it cames with a lot of info which should not be sent back to the sender, like sender's IP number, the web page the sender was when the sent the message, the time stamp, and other info.<br />I can manipuleate my form to insert things line a "-----" and then I was wondering if I could create an automatic reply to only reply te text between two "------".<br /><br />Is it possible? A selective reply, (like when we use F4) but automaticly?<br /><br />Thank you <br />
			<i>14 June 2006 18:10:30, <a href="http://www.ritlabs.com/en/forums/">Old PMMail user</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic3142/message12374/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic3142/message12374/</guid>
			<pubDate>Wed, 14 Jun 2006 18:10:30 +0300</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
	</channel>
</rss>
