Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2003 10:52:41 +0100 (CET)
From:      Mohacsi Janos <mohacsi@niif.hu>
To:        Ken Smith <kensmith@cse.Buffalo.EDU>
Cc:        freebsd-hubs@freebsd.org
Subject:   Re: Site lists in the Handbook
Message-ID:  <20031117092247.O1763@mignon.ki.iif.hu>
In-Reply-To: <20031115211339.GB20162@electra.cse.Buffalo.EDU>
References:  <20031115211339.GB20162@electra.cse.Buffalo.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ken and All,

For the update of Hungary sites:
1. the maintainer of hu.freebsd.org zone is:
Antal Rutz <rutz@dab.iit.uni-miskolc.hu>

2. There is an ftp2.hu.freebsd.org that is providing service via FTP only.
Hopefully we can provide rsync and IPv6 access soon.
The maintainer of this site is: Janos Mohacsi <janos.mohacsi@bsd.hu>

3. The maintainer of ftp.hu.frebsd.org is :
Attila Nagy <bra@fsn.hu>

4. The maintainer of cvsup.hu.freebsd.org is:
Janos Mohacsi <janos.mohacsi@bsd.hu>


General comments about the spamming:



On Sat, 15 Nov 2003, Ken Smith wrote:

>
> I have been making a few minor tweaks to the site listing in the
> Handbook based on the feedback I got to the site information I asked
> for as well as a few other things.  The biggest changes are:
>
> 	1)Cvsup sites no longer have a "site maintainer" email address
> 	  in the Handbook, though I am still keeping records of the
> 	  sites privately.  This seemed like a bigger spam generator
> 	  than anything else and I got what amounts to approval (nobody
> 	  complained *loudly*) from the developer community.
>

What about to obfuscate a bit the e-mail addresses that appears on the
FreeBSD website in general: joe@example.com -> joeATexampleDOTcom
This could be applied to all non *BSD project related e-mail addresses.
Unfortunately this not HUBS issue, and I don't work on doc part, but here
is a simple perl snipet, that could do the trick:

$addr =~ s#\@#AT#g;
$addr =~ s#\.#DOT#g;

Personally I receive tons of spam for my <janos.mohacsi@bsd.hu> e-mail
address, that I filter with SpamAssassin...

Best Regards,

Janos Mohacsi
Network Engineer, Research Associate
NIIF/HUNGARNET, HUNGARY
Key 00F9AF98: 8645 1312 D249 471B DBAE  21A2 9F52 0D1F 00F9 AF98




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031117092247.O1763>