<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sebruiz.net &#187; howto</title>
	<atom:link href="http://www.sebruiz.net/tag/howto/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sebruiz.net</link>
	<description></description>
	<lastBuildDate>Thu, 09 Jul 2009 14:02:06 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bugzilla email spam filtering</title>
		<link>http://www.sebruiz.net/350</link>
		<comments>http://www.sebruiz.net/350#comments</comments>
		<pubDate>Thu, 30 Oct 2008 23:10:46 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[bugs.kde.org]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam filtering]]></category>

		<guid isPermaLink="false">http://www.sebruiz.net/?p=350</guid>
		<description><![CDATA[If you&#8217;ve got a mailing list dedicated only to bugzilla traffic, you might find these rules useful to filter out any spam. Since the Subject field of these lists are so rigid, we can obviously tell which emails are spam.
Use the following rules in your mailman config:
Rule 1: Discard any emails flagged as spam

matches? ^X-Spam-Flag: [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a mailing list dedicated only to bugzilla traffic, you might find these rules useful to filter out any spam. Since the Subject field of these lists are so rigid, we can obviously tell which emails are spam.</p>
<p>Use the following rules in your mailman config:</p>
<p><b>Rule 1</b>: Discard any emails flagged as spam</p>
<pre>
matches? ^X-Spam-Flag: YES
action: discard
</pre>
<p><b>Rule 2</b>: Accept any emails which fit our [BUG 1234..] subject header</p>
<pre>
matches? ^Subject:.*\[[bB][uU][gG]\s\d*\].*
action: accept
</pre>
<p><b>Rule 3</b>: Discard or hold the rest, they&#8217;re probably spam!</p>
<pre>
matches? ^Subject: *
action: {hold,discard}
</pre>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sebruiz.net/350/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Dynamic Mode</title>
		<link>http://www.sebruiz.net/57</link>
		<comments>http://www.sebruiz.net/57#comments</comments>
		<pubDate>Mon, 05 Sep 2005 00:10:31 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[dynamic mode]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.sebruiz.net/?p=57</guid>
		<description><![CDATA[I&#8217;m going to write a short entry on using the new  dynamic mode which exists in amaroK 1.3.
Everybody should know that amaroK is an application which is based around large collections, and not large playlists.  Dynamic mode is a feature that should allow you the flexibility of picking music from your entire collection [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to write a short entry on using the new <a href="http://amarok.kde.org/index.php?full=1&#038;set_albumName=album03&#038;id=16_G&#038;option=com_gallery&#038;Itemid=60&#038;include=view_photo.php"> dynamic mode</a> which exists in amaroK 1.3.</p>
<p>Everybody <em>should</em> know that amaroK is an application which is based around large collections, and not large playlists.  Dynamic mode is a feature that should allow you the flexibility of picking music from your entire collection (or subset of) whilst keeping a relatively small playlist which is easy to maintain.  Firstly, navigate to the Playlist Browser and enable dynamic mode and click the button to expand the options.</p>
<div align=center>
<img class='showonplanet' src='/wp-content/dynamic_config.jpg' alt='Dynamic Config Options' />
</div>
<p>Lets go through some of the options and what they do:</p>
<ul>
<li><b>Type of song to append</b>: When a song ends, another song is added to the playlist.  This can be either Random, Suggested (a la append suggestions) or Playlist Shuffle.  The last option allows you to choose a number of (smart)playlists to choose songs from.  You can add sources by using the context menu on an entry in the browser.</li>
<li><b>Cycle Tracks</b>: This allows for keeping a small playlist.  After a song is played, amaroK can remove the first entry in the playlist if you wish.</li>
<li><b>Mark History</b>:  Enable &#8216;jukebox&#8217; like mode.  This will mark all played tracks with a grey colour.  Useful for parties when you want a queue of items and you want people to be able to know which tracks have been recently played.</li>
<li><b>Played tracks to show</b>: Only after &#8216;x&#8217; number of tracks will they start to be removed.  ie &#8211; the size of the back queue.</li>
<li><b>Upcoming tracks</b>: Show this number of tracks in the queue.</li>
<li><b>Tracks to append</b>: The number of tracks to append when a song finishes.</li>
</ul>
<p>If you are looking at using the old &#8216;append suggestion&#8217; mode from the 1.2.x series, these are the settings you should use: Type &#8211; Suggestions; Append Count: 4</p>
<p>Use the <b>Repopulate</b> button to refresh all the upcoming tracks, if you find the selection crap!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sebruiz.net/57/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
