Gaël is still alive! On Wed, 2006-12-06 at 11:33 +0100, Gaël de MONNERON wrote: > > > Hi Kristis, and hi to all of ScmBug fans !
We have fans ?!! And groupies ? And we sign autographs ? And old ladies bring us bundt cakes in concerts ? > 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 ',' > Thanks. http://bugzilla.mkgnu.net/show_bug.cgi?id=889 I am not sure what the standard is. Will all other email clients known to mankind, and possibly other lifeforms, also work with a ";" instead of a "," ? Or is this a bug in...Outlook! > 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. Thanks. This was by design; just thought it would be useful that way. I'm guessing there is a problem with that that is I haven't understood yet ? Could you clarify ? What is the problem with having the entire Reply-To line be equal to the From line ? Does it make life more difficult when you apply customizations to Scmbug ? http://bugzilla.mkgnu.net/show_bug.cgi?id=890 > > > 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 Thanks a LOT! _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
