Author: Marcus IlgnerMarcus Ilgner Date: Jul 25, 2008 01:49
On Thu, Jul 24, 2008 at 6:23 PM, Gordon Messmer eburg.com> wrote:
> Marcus Ilgner wrote:
>> I just upgraded pythonfilter to version 1.3. After restarting, it tells me:
>>
>> courierfilter: Module "dialback" indicated in pythonfilter.conf does not exist.
>
> That should mean that there was an error importing the module. Open a
> python shell and type:
>
> import pythonfilter.dialback
>
> This bit of code doesn't have good reporting since I assumed
> "ImportErrors" would come from mistakes in the configuration. Instead,
> it almost always comes from a filter trying to import another python
> module that's missing. I'll improve that for the next release.
>
Thanks for the hint, Gordon. I was indeed missig the DNS module. After
installing it, enabling dialback worked like a charm.
Marcus
|