[imp] Attachment causes 1 message + 2 attachments + double size
    Patrick Boutilier 
    boutilpj at ednet.ns.ca
       
    Wed Feb 19 16:37:28 PST 2003
    
    
  
Vince,
Good one.
It seems to mess up when both of these are defined. If either one or the 
other is defined, not both, the problem doesn't occur.
AddType application/x-httpd-php .php .php3 .phtml .ida
or
<Files *.php>
        SetOutputFilter PHP
        SetInputFilter PHP
</Files>
I originally got my Apache2 configuration from this site which should be 
changed.
http://dan.drydog.com/apache2php.html
Vince Tran wrote:
> I was able to fixed my attachment problem by removing the entry from my
> httpd.conf. I am not sure why I had put those lines in the first place.
> Guess I was getting/displaying php code via my browser but that was fixed,
> and  forgetting those lines caused my attachment problem.
> 
> AddType application/x-httpd-php .php .php4 .php3 .phtml
> AddType application/x-httpd-php-source .phps
> 
> 
> I did have the problem with PHP Warning: but that was with IMP: 3.1
> 
> After weeks of attachment nightmare, it's now working for me...
> 
> Horde: 2.2.1
> IMP: 3.2
> php-4.2.2-8.0.7 - default rpm
> httpd-2.0.40-8 - default rpm
> Redhat 8.0
> 
> Hope this helps,
> -Vince
> 
> 
> 
    
    
More information about the imp
mailing list