<?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>Direct Digital Response &#187; spam</title>
	<atom:link href="http://www.directdigitalresponse.com/tag/spam/feed" rel="self" type="application/rss+xml" />
	<link>http://www.directdigitalresponse.com</link>
	<description>Results Driven Internet Marketing &#38; Digital Publishing</description>
	<lastBuildDate>Fri, 11 Mar 2011 12:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Produce A .htaccess File While not Referral Spam</title>
		<link>http://www.directdigitalresponse.com/produce-a-htaccess-file-while-not-referral-spam.html</link>
		<comments>http://www.directdigitalresponse.com/produce-a-htaccess-file-while-not-referral-spam.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 17:13:40 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[internet business]]></category>
		<category><![CDATA[online business]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://directdigitalresponse.com/produce-a-htaccess-file-while-not-referral-spam.html</guid>
		<description><![CDATA[At present, there is a growing nuisance for users and directors alike of web sites that ruin net servers and a lot of significantly, blogs. This nuisance is being referred to as comment, trackback and referrer spams. Varied solutions have been proposed with some being applicable to even two of these sorts of spam using [...]]]></description>
			<content:encoded><![CDATA[<p>At present, there is a growing nuisance for users and directors alike of web sites that ruin net servers and a lot of significantly, blogs. This nuisance is being referred to as comment, trackback and referrer spams. Varied solutions have been proposed with some being applicable to even two of these sorts of spam using a single solution.</p>
<p> What is Referral Spam?</p>
<p> A referrer request-header file permits the client to specify the address (URI) of the resource from that the request–URI was obtained. It&#8217;s a method for an HTTP consumer to send in the headers, the URI of the page that sent them there. This can be especially handy for a site administrator to produce insight as to where the traffic on his net server is coming from. It&#8217;s also depended upon by the most widespread internet server log analyzers in providing statistics on the foremost common referrers.</p>
<p> The HTTP Referrer: header is very useful however it&#8217;s conjointly fully arbitrary. Any web browser or HTTP shopper is free to send a solid Referrer: header with any request to a net server. Spammers have taken advantage of the actual fact that there is no provision for authentication in SMPTP and have used the present openness to specially craft request with their website within the Referrer: header.</p>
<p> Most individuals will realize it troublesome to perceive why somebody would trouble spamming something which solely the site administrator will see in the logs. One probable motivation pinpointed is the boosting of search engine ranking. Another is merely to indicate-up in any stats published by the site. If a web site being spammed runs a net server log analyzing software, access to the URL within the prime referrer’s section is handily obtained by the spammer.</p>
<p> A significant consequence of referrer spam is that the process is often performed via an HTTP “GET” or “POST” request which retrieves the whole body of the document being spammed. A 30k document, as an example, will have all the 30k transferred across one’s Web pipe. This results to not a little amount of traffic in the net server that may be very costly since bandwidth is not cheap.</p>
<p> Referrer spam wastes CPU and disk area and will be a supply of endless annoyance to server operators. It is being actually fought by search engine developers thus its initial effectiveness in boosting a site’s ranking has been considerably lessened. But, the problem persists and abundant has got to be done to overcome it.</p>
<p> Some recommended practices in countering the threat of referral spam embrace the non-publication of referrers by bloggers, inclusion of the page in robots.txt when referrers need to be published, use of the rel=”no follow” attribute and gathering a cleaner list of referrers using JavaScript and beacon images. Some bloggers have begun fighting referrer spammers at the .htaccess level. Others have even taken steps to automate this.</p>
<p> Blocking Users by Referrer Notes</p>
<p> A terribly useful feature of .htaccess is the power to block users or sites that originate from a explicit domain. When there are tons of referrals from a specific website with no single visible link to 1’s own site from the said site, the referral probably isn’t a legitimate one. The opposite web site is presumably hot linking to sure files like pictures, CSS file or alternative file. The blocking access by referrer in .htaccess requires the assistance of the Apache module mod rewrite to be ready to form out the referrer first. There&#8217;s a fear that spam would still come back in even as .htaccess still grow. Blacklisting sure referrers in .htaccess is another option, the effectiveness of which has been greatly diminished because of the convenience by which spammers can register thousands of domains and rotate them as quickly as they are blacklisted.</p>
<p> The .htaccess generator to forestall people from sure IP addresses, domains or perhaps countries from getting at a web site or to specific folders can be used. The total IP address should be typed to block a particular IP. The utilization of a partial IP address is required to block a vary of IPs. Blocking a specific domain will be done by typing the domain while not the www. The tail extension is to be typed when blocking a country.</p>
<p> There&#8217;s no limit to the entries that can be added one at a time. The “add” should be checked when every entry while the generated code is to be copied and posted into a visible text file. This file is then named .htaccess. The “.” Before the file name ought to be noted furthermore because the absence of any tail extension.</p>
<p> If there is already an .htaccess file in the basis of the docs directory or the folder where it&#8217;s to be applied, the generated code shall be added to the end of the current .htaccess file, taking further care not to disturb the existing code. It can then be uploaded in ASCII mode.</p>
<p> The rel = “no follow” answer</p>
<p> A coalition of blogging and search engine companies have joined along to support an HTML attribute designed primarily to combat comment spam but have high potentials moreover for effective use against referral spam. This attribute is referred to as the rel =”no follow” is being praised by many bloggers as the final answer for the prevailing problem. The thought is easy enough with the toughest half being the matter of convincing the main players such as Google, Yahoo! and MSN to agree on it.</p>
<p> Tagging a link with rel =’no follow” attribute would prevent any contribution to the positioning’s PageRank. This means that comment and referral spammers can not be rewarded for their illegitimate activities on websites that implement the attribute. The matter gets solved partially but this answer is unable to finish it.</p>
<p> This truth is sought to be explained by the actual fact that it is impossible to reach a one hundred% adoption therefore there can forever be an incentive to spam. Spammers primarily don&#8217;t care whether or not their techniques are specifically effective so long as they&#8217;re generally effective. They need no explicit reason to hit any website and will do therefore as their main target is that the blogosphere as a whole. It&#8217;s also quite unfortunate {that the} resources required to fight spam, notably referral spam, is far bigger than the resources required to form it.</p>
<p> Referral spam is an HTTP request. The consumer doesn’t even would like to acknowledge the response. All it could want is a easy packet with formatted text.</p>
<p> Spammers take pains to create letter of invitation look legitimate. The user – agent string would look terribly a lot of like MSIE. It used to be that spam came from one IP but things have undoubtedly gotten more advanced since then.</p>
<p> Filtering referrer IPs against spam blacklisting will conjointly be done. Listing the referring URL in any section of a website’s net stats should be avoided if the IP is blacklisted. Do not pursue query once a given website is identified as a referral spam host name.</p>
<p>To learn how to increase your website traffic, visit: <em><strong><a target="_blank" href="http://1stspotonly.com">link popularity building</a></strong></em>. You can use our <em><strong><a target="_blank" href="http://1stspotonly.com">link popularity building</a></strong></em> to increase website&#8217;s rank on search engines and boost your business as well. What can SEO do for your business? Find the answers at <em><strong><a target="_blank" href="http://1stspotonly.com">link popularity building</a></strong></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.directdigitalresponse.com/produce-a-htaccess-file-while-not-referral-spam.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Tip On Anti-Spam Tool</title>
		<link>http://www.directdigitalresponse.com/a-tip-on-anti-spam-tool.html</link>
		<comments>http://www.directdigitalresponse.com/a-tip-on-anti-spam-tool.html#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:59:45 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[online defence]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam tool]]></category>

		<guid isPermaLink="false">http://directdigitalresponse.com/a-tip-on-anti-spam-tool.html</guid>
		<description><![CDATA[As there is a protection against harmful effects in different physical equipments like docking stations or gps navigation, likewise we need protection against unwanted online problems. Why spam blocker? Besides the inconvenience of unwanted messages bulking in the inbox, spam poses other threats too, such as viruses and malware. Anti-viruses and firewalls do detect these [...]]]></description>
			<content:encoded><![CDATA[<p>As there is a protection against harmful effects in different physical equipments like <em><strong><a target="_blank" href="http://dockingstation.ifoundforyou.com/">docking stations</a></strong></em> or <em><strong><a target="_blank" href="http://gps-navigation.ifoundforyou.com/">gps navigation</a></strong></em>, likewise we need protection against unwanted online problems. Why <em><strong><a target="_blank" href="http://spamblocker.ifoundforyou.com/">spam blocker</a></strong></em>? Besides the inconvenience of unwanted messages bulking in the inbox, spam poses other threats too, such as viruses and malware. Anti-viruses and firewalls do detect these threats, but with a spam blocker you can make things a lot easier and safer. Nevertheless, lots of people don&#8217;t know how to select an anti-spam tool correctly, for maximum protection and minimum of investment. Before the installation of a program, decide whether you want the filter or the blocker installed on the server or on the computer. A server-based anti-spam tool is most suitable for large companies that try to prevent the spam inconvenience before reaching the employees&#8217; computers.</p>
<p>When the anti-spam tool is installed directly on a personal computer, the control over the email remains while the program recognizes and filters the spam messages according to a set of pre-determined features. Small businesses and personal users represent the average beneficiaries of on-computer spam blockers and filters. As for the rest of the issues that require attention, we ought to mention: the customization possibility, the compatibility with the filter, the stability and the usage easiness. If you meet these criteria, an optimal efficiency can be achieved.</p>
<p>By compatibility we refer to the possibility of using the anti-spam tool according to the Internet mail provider. There are certain programs that work only with Outlook or Outlook Express but are incompatible with Eudora or Mozilla Thunderbird. Then, the anti-spam tool requires navigation options that are very easy to access; without such features, the program will be difficult to launch and control. Furthermore, a good anti-spam tool should allow customization of the features to the user&#8217;s needs. The PC operator has to be able to create the settings that will enable the spam blocker to delete the mails after filtering them.</p>
<p>The choice of an anti-spam tool depends on other features too, and unless you know what to look for, don&#8217;t hesitate to ask for professional assistance. Talk to someone who is good at computers or who can make a basic comparison between different spam blockers. It would be very unpleasant to pay for a program and then realize that you can&#8217;t use it or that its efficiency is impaired by some system problems. Talk to software companies, check reviews and inquire about the anti-spam tool releases that have showed good stability in usage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.directdigitalresponse.com/a-tip-on-anti-spam-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam &#8211; How To Avoid</title>
		<link>http://www.directdigitalresponse.com/spam-how-to-avoid.html</link>
		<comments>http://www.directdigitalresponse.com/spam-how-to-avoid.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:18:29 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam blocking]]></category>
		<category><![CDATA[unwanted mail]]></category>

		<guid isPermaLink="false">http://directdigitalresponse.com/spam-how-to-avoid.html</guid>
		<description><![CDATA[Emails and spam blocker go together nowaday as there is a rising quantity of unwanted communications. Most of the email mail software and services have basic spam blocker but in most cases you need some spam blocker tips and tactics.    NO-spam often becomes a rule of efficient web communications. It is a real nightmare to [...]]]></description>
			<content:encoded><![CDATA[<p>Emails and <em><strong><a target="_blank" href="http://spamblocker.ifoundforyou.com/">spam blocker</a></strong></em> go together nowaday as there is a rising quantity of unwanted communications. Most of the email mail software and services have basic <strong><em><a target="_blank" href="http://spamblocker.ifoundforyou.com/">spam blocker</a></em></strong> but in most cases you need some <em><strong><a target="_blank" href="http://spamblocker.ifoundforyou.com/">spam blocker</a></strong></em> tips and tactics.   <br /> NO-spam often becomes a rule of efficient web communications. It is a real nightmare to open the inbox and find dozens if not hundreds of spam messages and start sorting them to identify valuable mail from unsolicited messages. There are strategies, tools and tactics that can assist you in the attempt to get rid of spam without too much trouble and no investment at all.</p>
<p>Two separate email accounts should be created, one to use for private or business purposes only and another address that poses no user name restrictions. Whenever you enter a page or website that needs registration, you should type the all-good email address to get access to content. Then, even if you have a business website, do not give your private email address online to anyone. You can get rid of spam if you know how to organize your professional email address.</p>
<p>A good spam filter or blocker that detects the unsolicited mail messages works just fine for the protection of the business email account. Even so, it is dangerous to open messages received from people you do not know professionally or whom haven&#8217;t contacted you otherwise. Some spam emails have a notice of receipt function and if you confirm them, you simply encourage spammers to continue their activity.</p>
<p>Forwarded emails make another clever strategy used by spammers to collect long lists of email addresses. A spammer sends a joke, a nice message, a warning or some other catchy email and asks you to share it with friends. These mails circulating on the Internet will be collected later and used for various spamming schemes. Get rid of spam by not answering or forwarding such messages.</p>
<p>On top of these personal preventive measures, anti-spam tools are an efficient way of keeping unwanted emails away. You can get rid of spam at a lower or higher level depending on the settings of the filtering tool and the technological features available. Consequently, safer and better communication needs to follow preventive measures.</p>
<p>Updates of blockers or filters are definitely crucial when you try to get rid of spam in the most effective way possible. Spammers constantly adapt to the blocking settings of the tools, and the features of both malicious and protective software change and get more complex every day. The validity and efficiency of a protective program is limited because of the improvements corresponding to the rapidly altering world of the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.directdigitalresponse.com/spam-how-to-avoid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

