Hi Kristis, and hi to all of ScmBug fans !
Here is two minor bugs found in ScmBug 0-18-3, in use with Windows XP, and
Outlook 2003
In Daemon.pm :
line 1310 : just correct a comment
line 1375 : In emails_to_csv(), the separator between two mail must be ';'
in place of ','
In Integration.pm :
from line 351 to the end : In get_mailing_list(),
the $mailing_list->{ 'Reply-To' } hash table initialized with
$mailing_list->{ From }.
Thus, when you change a variable in 'Reply-To', the 'From' table is also
modified.
Here is a log done by :
open THEFILE, ">> C:/logfile.txt";
print THEFILE "\n STEP 2 mailing_list is " . Dumper( $mailing_list );
close THEFILE;
before the return of the function :
'From' => $VAR1->{'Reply-To'}
Then, the patch I send you corrects this two minor errors
Regards
Gaël
fix_ListOfMailInFromField.patch
Description: Binary data
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
