Gordon Messmer <[EMAIL PROTECTED]> writes:

> Lloyd Zusman wrote:
>> In the `courier/config.py' file, there's the following definition:
>>   prefix = '/usr/lib/courier'
>> My directory structure differs from that, so what should this value be
>> set to?  ... the top of the Courier installation tree?  ... some place
>> within the Courier installation tree?  ... or where?
>
> Would be the top of the installation tree...
>
>> Or perhaps is this variable ignored?  I don't see it referenced anywhere
>> in your code.
>
> I forget at the moment why it's there... I think I was going to use it
> to discover other paths, but it does nothing now.

I found another error in courier-pythonfilter:

  Traceback (most recent call last):
    File "/home/services/courier/libexec/filters/pythonfilter", line 125,
    in ?
      sys.stderr.write( 'pythonfilter failed to create socket in %s/%s\n'
    %
    NameError: name 'cf_filter_dir' is not defined

Note that the variable is called both `cf_filter_dir' and `cf_filterdir'
in "pythonfilter".  I changed `cf_filter_dir' to `cf_filterdir'.

-- 
 Lloyd Zusman
 [EMAIL PROTECTED]


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to