<?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>It&#039;s not a bug ... It&#039;s a convenience issue &#187; Ryan</title>
	<atom:link href="http://www.mymegabyte.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mymegabyte.com</link>
	<description>Random tech things that I come across.</description>
	<lastBuildDate>Tue, 06 Jul 2010 22:12:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Starbucks, you need a new cup design</title>
		<link>http://www.mymegabyte.com/2010/03/starbucks-you-need-a-new-cup-design/</link>
		<comments>http://www.mymegabyte.com/2010/03/starbucks-you-need-a-new-cup-design/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 23:50:49 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.mymegabyte.com/?p=147</guid>
		<description><![CDATA[  Those of you who already know me know not to mess with my coffee. Recently though Starbucks is making my bad list. Two days in a row I have gotten a cup of coffee and had unpleasant results. The lids leak when I walk and all in the cup-holder of my car. The leak [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><div id="attachment_148" class="wp-caption alignleft" style="width: 225px"><a href="http://www.mymegabyte.com/wp-content/uploads/2010/03/IMAG0125.jpg"><img class="size-full wp-image-148" title="IMAG0125" src="http://www.mymegabyte.com/wp-content/uploads/2010/03/IMAG0125.jpg" alt="Drink Coffee; Do stupid things faster with more energy" width="215" height="161" /></a><p class="wp-caption-text">Drink Coffee; Do stupid things faster with more energy</p></div>
<p>Those of you who already know me know not to mess with my coffee. Recently though Starbucks is making my bad list. Two days in a row I have gotten a cup of coffee and had unpleasant results. The lids leak when I walk and all in the cup-holder of my car. The leak is at the seam of the cup. The pictures say it all. Anyways, Starbucks this is your only warning, fix your cups!</p>
<p> </p>
<p> </p>
<p><div id="attachment_151" class="wp-caption alignleft" style="width: 196px"><a href="http://www.mymegabyte.com/wp-content/uploads/2010/03/IMAG0138.jpg"><img class="size-full wp-image-151 " title="IMAG0138" src="http://www.mymegabyte.com/wp-content/uploads/2010/03/IMAG0138.jpg" alt="After a 1 mile drive in a cup-holder followed by 300 yard walk." width="186" height="248" /></a><p class="wp-caption-text">After a 1 mile drive in a cup-holder followed by 300 yard walk.</p></div>
<p> </p>
<p> </p>
<p><div id="attachment_153" class="wp-caption alignright" style="width: 230px"><a href="http://www.mymegabyte.com/wp-content/uploads/2010/03/IMAG01391.jpg"><img class="size-medium wp-image-153 " title="IMAG0139" src="http://www.mymegabyte.com/wp-content/uploads/2010/03/IMAG01391-300x225.jpg" alt="The source" width="220" height="165" /></a><p class="wp-caption-text">The source</p></div>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mymegabyte.com/2010/03/starbucks-you-need-a-new-cup-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter duplicate emails with Procmail</title>
		<link>http://www.mymegabyte.com/2010/03/filter-duplicate-emails-with-procmail/</link>
		<comments>http://www.mymegabyte.com/2010/03/filter-duplicate-emails-with-procmail/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:00:57 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.mymegabyte.com/?p=135</guid>
		<description><![CDATA[At school I am on multiple email lists based upon my classification. Unfortunately the school does not have the list server configured to ensure that only one copy of any given message is delivered to a user. So when administrators send messages to list1, list2 and list3 all at once I get three copies of [...]]]></description>
			<content:encoded><![CDATA[<p>At school I am on multiple email lists based upon my classification. Unfortunately the school does not have the list server configured to ensure that only one copy of any given message is delivered to a user. So when administrators send messages to list1, list2 and list3 all at once I get three copies of the same email!</p>
<p>This has bugged me for so long and I have put off finding a way to filter it because I figured it would be pain. But it wasn&#8217;t! All you need is a new procmail recipe like the following:</p>
<blockquote><p>PMDIR=$HOME/.procmail<br />
:0 Whc: <br />
msgid.lock | formail -D 4096 $PMDIR/idcache<br />
:0 a: <br />
Mail/duplicates
</p></blockquote>
<p>Make sure $HOME/.procmail exists before expecting this to work!</p>
<p>This tidbit was thanks to the <strong>Sysadmin Ramblings</strong> blog.</p>
<p><a href="http://ramblings.narrabilis.com/wp/filtering-duplicate-emails-with-procmail/" target="_blank">http://ramblings.narrabilis.com/wp/filtering-duplicate-emails-with-procmail/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mymegabyte.com/2010/03/filter-duplicate-emails-with-procmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! keeps saying I send SPAM!</title>
		<link>http://www.mymegabyte.com/2009/11/yahoo-keeps-saying-i-send-spam/</link>
		<comments>http://www.mymegabyte.com/2009/11/yahoo-keeps-saying-i-send-spam/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:49:22 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.mymegabyte.com/?p=110</guid>
		<description><![CDATA[Yahoo! is going to make me go insane! Why do I always have problems with Yahoo&#8217;s customer service and policies? (See Yahoo! Flickr Rant.) So ever since I switched my mail server to the new hosting platform last May I have had issues with Yahoo marking email destined for their users as SPAM. Along with [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo! is going to make me go insane! Why do I always have problems with Yahoo&#8217;s customer service and policies? (See <a href="http://www.mymegabyte.com/2009/01/yahoo-flickr-rant/">Yahoo! Flickr Rant.</a>)</p>
<p>So ever since I switched my mail server to the new hosting platform last May I have had issues with Yahoo marking email destined for their users as SPAM. Along with that they periodically decide to defer delivery of my messages. So I frequently see these messages in my logs:</p>
<p><code>Nov 10 09:11:21 mail sendmail[27028]: nAAFBEZG027025: to=&lt;_removed_ @yahoo.com&gt;, ctladdr=<!--_removed_-->&lt;_removed_ @<strong style="color: black; background-color: #ffff66;">mymegabyte</strong>.com&gt; (501/501), delay=00:00:05, xdelay=00:00:05, mailer=esmtp, pri=122274, relay=c.mx.mail.yahoo.com. [68.142.202.247], dsn=4.0.0, stat=Deferred: 421 Message from (64.79.204.78) temporarily deferred - 4.16.50. Please refer to http://help.yahoo.com/help/us/mail/defer/defer-06.html<br />
---- OR this new one ----<br />
Nov 24 08:38:02 mail sendmail[2816]: nAOEbtbr002813: to=<!--_removed_-->&lt;_removed_ @yahoo.com&gt;, ctladdr=<!--_removed_-->&lt;_removed_ @<strong style="color: black; background-color: #ffff66;">mymegabyte</strong>.com&gt; (503/503), delay=00:00:05, xdelay=00:00:05, mailer=esmtp, pri=124010, relay=f.mx.mail.yahoo.com. [98.137.54.237], dsn=4.0.0, stat=Deferred: 421 4.7.0 [TS02] Messages from 64.79.204.78 temporarily deferred due to user complaints - 4.16.56.1; see http://postmaster.yahoo.com/421-ts02.html</code></p>
<p>These started as soon as I switched to my new mail server. I can only assume this is because the previous user of this IP address sent SPAM. Since I took over this mail server has never sent SPAM. I require authentication before accepting mail to relay so only my users can send mail. The mail server also uses DKIM and SPF so I&#8217;ve done everything I can to keep the server secure and prevent spoofing.</p>
<p>Its not like I have thousands of users that are acting up either. This server sends mail me and my close family only!</p>
<p>Well why am I complaining? I have contacted Yahoo! multiple times to resolve this but I always get the same form-mail response asking for more information. I reply to that and never hear back. Lets take a look at this.<br />
<strong>8/25/09</strong> &#8211; I filled out their form suggested by the reject message.<br />
<strong>8/25/09</strong> &#8211; I received their form-mail response asking for more information.<br />
<strong>8/25/09</strong> &#8211; I replied to their response with all requested information.<br />
<strong>8/27/09</strong> &#8211; I sent a follow-up email stating that I had not received a reply in 48 hours.<br />
<strong>9/03/09</strong> &#8211; I politely followed up again asking for their assistance to get this resolved and pointed out that a week has passed without any reply from them.<br />
<strong>9/10/09</strong> &#8211; I send my final follow-up. Still never heard back.</p>
<p>Isn&#8217;t that pathetic? Well I got annoyed again this week so I&#8217;m going to try the process again to see if I have better luck. This time when I filled out the web-form I gave the case # from my previous incident and once again explained my situation in detail. I even answered all of the questions in the form-mail reply that I got last time up-front! So how is this one going? Read the bottom of this post.</p>
<p>I don&#8217;t see why Yahoo! postmaster staff is a black hole! When I first got this IP it was on multiple blacklists and other providers were blocking my outbound mail. But that wasn&#8217;t a big deal because I followed their published procedures and got the block lifted in a reasonable period of time. Yahoo! has failed to cooperate and their customers are being inconvenienced by it.</p>
<p>I can&#8217;t help but link this issue with the Flickr rant I had in the past. For all I know they are two completely separate entities with no common control. Yet two of my worst internet customer service experiences have come with their parent!</p>
<h3>Yahoo! Postmaster Contact Log</h3>
<p><strong>11/28/09</strong> &#8211; I fill out the web-form.<br />
<strong>11/28/09</strong> &#8211; I receive a form-mail reply. GRR!<br />
<strong>11/28/09</strong> &#8211; I reply to the form-mail message.<br />
<strong>11/30/09</strong> &#8211; I found someone else reported this back in 2006. Their results weren&#8217;t pretty. <a href="http://www.ahfx.net/weblog/107">http://www.ahfx.net/weblog/107</a><br />
<strong>12/01/09</strong> &#8211; I receive an automated email with a survey link for feedback regarding my experience. I respond with incredibly negative feedback. My patience with Yahoo! postmaster == 0!<br />
<strong>12/01/09</strong> &#8211; I follow-up with an email to Yahoo! postmaster asking for a helpful reply. I also directed them to read this.<br />
<strong>12/01/09</strong> &#8211; I guess I don&#8217;t like having relaxed evenings at home. I sent yahoo! postmaster a new online request. This time I selected the &#8220;other&#8221; category. I was courteous and specific. I explained email is delivered to yahoo! user&#8217;s SPAM folder and I occasionally received mail delivery deferred warnings. I hope to receive a helpful response.<br />
<strong>12/02/09</strong> &#8211; I receive a reply from yahoo! postmaster in the form of a questionnaire that I must fill out to have my server and sending practices evaluated for re-classification.<br />
<strong>12/03/09</strong> &#8211; I replied to the yahoo! postmaster with complete answers to their 11 question application for evaluation. Cross your fingers.<br />
<strong>12/07/09</strong> &#8211; Sent a polite follow-up to my complete application.<br />
<strong>12/09/09</strong> &#8211; Filled out a whole new web-form with a follow-up. Its like they never get replies sent via email?<br />
<strong>12/10/09 &#8211; 12/12/09 &#8211; </strong>I have contacted yahoo postmaster at least once per day during this time. I love the maze of forms. They send me one form I fill it out then they reply saying unfortunately they couldn&#8217;t help me because I didn&#8217;t provide all of the requested information and enclose a new form in the email. This is the world&#8217;s biggest run-around but I won&#8217;t give up!<br />
<strong>12/16/09 -</strong> I filled out the requested form and replied. I didn&#8217;t hear back so I sent them my responses again. This time I got a form saying they replaced their form with a new form that is better and asked me to fill this one out. Woo!<br />
<strong>12/17/09</strong> &#8211; <span style="text-decoration: underline;"><strong>SUCCESS!</strong></span> They replied today and said that they have updated the record for my IP address in their database. A quick test email went to the inbox of a brand new yahoo! user. Finally!</p>
<h2>Yahoo! Mail Delivery Tips</h2>
<p>Since I fought quite hard to get my server de-blacklisted the least I can do is pass tips on to the rest of you who may need the same thing.</p>
<ol>
<li>Is your IP &#8216;blacklisted&#8217;? Send an email from your server to a yahoo account. View the &#8220;full headers&#8221; of the message from the yahoo account. Does it contain a line &#8220;X-YahooFilteredBulk: &lt;ip address here&gt;&#8221;? If so then yes.. you&#8217;re black listed.</li>
<li>If you&#8217;re black listed fill out the following form. <a href="http://help.yahoo.com/l/us/yahoo/mail/postmaster/bulkv2.html" target="_blank">http://help.yahoo.com/l/us/yahoo/mail/postmaster/bulkv2.html</a> Yeah, I know your thinking &#8220;But I&#8217;m not a bulk sender.&#8221; Neither am I but I had to fill out this form. WARNING: Do not leave any field blank on the form. If any field is blank (even if it does not apply to you) they will reject it. The business name field? I wrote my domain name. The privacy policy? I wrote one and posted it(they rejected my app when I didn&#8217;t have one!) <a href="http://www.bbbonline.org/Privacy/sample_privacy.asp" target="_blank">http://www.bbbonline.org/Privacy/sample_privacy.asp</a> I cannot emphasize enough fill out everything. I had the form rejected for not providing information that is not applicable to me as a non-bulk sender using a personal mail server. Eventually I got through by filling everything out just as a business would have to.</li>
<li>Sign all outgoing emails with DKIM</li>
<li>Publish SPF records</li>
<li>Enroll on the Yahoo! Complaint Feedback Loop</li>
<li>Make sure the reverse DNS record for your outbound mail server points to a hostname that has the same IP.</li>
<li>Don&#8217;t send SPAM.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mymegabyte.com/2009/11/yahoo-keeps-saying-i-send-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
