<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Teach us how to stop these people.&#x27; in forum &#x27;&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Teach-us-how-to-stop-these-people-2524703</link>
<description></description>
<language>en</language>
<pubDate>Sat, 25 May 2013 16:23:28 EDT</pubDate>
<lastBuildDate>Sat, 25 May 2013 16:23:28 EDT</lastBuildDate>

<item>
<title>Re: Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2580231</link>
<description><![CDATA[RAZ Black posted : That's a really good idea!  You could also put (with server side scripting) the users' IP, machine name, user name.. all kinda good stuff.<br><br>What would also be great is to setup a little SMTP service to accept incomming mail (not do anything with it).  You'ld need a service though to monitor the 'drop' folder of the mail service for messages addressed to your specially created addresses and notify you of when something has been address to one.<br><br>You'ld know who it was, when they snaked the address...  but, the spam could be sent out days after the mail address was collected...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2580231</guid>
<pubDate>Fri, 22 Feb 2002 22:14:20 EDT</pubDate>
</item>

<item>
<title>Re: Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2559478</link>
<description><![CDATA[Sock Puppet posted : Here's the asp page created in FrontPage and the database assuming you have a a system dsn called "log" set up in ODBC and you set up a connection to it in FrontPage or in your global.asa<br><I>[text was edited by author 2002-02-20 21:18:47]</I><br><br><i>[text was edited by author 2002-02-20 21:24:49]</i><br><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap WIDTH=33%><A HREF="/r0/download/82300~62045164da06e93feb61e77da1f45731/log.zip"><IMG  align=absmiddle style="vertical-align:middle;" TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>log.zip</big></A> <small>1,542 bytes</small><br><small>(log.asp)</small></TD><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap WIDTH=33%><A HREF="/r0/download/82301~62045164da06e93feb61e77da1f45731/log.zip"><IMG  align=absmiddle style="vertical-align:middle;" TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>log.zip</big></A> <small>10,442 bytes</small><br><small>(log.mdb)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2559478</guid>
<pubDate>Wed, 20 Feb 2002 21:17:57 EDT</pubDate>
</item>

<item>
<title>Re: Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2559210</link>
<description><![CDATA[Sock Puppet posted : A simple way to do something like that in an IIS based web if you know a little about sql..<br><br>Create a database with an "ID"(set as primary key / auto-number), "Date" (with an auto date/time default value), and "Bookmark" field and create an ODBC system DSN for that database. Create an asp page that on load inserts a new record into that database with a value like "x" or something for the bookmark field. So you only need one page, on the same page do an sql statement "SELECT LAST(ID)+1 FROM tablename" and tack your @mydomain.com to the end of the results displayed on the page. When the page is loaded it will create a new record in the database and spit out an email address on the page with the "(ID field value)@yourdomain.com" on the page. <br><br>When you receive an e-mail sent to #@yourdomain.com, look up that number in your database then look for a hit in your web server log at exactly the same time/date.<br><i>[text was edited by author 2002-02-20 21:01:05]</i><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2559210</guid>
<pubDate>Wed, 20 Feb 2002 20:56:56 EDT</pubDate>
</item>

<item>
<title>Re: Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2553041</link>
<description><![CDATA[wkearney99 posted : Would it be better to mask that IP address as coded string of some kind?  <br><br>In this demo you're just putting their IP address in the e-mail address.  All they'd have to do would be to check against the address containing an IP address.<br><br>That way they spam trawling bot code would not have as easy a time checking against it. <br><br>It's supposed to be on a page that's not going to be humanly read.  So you're not going to get hits unless something is programmtically loading the page.  <br><br>So you could have some sort of random word generator tracking their IP address and issuing a custom address based on it.  <br><br>You might consider your robots.txt file requesting they NOT traverse the page.  This way they'd engaging in a second form of abuse, trawling the page when being explicity asked no to do so.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2553041</guid>
<pubDate>Wed, 20 Feb 2002 09:44:49 EDT</pubDate>
</item>

<item>
<title>Re: Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2526549</link>
<description><![CDATA[Sock Puppet posted : Simple enough....<br><br>If your server allows, create a blank .asp page and add the line in the attached text file to the html. Change "@mydomain.com" to your e-mail domain.<br><br>Make sure your e-mail server will forward everything sent to your domain through.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap WIDTH=33%><A HREF="/r0/download/80737~1d4aa9e41bbb3024b741b40fe2044208/ipemail.zip"><IMG  align=absmiddle style="vertical-align:middle;" TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>ipemail.zip</big></A> <small>214 bytes</small><br><small>(ipemail.txt)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2526549</guid>
<pubDate>Sun, 17 Feb 2002 18:03:25 EDT</pubDate>
</item>

<item>
<title>Re: Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2524830</link>
<description><![CDATA[SYNACK posted : This already exists and some major ISPs, such as attbi, use it: <A HREF="http://www.brightmail.com/">Brightmail</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Teach-us-how-to-stop-these-people-2524830</guid>
<pubDate>Sun, 17 Feb 2002 14:13:55 EDT</pubDate>
</item>

<item>
<title>Teach us how to stop these people.</title>
<link>http://www.dslreports.com/forum/Teach-us-how-to-stop-these-people-2524703</link>
<description><![CDATA[RAZ Black posted : Could DSLR post or document how they did this.<br><br>I'ld like to use the code to do the same for my websites...  Maybe a national tracking system could be developed to help stop these types of activities and to catch these people in the act.<br><br>It would be cool to get funding from the CIA to set this up, a national 'spam' tracking system... with a task force like SWAT team to rush in, break down the door, and arrest these people. (like they did to the warez people)<br><br>That would scare the crap out of them!!!!!!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Teach-us-how-to-stop-these-people-2524703</guid>
<pubDate>Sun, 17 Feb 2002 13:53:55 EDT</pubDate>
</item>

</channel>
</rss>
