Re: META:unsolicited mail/forced keywords

Michael Lorrey (retroman@tpk.net)
Sat, 11 Jan 1997 20:32:02 -0500


Eugene Leitl wrote:
>
> (list seems to be down (too often, imo), ignore this if you see it twice)
>
> Doubtlessly I am not the only one who is plagued by a stream of directly
> mailed advertisements. Though one has been pavlov's into recognizing them
> in milliseconds and then reflexively hitting delete, they are still a major
> nuisance.
>
> Apart from deleting mailto: tags from one's page (which are now being
> hunt for by robots) one might be tempted to abstain from posting altogether,
> (especially from newsgroups) but this is certainly not a constructive
> solution.
>
> What to do?
>
>

The key to keeping spammers bots from finding your mailtos is to make
them CGI coded. Bots typically ignore such coding.

-- 
TANSTAAFL!!!

Michael Lorrey ------------------------------------------------------------ President retroman@tpk.net Northstar Technologies Agent Lorrey@ThePentagon.com Inventor of the Lorrey Drive Silo_1013@ThePentagon.com

Website: http://www.tpk.net/~retroman/ Now Featuring: My Own Nuclear Espionage Agency (MONEA) MIKEYMAS(tm): The New Internet Holiday Transhumans of New Hampshire (>HNH) ------------------------------------------------------------ Transhumanist, Inventor, Webmaster, Ski Guide, Entrepreneur, Artist, Outdoorsman, Libertarian, Arms Exporter-see below. ------------------------------------------------------------ #!/usr/local/bin/perl-0777---export-a-crypto-system-sig-RC4-3-lines-PERL @k=unpack('C*',pack('H*',shift));for(@t=@s=0..255){$y=($k[$_%@k]+$s[$x=$_ ]+$y)%256;&S}$x=$y=0;for(unpack('C*',<>)){$x++;$y=($s[$x%=256]+$y)%256; &S;print pack(C,$_^=$s[($s[$x]+$s[$y])%256])}sub S{@s[$x,$y]=@s[$y,$x]}