<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: Filter for attachment by file type]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in Filter for attachment by file type of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Mon, 18 Mar 2013 21:09:26 +0200</lastBuildDateTag>		<item>
			<title>Filter for attachment by file type</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum5/topic9082/message36507/">Filter for attachment by file type</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum5/">The Bat! - Filters</a>. <br />
			Thanks Roelof, &nbsp;<img src="http://www.ritlabs.com/bitrix/images/main/smiles/5/icon_biggrin.gif" border="0" data-code=":D" data-definition="SD" alt=":D" style="width:16px;height:16px;" title="" class="bx-smile" /> I appreciate the quick answer. I sort of suspected it might not be possible, but from the little I know about programming, it's something that should be possible.<br /><br />Thanks again,<br />Dan <img src="http://www.ritlabs.com/bitrix/images/main/smiles/5/icon_eek.gif" border="0" data-code=":o" data-definition="SD" alt=":o" style="width:16px;height:16px;" title="" class="bx-smile" /> <br />
			<i>18 March 2013 21:09:26, <a href="http://www.ritlabs.com/en/forums/">Daniel Payment</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum5/topic9082/message36507/</link>
			<guid>http://www.ritlabs.com/en/forums/forum5/topic9082/message36507/</guid>
			<pubDate>Mon, 18 Mar 2013 21:09:26 +0200</pubDate>
			<category>The Bat! - Filters</category>
		</item>
		<item>
			<title>Filter for attachment by file type</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum5/topic9082/message36504/">Filter for attachment by file type</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum5/">The Bat! - Filters</a>. <br />
			I think that you want more than is possible with TB.<br />The best way to do this is with a filter that extracts all attachments and afterwards runs a third party tool that does the sorting.<br />Off hand I cannot suggest a suited third party tool that's suited for this purpose, but maybe somebody else can. <br />
			<i>18 March 2013 20:31:53, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum5/topic9082/message36504/</link>
			<guid>http://www.ritlabs.com/en/forums/forum5/topic9082/message36504/</guid>
			<pubDate>Mon, 18 Mar 2013 20:31:53 +0200</pubDate>
			<category>The Bat! - Filters</category>
		</item>
		<item>
			<title>Filter for attachment by file type</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum5/topic9082/message36502/">Filter for attachment by file type</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum5/">The Bat! - Filters</a>. <br />
			I have a question that I believe is related to this: Every day I receive tons of email that contain epubs, videos, audio files, images, etc. What I'd really like to be able to do is extract the different filetypes to separate directories with something like the following structure: (for example only!)<br /><br />if attachment = *.jpg then save to c:\%YEAR%\%MONTH%\%DAY%\JPG<br />if attachment = *.epub then save to c:\%YEAR%\%MONTH%\%DAY%\EPUB<br /><br />and so on for all the file types I'm interested in. In addition, I'd like to be able to prevent duplicates of these files, providing they are EXACT duplicates. If there's a difference in size, then I want to keep both (or more) versions.<br /><br />Any help would be greatly appreciated.<br /><br />Dan &nbsp;<img src="http://www.ritlabs.com/bitrix/images/main/smiles/5/icon_eek.gif" border="0" data-code=":o" data-definition="SD" alt=":o" style="width:16px;height:16px;" title="" class="bx-smile" /> <br />
			<i>18 March 2013 19:56:44, <a href="http://www.ritlabs.com/en/forums/">Daniel Payment</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum5/topic9082/message36502/</link>
			<guid>http://www.ritlabs.com/en/forums/forum5/topic9082/message36502/</guid>
			<pubDate>Mon, 18 Mar 2013 19:56:44 +0200</pubDate>
			<category>The Bat! - Filters</category>
		</item>
		<item>
			<title>Filter for attachment by file type</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum5/topic9082/message31068/">Filter for attachment by file type</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum5/">The Bat! - Filters</a>. <br />
			Great, thank you. <br />
			<i>23 January 2010 00:48:10, <a href="http://www.ritlabs.com/en/forums/">jiangster</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum5/topic9082/message31068/</link>
			<guid>http://www.ritlabs.com/en/forums/forum5/topic9082/message31068/</guid>
			<pubDate>Sat, 23 Jan 2010 00:48:10 +0200</pubDate>
			<category>The Bat! - Filters</category>
		</item>
		<item>
			<title>Filter for attachment by file type</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum5/topic9082/message31062/">Filter for attachment by file type</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum5/">The Bat! - Filters</a>. <br />
			Try with a filter like this<br /><br />Message source / Matches any of /<br />
====code====
<pre>(&#92;bfile|&#92;b)name="?.*?&#92;.(pdf|jpg|doc|xls)</pre>
============= <br />
			<i>22 January 2010 08:12:13, <a href="http://www.ritlabs.com/en/forums/">bigg one</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum5/topic9082/message31062/</link>
			<guid>http://www.ritlabs.com/en/forums/forum5/topic9082/message31062/</guid>
			<pubDate>Fri, 22 Jan 2010 08:12:13 +0200</pubDate>
			<category>The Bat! - Filters</category>
		</item>
		<item>
			<title>Filter for attachment by file type</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum5/topic9082/message31049/">Filter for attachment by file type</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum5/">The Bat! - Filters</a>. <br />
			Hello all,<br /><br />I have a virtual folder that I want to see mails with certain type of file attachments aggregated. For example, I need attachment types of pdf/jpg/doc/xls in that folder but not msg/txt/etc...how do I accomplish that with the filter? Thanks. <br />
			<i>21 January 2010 00:17:58, <a href="http://www.ritlabs.com/en/forums/">jiangster</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum5/topic9082/message31049/</link>
			<guid>http://www.ritlabs.com/en/forums/forum5/topic9082/message31049/</guid>
			<pubDate>Thu, 21 Jan 2010 00:17:58 +0200</pubDate>
			<category>The Bat! - Filters</category>
		</item>
	</channel>
</rss>
