[About] [Down] [Installation] [Site Lists ] [Participation]

How would you react spam-emails?

There are two ways to react the SPAM mails :
  • Filtering, deleting spam mails(less effective)
  • Make spammer's life really hard. (more effective)

    Usually spammers are using web-crawlers to get email addresses. If you put your email address somewhere on the web or newsgroup, they will get your email address using crawlers.

    Basically mod_spam_die confuses spam crawlers and give them infinitive fake email addresses. The mod_spam_die inspired by DIE.net and spam-conference. The mod_spam_die is an open source apache module under GPL and it creates infinitive webpages and emails.

    We really encourage installing this module and sending us your URL. We will link your URL from our project homepage, so that spam crawlers could follow your URL.

    Remember spammers are smart. If they know that mod_spam_die is installed in XXX.com, they will ignore the site. That's why we need your cooperation. :-)

    Again, it is very important make spammers life hard to give up spamming!!

    Download

  • mod_spam_die-0.1.2.tar.gz 1/23/03 - Added sleep function, Changed minor feature.
  • spam-die-php-0.1.1.zip 1/23/03 - PHP module

    Installation

    [ See README for PHP module installation ]
    It's really easy. You need only apache 2.0 and C compiler.

    [ From tar ball ]

    $ gzcat mod_spam_die-x.x.x.tar.gz | tar tvf -
    $ cd mod_spam_die-x.x.x
    $ ./configure --with-apache=/usr/local/apache2
    $ make; make install
    
    [ From CVS ]
    $ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/spam-die login
    $ [Enter, no password]
    $ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/spam-die co modulename
    $ cd mod_spam_die
    $ ./buildconf.sh
    $ ./configure --with-apache=/usr/local/apache2
    $ make; make install
    
    Then activate it in Apache's httpd.conf file for instance for the URL /spam_die in as follows:
    LoadModule spam_die_module modules/mod_spam_die.so
    <Location /spam_die>
      SetHandler spam_die
    </Location>
    
    You are all set. Refire your apache and send your URL to link from the project home page. hunkim at users.sf.net.

    Spam die site lists

  • spam-die.sf.net/spam
  • chaz6.com
  • http://www.oryx.cc/
  • http://nlp.ekb.ru/person/ - PHP module

    Thanks for helping to the fight against spam!

    Participation

    If you are interested in making spammer's life harder, you are welcome to join the development group. Please check out our project home page, http://www.sourceforge.net/projects/spam-die
    Last modified : April 1, 2005 by Sung Kim hunkim at users.sf.net

    SourceForge.net Logo