16 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Greylisting and C...
FromSent OnAttachments
Marco BalmerNov 21, 2006 3:49 am 
Georg LutzNov 25, 2006 6:58 am 
Marco BalmerNov 28, 2006 10:39 am 
Milan ObuchNov 28, 2006 10:50 am 
Marco BalmerNov 28, 2006 11:14 am 
Marco BalmerNov 28, 2006 2:30 pm 
Georg LutzNov 28, 2006 2:36 pm 
Marco BalmerNov 28, 2006 2:41 pm 
Marco BalmerNov 28, 2006 3:02 pm 
Gordon MessmerNov 28, 2006 3:21 pm 
Marco BalmerNov 29, 2006 10:54 am 
Georg LutzNov 29, 2006 2:21 pm 
Marco BalmerNov 29, 2006 2:57 pm 
Gordon MessmerNov 29, 2006 3:53 pm 
Gordon MessmerNov 29, 2006 3:58 pm 
Marco BalmerNov 30, 2006 12:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Greylisting and Courier-MTAActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Nov 29, 2006 3:53:32 pm
List:net.sourceforge.lists.courier-users

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.