Hi!
It's been a while since I have experienced the broken attachment
problem, when forwarding emails (using devel version).
I've just found what the problem is:
compose_package.inc
line 104
fputs($temp_fp, $line)."\r\n";
should be:
fputs($temp_fp, $line."\r\n");
this is the diff line, hope it helps.
Bye
Massimo
diff compose_package.inc compose_package.orig.inc
101,102c101,102
< //straight transfer if already encoded
< while(!feof($ul_fp)){
---
> //straight transfer if already encoded
> while(!feof($ul_fp)){
104c104
< fputs($temp_fp, $line."\r\n");
---
> fputs($temp_fp, $line)."\r\n";
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Ilohamail-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ilohamail-devel