[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Antispam mailto: links
On Tue, 18 Jan 2000, Chen Shapira wrote:
> Send me lists of books you have and willing to lend. I'll put it on the web,
> together with e-mail addresses of the respective owners. Anyone interested
> in a particular book, can contact the owner about borrowing it.
will compile one and send you, sounds like a great idea!
> If owners are worried about their email on the web, I can put my e-mail over
> there, and forward e-mails to the real owners. Just ask for it when sending
> the list.
as I posted several times before protecting mailto: links is very
simple, this little script is simply called "m":
#!/usr/bin/perl
$address=substr($ENV{'PATH_INFO'},1);
$address=~ s/nospam\@dht/\@/g;
print "Location: mailto:$address\n\n";
exit(0);
#to use: link mailto: chen@mercury.co.il
# to http://www.scso.com/cgi-bin/m/chennospam@dhtmercury.co.il instead
#
(I don't even remember why I put DHT in there, consider it a random
string :-)
pretty effective :-)
--
Ira Abramov ; whois:IA58 ; www.scso.com ; all around Linux enthusiast
LILO, you've got me on my knees!
(from David Black, dblack@pilot.njin.net, with apologies to Derek and the
Dominos, and Werner Almsberger)
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il