<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HoF Hates Base-64</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob Brewer</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/comment-page-1/#comment-262</link>
		<dc:creator>Rob Brewer</dc:creator>
		<pubDate>Thu, 02 Feb 2006 19:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=127#comment-262</guid>
		<description>I&#039;m having similar problems with gmail and
another mailing list.  My messages
to the list were silently discarded (perhaps
by the moderator) and I now believe
it was due to gmail base64 encoding my 
message for no reason.  For now I turned
off utf-8, but I filed a bug report with 
gmail.
</description>
		<content:encoded><![CDATA[<p>I'm having similar problems with gmail and<br />
another mailing list.  My messages<br />
to the list were silently discarded (perhaps<br />
by the moderator) and I now believe<br />
it was due to gmail base64 encoding my<br />
message for no reason.  For now I turned<br />
off utf-8, but I filed a bug report with<br />
gmail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barney</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/comment-page-1/#comment-261</link>
		<dc:creator>Barney</dc:creator>
		<pubDate>Mon, 14 Nov 2005 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=127#comment-261</guid>
		<description>Alex, the problem wasn&#039;t with GMail not filtering base-64 message, but the mailing list software used by both House of Fusion and CFC-dev.  Neither relayed base-64 encoded messages properly.  The unknown was why GMail was _sending_ base-64 messages rather than quoted-printable.

I have no idea about GMail&#039;s spam filters, other than that they do a good job filtering out the vast percentage of spam.</description>
		<content:encoded><![CDATA[<p>Alex, the problem wasn't with GMail not filtering base-64 message, but the mailing list software used by both House of Fusion and CFC-dev.  Neither relayed base-64 encoded messages properly.  The unknown was why GMail was _sending_ base-64 messages rather than quoted-printable.</p>
<p>I have no idea about GMail's spam filters, other than that they do a good job filtering out the vast percentage of spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Spurling</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/comment-page-1/#comment-260</link>
		<dc:creator>Alex Spurling</dc:creator>
		<pubDate>Mon, 14 Nov 2005 13:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=127#comment-260</guid>
		<description>GMail doesn&#039;t seem to block messages encoded in base64 for me. In fact almost all the spam that gets through the filter is encoded in this way. For some reason Google haven&#039;t figured out that all they need  to do to filter this spam is decode the message, read the message, then throw it in the spam box. There&#039;s no reason that spam should be unfiltered or normal mail be blocked just because it is encoded in base64.

Anyone know when Google are going to sort this out?</description>
		<content:encoded><![CDATA[<p>GMail doesn't seem to block messages encoded in base64 for me. In fact almost all the spam that gets through the filter is encoded in this way. For some reason Google haven't figured out that all they need  to do to filter this spam is decode the message, read the message, then throw it in the spam box. There's no reason that spam should be unfiltered or normal mail be blocked just because it is encoded in base64.</p>
<p>Anyone know when Google are going to sort this out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Dinowitz</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/comment-page-1/#comment-259</link>
		<dc:creator>Michael Dinowitz</dc:creator>
		<pubDate>Wed, 19 Oct 2005 21:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=127#comment-259</guid>
		<description>Sorry. There was a ton of base64 spam in the past (and present for that matter) and messages in that format are blocked. I&#039;ll look over the code to see if I should remove the restriction.</description>
		<content:encoded><![CDATA[<p>Sorry. There was a ton of base64 spam in the past (and present for that matter) and messages in that format are blocked. I'll look over the code to see if I should remove the restriction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barney</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/comment-page-1/#comment-258</link>
		<dc:creator>Barney</dc:creator>
		<pubDate>Wed, 19 Oct 2005 16:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=127#comment-258</guid>
		<description>Bob, you&#039;re a genius.  For whatever reason switching from UTF-8 back to &#039;default&#039; also sets the content transfer encoding back to quoted-printable, rather than base-64.  It certainly appears to be problem solved.</description>
		<content:encoded><![CDATA[<p>Bob, you're a genius.  For whatever reason switching from UTF-8 back to 'default' also sets the content transfer encoding back to quoted-printable, rather than base-64.  It certainly appears to be problem solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>https://www.barneyb.com/barneyblog/2005/10/19/hof-hates-base-64/comment-page-1/#comment-257</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 19 Oct 2005 16:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=127#comment-257</guid>
		<description>have you tried changing the default outgoing message encoding from &quot;default&quot; to UTF-8 to see if that helps?</description>
		<content:encoded><![CDATA[<p>have you tried changing the default outgoing message encoding from "default" to UTF-8 to see if that helps?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
