<?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>Surferbill &#187; email</title>
	<atom:link href="http://surferbill.com/category/email/feed" rel="self" type="application/rss+xml" />
	<link>http://surferbill.com</link>
	<description>Not a surfer, not called Bill</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:43:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>How To Replace Yourself With A Very Small Shell Script</title>
		<link>http://surferbill.com/2010/06/how-to-replace-yourself-with-a-very-small-shell-script.html</link>
		<comments>http://surferbill.com/2010/06/how-to-replace-yourself-with-a-very-small-shell-script.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 20:08:48 +0000</pubDate>
		<dc:creator>Posterous</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[timemanagement]]></category>

		<guid isPermaLink="false">http://surferbill.com/2010/06/how-to-replace-yourself-with-a-very-small-shell-script.html</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<object width="500" height="300"><param name="movie" value="http://www.youtube.com/v/IoQ4tka1zNk&amp;hl=en&amp;fs=1&amp;hd=1"><param name="wmode" value="window"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/IoQ4tka1zNk&amp;hl=en&amp;fs=1&amp;hd=1" allowfullscreen="true" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="window" width="500" height="300"></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2010/06/how-to-replace-yourself-with-a-very-small-shell-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have you ever forgotten to include a subject in an important email message?</title>
		<link>http://surferbill.com/2008/11/have-you-ever-forgotten-to-include-a-subject-in-an-important-email-message.html</link>
		<comments>http://surferbill.com/2008/11/have-you-ever-forgotten-to-include-a-subject-in-an-important-email-message.html#comments</comments>
		<pubDate>Sat, 01 Nov 2008 19:52:00 +0000</pubDate>
		<dc:creator>Surferbill</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://surferbill.com/blog/2008/11/have-you-ever-forgotten-to-include-a-subject-in-an-important-email-message/</guid>
		<description><![CDATA[Have you ever forgotten to include a subject in an important email message? You can setup Outlook to prompt you to enter a subject before sending an email message. The steps are simple and can be completed in only a few minutes. Follow these simple steps to create the reminder: 1. Open Microsoft Outlook.2. Press [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever forgotten to include a subject in an important email message?</p>
<p>You can setup Outlook to prompt you to enter a subject before sending an email message. The steps are simple and can be completed in only a few minutes. Follow these simple steps to create the reminder:</p>
<p>1. Open Microsoft Outlook.<br />2. Press Alt+F11. This will open a Microsoft Visual Basic Window. In the left hand panel, you will see a folder called ‘Project1’. Expand the folder by clicking on the plus sign.<br />3. After expanding the Project1 folder, you will see a folder called &quot;Microsoft Outlook Objects&quot;, expand this folder by clicking on the plus sign.<br />4. Now you will see &quot;ThisOutLookSession&quot;. Double click on &quot;ThisOutLookSession&quot; and the code editor window will open.<br />5. Copy and paste the following code in the code editor window.<br />
<blockquote>Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)<br />Dim strSubject As String<br />strSubject = Item.Subject<br />If Len(Trim(strSubject)) = 0 Then<br />Prompt$ = &quot;Subject is Empty. Are you sure you want to send the Mail?&quot;<br />If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, &quot;Check for Subject&quot;) = vbNo Then<br />Cancel = True<br />End If<br />End If<br />End Sub</p></blockquote>
<p>6. Select ‘File’ and then ‘Save’, and close the Microsoft Visual Basic Window to return to Microsoft Outlook. Now, if you try to send an email without a subject, you will get a prompt reminding you to enter a subject.</p>
<p>To remove the reminder, from Microsoft Outlook, press Alt+F11. In the code editor, select and delete the code you entered for “ThisOutlookSession”. Select ‘File’ and ‘Save’, and close the Microsoft Visual Basic Window.</p>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2008/11/have-you-ever-forgotten-to-include-a-subject-in-an-important-email-message.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2003 Blogrolling hack linked to 2008 419 spam</title>
		<link>http://surferbill.com/2008/04/2003-blogrolling-hack-linked-to-2008-419-spam.html</link>
		<comments>http://surferbill.com/2008/04/2003-blogrolling-hack-linked-to-2008-419-spam.html#comments</comments>
		<pubDate>Fri, 25 Apr 2008 21:49:00 +0000</pubDate>
		<dc:creator>Surferbill</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://surferbill.com/blog/2008/04/2003-blogrolling-hack-linked-to-2008-419-spam/</guid>
		<description><![CDATA[Checking my email today, I was surprised to find SPAM sent to an email address I used for Blogrolling.com. Turns out Blogrolling was hacked back in November 2003, and now this email address appears to have made it&#8217;s way into the hands of 419 scammers/spammers. How do I know it was from blogrolling.com? Well, I [...]]]></description>
			<content:encoded><![CDATA[<p>Checking my email today, I was surprised to find SPAM sent to an email address I used for <a href="http://blogrolling.com">Blogrolling.com</a>. Turns out <a href="http://kevindevin.com/?p=635">Blogrolling was hacked</a> back in November 2003, and now this email address appears to have made it&#8217;s way into the hands of 419 scammers/spammers.</p>
<p>How do I know it was from blogrolling.com? Well, I use <a href="https://sneakemail.com/">Sneakemail disposable email addresses</a> for all my web-based accounts, and this particular address is the only one that has received SPAM.</p>
<p>It&#8217;s possible that there&#8217;s been another breach at blogrolling.com, but who knows? Suffice to say, I&#8217;ve updated my account and changed the email address (and password while I was at it), so even if it was compromised I won&#8217;t have to deal with any more SPAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2008/04/2003-blogrolling-hack-linked-to-2008-419-spam.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

