[Orca-checkins] r341 - trunk/orca/lib/Orca
Blair Zajac
blair at orcaware.com
Tue Jun 8 21:50:58 PDT 2004
Author: blair
Date: Tue Jun 8 21:48:55 2004
New Revision: 341
Modified:
trunk/orca/lib/Orca/HTMLFile.pm
Log:
* lib/Orca/HTMLFile.pm
(DESTROY):
Try to reduce the amount of spam I get by encoding my email
address with character entities.
Modified: trunk/orca/lib/Orca/HTMLFile.pm
==============================================================================
--- trunk/orca/lib/Orca/HTMLFile.pm (original)
+++ trunk/orca/lib/Orca/HTMLFile.pm Tue Jun 8 21:48:55 2004
@@ -132,7 +132,10 @@
<a href="http://www.orcaware.com/orca/">Orca</a> $ORCA_VERSION
by<br />
<a href="http://www.orcaware.com/">Blair Zajac</a><br />
- <a href="mailto:blair\@orcaware.com">blair\@orcaware.com</a>
+ <!-- See http://www.cdt.org/speech/spam/030319spamreport.shtml for
+ evidence that this has some effect. -->
+ <a href="mailto:blair@orcaware.com">
+ blair@orcaware.com</a>
<span style="position:absolute; left:0px; top:0px; width:100%; display:none;z-index:1">
<img src="http://images.orcaware.com/orca/orca_logo.gif?orca-version=$ORCA_VERSION"
width="186" height="45" alt="Orca home page" />
More information about the Orca-checkins
mailing list