On 12.10.2010 10.29, David Hrbáč wrote:
- Does it include:
use Compress::Zlib; 2) What repo are you using for Openwebmail? 3) You can always use temp hack - disbale gzip - "is_http_compression_enabled()"....
1) No, this file, /var/www/cgi-bin/openwebmail/shares/ow-shared.pl does not include use Compress::Zlib. There are a lot of "use" declarations, some referring to other files...
2) the repo was openwebmail
3) If you want to take a look, see the archive at
http://www.greenspot.fi/postilaatikko/
It is a zipped version of /var/www/cgi-bin/openwebmail
Could you give a syntax example of > is_http_compression_enabled()
Would this for example be right:
my $zhtml=is_http_compression_enabled(Compress::Zlib::memGzip(join('',@{$r_htmls})));
- Jussi