On Mon, 20 Apr 2009 16:56:30 +0800 Thomas Goirand <[email protected]> wrote:
> Hi, > > I've been trying to find out what's going on. Any suggestion on what to fix? > > Thomas Hi! I don't know python, but as I read the source, there is one loop, which reads CHECKERS field (line 351). If first is 'spf', it calls spfcheck function, which returns 'prepend' if IP address is authorized, or neutral (In our situation, I ignored situations when it is rejected, or defered), next breaks from loop (line 364), because checkerValue is not None (it is equal prepend), and never came back - so greylist is never used. It's okay, when client must be rejected by postfix - then greylist is unnecessary. But when SPF check was passed by the client, greylist is never used. I don't know how to fix it (in a good way) :-( -- Regards, Tomek Homepage) http://www.urug.net GPG) KeyID: 0x2A76E11C @ keys.gnupg.net Fingerprint: 8236 3EED 5A64 7067 5E57 A971 7F4E 77DD 2A76 E11C -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

