GetLive config should use mode=200810
Bug #297774 reported by
Adolfo González Blázquez
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mail Notification |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Because Hotmail has changed its web recently, GetLive has made some changes in the code to support this. So mail-notification should use mode=200810 in the GetLive config file it creates to support new hotmail interface.
Changed in mail-notification: | |
status: | New → In Progress |
To post a comment you must log in.
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)
my $Mode = "200809";
change from:
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