<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: Filtering Replies]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in Filtering Replies of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Tue, 12 Jan 2010 03:19:25 +0200</lastBuildDateTag>		<item>
			<title>Filtering Replies</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic9044/message30955/">Filtering Replies</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			bigg one, I appreciate the help. I actually tried your method with mixed results. Various messages had various information for the headers, with some having up to 5 listings of my domain for just one reply. I decided instead to implement your suggestion of address books and create a set of rules and books for every message I wanted sent out. The system works flawlessly. <br />
			<i>12 January 2010 03:19:25, <a href="http://www.ritlabs.com/en/forums/">Cameron Habib</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic9044/message30955/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic9044/message30955/</guid>
			<pubDate>Tue, 12 Jan 2010 03:19:25 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Filtering Replies</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic9044/message30949/">Filtering Replies</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			A regex that may find that 2 times could be<br />--<br />References:.*?domain\.com.*?domain\.com.*?$<br />--<br />For one time<br />--<br />References:.*?domain\.com.*?$<br />--<br />In fact this will match 2 times as well, but put the filter after the above. If the first isn't triggered but this one is, you have it once. If the first is triggered, you have it twice.<br /><br />$ at the end means match before a line break. If the whole References header is not on a single line, you may remove that. <br /><br />I haven't tested that and don't use regexes in theBat, so it may have to be adjusted. Also I'm not sure which filter condition exactly has to be used(match, matches all as regexp etc.)<br />I guess you should test against the header field References (then you may omit $. Also not sure if 'References:' itself is included) , or if that doesn't work - against the entire message source. <br />
			<i>11 January 2010 21:59:04, <a href="http://www.ritlabs.com/en/forums/">bigg one</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic9044/message30949/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic9044/message30949/</guid>
			<pubDate>Mon, 11 Jan 2010 21:59:04 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Filtering Replies</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic9044/message30948/">Filtering Replies</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Thanks for the reply bigg one. The solution for one reply per person worked perfectly. As for the regex, I attempted to look up how to write the code for this but I'm not really familiar with the language and couldn't find any good tutorials on how to go about doing so. Any suggestions? <br />
			<i>11 January 2010 19:52:05, <a href="http://www.ritlabs.com/en/forums/">Cameron Habib</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic9044/message30948/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic9044/message30948/</guid>
			<pubDate>Mon, 11 Jan 2010 19:52:05 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Filtering Replies</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic9044/message30947/">Filtering Replies</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			about the first question, you may create some filters based on the References: header<br />If a msg is a reply to your msg, that header should contain something like &lt;xxxxxxx@yourdomain.com&gt; once.<br />If it's a second reply such thing should appear twice etc. A regex based filter condition should be able to catch that. Indeed this assumes the mail client on the other side keeps/sends this info, but I guess most do.<br /><br />About #2, you want to send one reply only ?<br />If so with the first reply you may add the recipient to some address book (not main but another created for this purpose). Create an incoming filter that checks if sender exists in that AB - if yes, he received a reply already. If not, send a reply. <br />
			<i>11 January 2010 19:29:19, <a href="http://www.ritlabs.com/en/forums/">bigg one</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic9044/message30947/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic9044/message30947/</guid>
			<pubDate>Mon, 11 Jan 2010 19:29:19 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Filtering Replies</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic9044/message30946/">Filtering Replies</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Is it possible to filter out a reply from an original message? I would like to have new incoming messages replied to with one message, a reply responded to with another message, and a second reply responded to with yet another message. I figured I could differentiate between the original and replies with a simple filter for a "re" in the subject, but is there any way to differentiate between the two replies?<br /><br />Also, is there any way to filter out duplicate recipients? Often times, a recipient will send two messages, each with perhaps a different subject or body. I would like only 1 email per person, regardless of how many messages sent.<br /><br />Thanks for the help. <br />
			<i>11 January 2010 18:44:02, <a href="http://www.ritlabs.com/en/forums/">Cameron Habib</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic9044/message30946/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic9044/message30946/</guid>
			<pubDate>Mon, 11 Jan 2010 18:44:02 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
	</channel>
</rss>
