Skip Menu |

This queue is for tickets about the AnnoCPAN CPAN distribution.

Report information
The Basics
Id: 16692
Status: new
Priority: 0/
Queue: AnnoCPAN

People
Owner: Nobody in particular
Requestors: aharrison [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Email obfuscation improvement suggestion
Just a tip to improve the obfuscation just a bit. If you mix in some div tags, you can really muddle up a harvester. foo.bar@example.com fo<div style="display: none; visibility: hidden;"> some-random-meaningless-string </div>o.bar@<div style="display: none; visibility: hidden;"> new-and-different-random-meaningless-string </div>examp<div style="display: none; visibility: hidden;"> yet-another-different-random-meaningless-string </div>le.c<div style="display: none; visibility: hidden;"> one-more-different-random-meaningless-string </div>om Note the inclusion of the div tags in the middle of words, not just at the regular word boundaries.
RT-Send-CC: cpan [...] ali.as
Thanks for the suggestion. I rely on the HTML::Email::Obfuscate module by Adam Kennedy, so I think it would probably be best to suggest these changes to him; that way, if he decides to incorporate the change, all the users of his module could benefit. (I'm sending him a CC of this message.) Cheers, Ivan [guest - Thu Dec 22 18:35:24 2005]: Show quoted text
> Just a tip to improve the obfuscation just a bit. > > If you mix in some div tags, you can really muddle up a harvester. > > foo.bar@example.com > > fo<div style="display: none; visibility: hidden;"> some-random- > meaningless-string </div>o.bar@<div style="display: none; > visibility: hidden;"> new-and-different-random-meaningless- > string </div>examp<div style="display: none; visibility: > hidden;"> yet-another-different-random-meaningless-string > </div>le.c<div style="display: none; visibility: > hidden;"> one-more-different-random-meaningless-string > </div>om > > Note the inclusion of the div tags in the middle of words, not just at > the regular word boundaries.