<?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>PHP Programmer &#187; Email, Spam</title>
	<atom:link href="http://www.phpprogrammer.co.nz/category/email-spam/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpprogrammer.co.nz</link>
	<description>Hamish&#039;s blog all about PHP Programming</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web contact forms, spam, and autoresponders</title>
		<link>http://www.phpprogrammer.co.nz/web-contact-forms-spam-and-autoresponders</link>
		<comments>http://www.phpprogrammer.co.nz/web-contact-forms-spam-and-autoresponders#comments</comments>
		<pubDate>Thu, 12 Jul 2007 21:23:47 +0000</pubDate>
		<dc:creator>hamish</dc:creator>
				<category><![CDATA[Email, Spam]]></category>

		<guid isPermaLink="false">http://www.php-programmer.co.nz/web-contact-forms-spam-and-autoresponders</guid>
		<description><![CDATA[I just realised I almost made a silly mistake :) To cut down on the amount of spam you get, it&#039;s fairly common knowledge that putting your email address (even not machine readable) on your website is an open invitation for spammers to abuse your account. A common solution is to set up a web-based [...]]]></description>
			<content:encoded><![CDATA[<p>I just realised I <em>almost </em>made a silly mistake :)</p>
<p>To cut down on the amount of spam you get, it&#039;s fairly common knowledge that putting your email address (even not machine readable) on your website is an open invitation for spammers to abuse your account. A common solution is to set up a web-based form which visitors fill out, and then gets forwarded to you (with a little bit of spam filtering along the way).</p>
<p>Recently I&#039;ve been getting a lot of contacts that just say things like &#034;hey man, i like your site!&#034;. This is clever way of trying to get your email address by 2 ways:</p>
<p>1. You reply to the email and say &#034;thanks mate, i like my website too&#034; (bad move, you just sent your email address direct to the spammer.)</p>
<p>2. You have a VACATION responder turned on which automatically sends the spammer your email address!</p>
<p>So, there are a couple of solutions:</p>
<p>1. dont set the From: header in the email from the website to be from the email address the user submits in the form (your autoreply will go straight to that address (the spammer&#039;s)).</p>
<p>2. Dont ever go on holiday, so you dont need an autoresponder! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpprogrammer.co.nz/web-contact-forms-spam-and-autoresponders/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

