2009-03-07 10:22:51 -05:00
|
|
|
Diff from GetLive CVS to incorporate Hotmail site changes.
|
|
|
|
|
2010-07-20 22:21:52 -04:00
|
|
|
$OpenBSD: patch-GetLive_pl,v 1.6 2010/07/21 02:21:52 merdely Exp $
|
|
|
|
--- GetLive.pl.orig Tue Jul 20 22:08:31 2010
|
|
|
|
+++ GetLive.pl Tue Jul 20 22:15:36 2010
|
|
|
|
@@ -65,7 +65,7 @@ my $Password = "";
|
2007-10-10 11:17:49 -04:00
|
|
|
my $Domain = 'hotmail.com';
|
|
|
|
my $CurlCommand = 'curl -k';
|
|
|
|
my $Verbosity = 1; # 0:Silent; 1:Normal; 2:Verbose; 10:debug; 100:heavy debug
|
|
|
|
-my $MailProcessor = '/usr/bin/procmail'; # Any program taking mbox formatted at stdin will do.
|
2008-07-10 10:37:31 -04:00
|
|
|
+my $MailProcessor = '${LOCALBASE}/bin/procmail'; # Any program taking mbox formatted at stdin will do.
|
2007-10-10 11:17:49 -04:00
|
|
|
my $DownloadedIdsFile = ""; # Local file with Ids of already downloaded messages.
|
|
|
|
my $RetryLimit = 2;
|
|
|
|
my $MarkRead = "No"; # No,Yes : But never when downloaded before !
|