<?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>Seifi.org &#187; email</title>
	<atom:link href="http://www.seifi.org/category/email/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seifi.org</link>
	<description>A Web Development Blog by Joe Seifi - seifi.org</description>
	<lastBuildDate>Thu, 12 Aug 2010 05:35:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Spam Filtering using Gmail Dispoable Email Addresses</title>
		<link>http://www.seifi.org/email/spam-filtering-using-gmail-dispoable-email-addresses.html</link>
		<comments>http://www.seifi.org/email/spam-filtering-using-gmail-dispoable-email-addresses.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 22:57:40 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.seifi.org/email/spam-filtering-using-gmail-dispoable-email-addresses.html</guid>
		<description><![CDATA[By adding a &#8216;+description&#8217; between your address and the @, you create a disposable Gmail address. For example, foobar@gmail can become foobar+inviteforxyz@gmail.com. Then you can filter your email based on the information after the plus sign, and send those emails to a folder or the trash. You only get 20 of them from Gmail so [...]]]></description>
			<content:encoded><![CDATA[<p>By adding a &#8216;+description&#8217; between your address and the @, you create a disposable Gmail address.  For example, foobar@gmail can become foobar+inviteforxyz@gmail.com.</p>
<p>Then you can filter your email based on the information after the plus sign, and send those emails to a folder or the trash. You only get 20 of them from Gmail so use them wisely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/email/spam-filtering-using-gmail-dispoable-email-addresses.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using your Mobile Phone Number for Text Messages</title>
		<link>http://www.seifi.org/email/phone-number-text-messages.html</link>
		<comments>http://www.seifi.org/email/phone-number-text-messages.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 22:53:49 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.seifi.org/email/phone-number-text-messages.html</guid>
		<description><![CDATA[Sometimes you might want email reminders sent to you via text messages. This can be good when you are setting up emergency alerts for various things. Here are the email addresses for the 6 most popular cellular phone carriers: T-Mobile: phonenumber@tmomail.net Virgin Mobile: phonenumber@vmobl.com Cingular: phonenumber@cingularme.com Sprint: phonenumber@messaging.sprintpcs.com Verizon: phonenumber@vtext.com Nextel: phonenumber@messaging.nextel.com where phonenumber = [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you might want email reminders sent to you via text messages. This can be good when you are setting up emergency alerts for various things. Here are the email addresses for the 6 most popular cellular phone carriers:</p>
<p>      T-Mobile: phonenumber@tmomail.net<br />
      Virgin Mobile: phonenumber@vmobl.com<br />
      Cingular: phonenumber@cingularme.com<br />
      Sprint: phonenumber@messaging.sprintpcs.com<br />
      Verizon: phonenumber@vtext.com<br />
      Nextel: phonenumber@messaging.nextel.com</p>
<p>      where phonenumber = your 10 digit phone number </p>
]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/email/phone-number-text-messages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sender Policy Framework and DNS</title>
		<link>http://www.seifi.org/email/sender_policy_framework_and_dns.html</link>
		<comments>http://www.seifi.org/email/sender_policy_framework_and_dns.html#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently I was made aware by some friends that emails I was sending to their <a href="http://mail.google.com">Gmail</a> accounts were never delivered. After days of freaking out and trying to find the problem I think I have finally fixed the problem. So it turns out that I had to publish my <a href="http://en.wikipedia.org/wiki/Sender_Policy_Framework">SPF</a> entries.

SPF (Sender Policy Framework, aka Sender Permitted From) is an email protocol used by many ISPs and aparently now by Gmail that basically tries to identify spoofed addresses. It is used as part of a series of other tests to sort out spam. Basically it adds a <code>Return-Path:</code> header to outgoing emails. This is then read by the receiving servers to identify whether the sender is really who she says he is.

There is a very easy to use <a href="http://spf.pobox.com/wizard.html">SPF Wizard</a> which creates a one line record that you add to your DNS zone. For example an SPF record might look like: <code>example.com IN TXT "v=spf1 ~all"</code>

For more detailed information on SPF I would recommend reading about how <a href="http://www.wilsonweb.com/wmtp8/spf_howto.htm">SPF Helps Legitimate E-Mail Get through Spam Filters</a> and also the <a href="http://spf.pobox.com/faq.html">FAQ</a> section on SPF at POBox.]]></description>
			<content:encoded><![CDATA[<p>Recently I was made aware by some friends that emails I was sending to their <a href="http://mail.google.com">Gmail</a> accounts were never delivered. After days of freaking out and trying to find the problem I think I have finally fixed the problem. So it turns out that I had to publish my <a href="http://en.wikipedia.org/wiki/Sender_Policy_Framework">SPF</a> entries.</p>
<p>SPF (Sender Policy Framework, aka Sender Permitted From) is an email protocol used by many ISPs and aparently now by Gmail that basically tries to identify spoofed addresses. It is used as part of a series of other tests to sort out spam. Basically it adds a <code>Return-Path:</code> header to outgoing emails. This is then read by the receiving servers to identify whether the sender is really who she says he is.</p>
<p>There is a very easy to use <a href="http://spf.pobox.com/wizard.html">SPF Wizard</a> which creates a one line record that you add to your DNS zone. For example an SPF record might look like: <code>example.com IN TXT "v=spf1 ~all"</code></p>
<p>For more detailed information on SPF I would recommend reading about how <a href="http://www.wilsonweb.com/wmtp8/spf_howto.htm">SPF Helps Legitimate E-Mail Get through Spam Filters</a> and also the <a href="http://spf.pobox.com/faq.html">FAQ</a> section on SPF at POBox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/email/sender_policy_framework_and_dns.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.584 seconds -->
