Marco Balmer wrote: > > Seems to be that greylist.py has a problem with ipv6 addresses. Is that > possible?
I'm looking at that module, and I don't think so. It looks like it tries to open the first control file and read one line. It doesn't examine the contents in that block, so no data type should cause it to abort. I'm not sure what will, though. If you insert a "raise" statement in the except block (as the first line), you can probably get some information about the error. If I'm home tonight, I'll try to take a look at it. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
