* Thus wrote Eyles, Richard ([EMAIL PROTECTED]):
> Hi,
> 
> I'm looking for a function to convert an email address to the file name hash
> in ezmlm. I've found the ezmlm_hash function but this is for mysql based
> mailing lists and not file based.
> 
> I've tried looking at the source for ezmlm and converting the code there to
> php but I've never used c or the like and don't fully understand what it is
> doing!

I think this is a documentation problem. 

The hash, I believe, can be used for file base systems.  Instead of
inserting the hash result to the database just write the value to
the file.

This needs to be confirmed that the hash value is the same for
database and file base. If it is, a documnentation bug should be
reported on it.

Can anyone confirm this?


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to