Comment 1 for bug 297774

Revision history for this message
pvdeynse (vandeynse) wrote :

this is correct the mail-notification GetLive interface does not support the added parameter "mode = 200810" needed for the recent changes made by hotmail. In the main time I solved the problem by changing line 82 in the GetLive (Rev 1.46)
         change from:
                           my $Mode = "200809";

         change to:
                          my $Mode = "200810";

If you don't have GetLive (Rev 1.46) for example users of Ubuntu 8.10 the getlive package 0.57-1 still uses getlive (Rev 1.43) then you can find the perl script here:
                                   http://getlive.cvs.sourceforge.net/viewvc/getlive/GetLive/
download "GetLive.pl" (Rev 1.46) and overwrite your /usr/bin/GetLive