Mirrors of Spam Links
Full Mirrors of Spam Links
Many thanks to these sites for hosting these mirrors:
OpenRBL Mirror - spamlinks.openrbl.org
DNSLife Mirror - spamlinks.dnslife.com
Westdam Mirror - westdam.com/spamlinks/
NTek Mirror - spamlinks.ntek.tk
CerealKiller Mirror
- spamlinks.cerealkiller.org
Sysadmin.info Mirror
- sysadmin.info/spamlinks/
- updated April 2003
The most frequently updated mirrors are:
Spamresources
Site - www.geocities.com/spamresources/
Spam Links at Port5 -
spamlinks.port5.com
The site can also be found via:
Spam Links - spamlinks.net
[top] [index]
Partial Mirrors of Spam Links
Ektor
Georgiakis Mirror - www.psicopolis.com/webmasters/ektorgeorgiakis/clean/spamlinks.html/
- updated June 2003, partial translation into Italian
AUI Partial
Mirror - www.aui.es/contraelspam/enlaces_spam.htm
- partial mirror, translation into Spanish
Spam Links
> Filter - www.plexobject.com/~bhatti/filter.html
- very old mirror of the "Filter" page
OceanPark
Mirror - oceanpark.com/mailfilter/spamlinks.html
- mirror of challenge/response page
[top] [index]
Mirroring Spam Links
If you would like to mirror Spam Links you can either download
ZIP files or use a mirroring tool.
If you choose to mirror Spam Links, please send a link to your
mirror here.
[top] [index]
ZIP Files
- HTML files (updated 01-May-2004)
- Other files (updated 01-May-2004)
[top of section] [top]
[index]
Use a Mirroring Tool
Try this shell script, as an example. You can alter the URL to
be any of the known mirrors that doesn't add extra code to the HTML.
#!/bin/sh -
cd /wherever/you/want/to/mirror/spamlinks || exit 2
/usr/bin/wget --mirror --timestamping --page-requisites --relative
\
--tries=1 --timeout=15 --wait=1 --random-wait --no-parent \
--no-host-directories --referer=http://spamlinks.net/ \
--output-file=wget.log --quota=5000k http://spamlinks.port5.com/
[top of section] [top]
[index]
|