Mail archives: e-mail addresses protection

Giorgos Keramidas keramida at ceid.upatras.gr
Fri Dec 9 18:47:01 PST 2005


On 2005-12-09 10:44, DMVN <dmvn at mccme.ru> wrote:
> Greetings!
>
> I'v just dicovered that all FreeBSD mail archives are absolutely free
> to access from WWW. These letters contain real e-mail addresses, so
> they can be easily captured by spam robots and then used to send ads.
> That's not good at all, I think. So I recommend to store e-mails in
> slightly crypted way, like, for example,
>
> user [at] subdomain [dot] domain
>
> Our russian webmasters often use such tricks and achived a great
> success in the battles with spamers.

Are you sure this really helps?

I mean, how difficult is it to use something like this in an automated
manner?  For instance:

% flame:/home/keramida$ sed -E \
%     -e 's/[[:space:]]*[^[:alpha:]]at[^[:alpha:]][[:space:]]*/@/' \
%     -e 's/[[:space:]]*[^[:alpha:]](dot|\.)[^[:alpha:]][[:space:]]/./g' \
%     <<EOF
% user [at] subdomain [dot] domain
% EOF
% user at subdomain.domain
% flame:/home/keramida$



More information about the freebsd-www mailing list