--- /usr/bin/checkgmail 2007-06-19 10:18:55.000000000 +0200 +++ /usr/bin/checkgmail 2007-12-13 15:34:06.000000000 +0100 @@ -768,6 +768,9 @@ if ($http =~ m/location\.replace\("(.*)"\)/) { my $new_addr = $1; $new_addr =~ s/\\u003d/=/g; + $new_addr =~ s/\\075/=/g; + $new_addr =~ s/\\46/&/g; + $new_addr =~ s/\\75/=/g; return unless $new_addr =~ m/^http/i; print "\nNew login method: manually following redirect address $new_addr ...\n\n" unless $silent;