xls attachments in IMP 2.2.7 ...

Marc G. Fournier scrappy@hub.org
Tue, 11 Dec 2001 09:16:31 -0500 (EST)


Hi ..

	Trying to get xlHtml working ... have it defined in defaults.php3:

// If xlHtml is available, then we can show Excel attachments in the browser
$default->path_to_xlHtml = '/usr/local/bin/xlHtml';

	and .xls is defined in apache's mime.types:

grep xls /usr/local/etc/apache/mime.types
application/vnd.ms-excel        xls

	Yet when I pull up an email, it gets defined as an octet-stream
instead of vnd.ms-excel:

                   test.xls application/octet-stream 18.47 KB

	Am I missing something here? :(

Thanks ...