On Wed, 29 Jul 2015, John Hardin wrote:

On Wed, 29 Jul 2015, Paul Stead wrote:

On 29/07/15 18:11, Benny Pedersen wrote:

 Henrik krohn did create a emailbl.pl but it was droppede later, it Was
 designede very well, i have tryed Google it, but seems impossible to
 get links to it now.

I have got a copy of Henrik's code - I'm not sure on the procedure about
uploading this.

The essential formula is

strtolower(md5(<email>)).<blacklistaddress>

Is the chance of collision introduced by that strtolower() acceptable in this application?

The strtolower is necessary to mimic the usual behavior of mail & DNS systems.
EG in terms of most mail system's deliver-ability:
   jhar...@impsec.org == jhar...@impsec.org == jhar...@impsec.org

IE the DNS system is always case-insensitive and most systems are too WRT
the email ID.

So when a spammer starts playing case-flipperoo WRT their e-mail addresses,
you still want to catch them.

--
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{

Reply via email to