<?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: Technical Report on TrackBack</title>
	<atom:link href="http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/feed/" rel="self" type="application/rss+xml" />
	<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/</link>
	<description>Taking TrackBack back.</description>
	<pubDate>Mon, 23 Nov 2009 14:06:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antone Roundy</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/comment-page-1/#comment-25815</link>
		<dc:creator>Antone Roundy</dc:creator>
		<pubDate>Fri, 23 Mar 2007 15:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/31/technical-report-taking-trackback-back/#comment-25815</guid>
		<description>A few comments:

1) It might be useful to add "#" as a character that can come after $permalink_q in case someone is linking to a fragment in your page.

2) $pattern needs the "s" modifier so that the "." metacharacter will match new line characters.

With the above two changes, the relevant line would be:

$pattern="/.*/is";
(or if you blog strips HTML tags from comments: $pattern="/&lt;\s*a.*href\s*=[\"'\s]*".$permalink_q."[#\"'\s]*.*&gt;.*&lt;\s*\/\s*a\s*&gt;/is";)


3) HTML tags can't have whitespace between the less than symbol and the tag name nor before or after the "/" of the closing tag (and Mozilla at least doesn't treat such things as HTML tags). I guess you're being lenient with people who goof up their HTML?  If you don't want to be that lenient, the pattern would be:

$pattern="/&lt;a&gt;.*/is";
(or $pattern="/&lt;a.*href\s*=[\"'\s]*".$permalink_q."[#\"'\s]*.*&gt;.*&lt;\/a\s*&gt;/is";)</description>
		<content:encoded><![CDATA[<p>A few comments:</p>
<p>1) It might be useful to add &#8220;#&#8221; as a character that can come after $permalink_q in case someone is linking to a fragment in your page.</p>
<p>2) $pattern needs the &#8220;s&#8221; modifier so that the &#8220;.&#8221; metacharacter will match new line characters.</p>
<p>With the above two changes, the relevant line would be:</p>
<p>$pattern=&#8221;/.*/is&#8221;;<br />
(or if you blog strips HTML tags from comments: $pattern=&#8221;/&lt;\s*a.*href\s*=[\"'\s]*&#8221;.$permalink_q.&#8221;[#\"'\s]*.*&gt;.*&lt;\s*\/\s*a\s*&gt;/is&#8221;;)</p>
<p>3) HTML tags can&#8217;t have whitespace between the less than symbol and the tag name nor before or after the &#8220;/&#8221; of the closing tag (and Mozilla at least doesn&#8217;t treat such things as HTML tags). I guess you&#8217;re being lenient with people who goof up their HTML?  If you don&#8217;t want to be that lenient, the pattern would be:</p>
<p>$pattern=&#8221;/<a>.*/is&#8221;;<br />
(or $pattern=&#8221;/&lt;a.*href\s*=[\"'\s]*&#8221;.$permalink_q.&#8221;[#\"'\s]*.*&gt;.*&lt;\/a\s*&gt;/is&#8221;;)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fruityoaty</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/comment-page-1/#comment-12705</link>
		<dc:creator>fruityoaty</dc:creator>
		<pubDate>Tue, 02 Jan 2007 23:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/31/technical-report-taking-trackback-back/#comment-12705</guid>
		<description>It doesn't seem to play well with this other excellent, well-known spam-fighting WordPress plugin called &lt;a href="http://www.homelandstupidity.us/software/bad-behavior/bad-behavior-download/" rel="nofollow"&gt;Bad Behaviour&lt;/a&gt;.

Since installing the TrackBack plugin, once in a while, my friends and even MYSELF (who aren't spammers) cannot submit comments to my OWN website. Bad Behavior plugin rejects them. When I turn off TrackBack, everything is ok.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t seem to play well with this other excellent, well-known spam-fighting WordPress plugin called <a href="http://www.homelandstupidity.us/software/bad-behavior/bad-behavior-download/" rel="nofollow">Bad Behaviour</a>.</p>
<p>Since installing the TrackBack plugin, once in a while, my friends and even MYSELF (who aren&#8217;t spammers) cannot submit comments to my OWN website. Bad Behavior plugin rejects them. When I turn off TrackBack, everything is ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/comment-page-1/#comment-7438</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Thu, 16 Nov 2006 18:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/31/technical-report-taking-trackback-back/#comment-7438</guid>
		<description>Hey, guys- I did read about a &lt;a href="http://blog.centresource.com/2006/03/10/wordpress-trackback-notification/" rel="nofollow"&gt;solution&lt;/a&gt; to disable email notifications for trackbacks that have been marked by spam.  It involves moving around some "delivered" Wordpress code, but as long as you're comfortable with that, I can report that it does seem to work.</description>
		<content:encoded><![CDATA[<p>Hey, guys- I did read about a <a href="http://blog.centresource.com/2006/03/10/wordpress-trackback-notification/" rel="nofollow">solution</a> to disable email notifications for trackbacks that have been marked by spam.  It involves moving around some &#8220;delivered&#8221; Wordpress code, but as long as you&#8217;re comfortable with that, I can report that it does seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsandler</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/comment-page-1/#comment-4469</link>
		<dc:creator>dsandler</dc:creator>
		<pubDate>Tue, 15 Aug 2006 04:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/31/technical-report-taking-trackback-back/#comment-4469</guid>
		<description>We haven't figured out a way to do this from the plugin API, sorry.</description>
		<content:encoded><![CDATA[<p>We haven&#8217;t figured out a way to do this from the plugin API, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hacker not cracker</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/31/20/comment-page-1/#comment-4465</link>
		<dc:creator>hacker not cracker</dc:creator>
		<pubDate>Tue, 15 Aug 2006 03:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/31/technical-report-taking-trackback-back/#comment-4465</guid>
		<description>hi, i was wondering if there was a way to disable  email notifications for trackbacks that have been marked as spam by this plugin</description>
		<content:encoded><![CDATA[<p>hi, i was wondering if there was a way to disable  email notifications for trackbacks that have been marked as spam by this plugin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
