mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
Disable releasecheck - CVE-2013-4279
This commit is contained in:
parent
7d2043f95f
commit
428581af1e
4
imapsync
4
imapsync
@ -117,7 +117,6 @@ The option list:
|
|||||||
[--timeout <int>]
|
[--timeout <int>]
|
||||||
[--split1] [--split2]
|
[--split1] [--split2]
|
||||||
[--reconnectretry1 <int>] [--reconnectretry2 <int>]
|
[--reconnectretry1 <int>] [--reconnectretry2 <int>]
|
||||||
[--noreleasecheck]
|
|
||||||
[--pidfile <filepath>]
|
[--pidfile <filepath>]
|
||||||
[--tmpdir <dirpath>]
|
[--tmpdir <dirpath>]
|
||||||
[--version] [--help]
|
[--version] [--help]
|
||||||
@ -701,6 +700,8 @@ $h2_nb_msg_end = $h2_bytes_end = 0 ;
|
|||||||
$nb_errors = 0;
|
$nb_errors = 0;
|
||||||
$max_msg_size_in_bytes = 0;
|
$max_msg_size_in_bytes = 0;
|
||||||
|
|
||||||
|
$releasecheck = 0;
|
||||||
|
|
||||||
my %month_abrev = (
|
my %month_abrev = (
|
||||||
Jan => 0,
|
Jan => 0,
|
||||||
Feb => 1,
|
Feb => 1,
|
||||||
@ -5947,7 +5948,6 @@ Several options are mandatory.
|
|||||||
--debugimap : IMAP debug mode for host1 and host2.
|
--debugimap : IMAP debug mode for host1 and host2.
|
||||||
|
|
||||||
--version : Print software version.
|
--version : Print software version.
|
||||||
--noreleasecheck : Do not check for new imapsync release (a http request).
|
|
||||||
--justconnect : Just connect to both servers and print useful
|
--justconnect : Just connect to both servers and print useful
|
||||||
information. Need only --host1 and --host2 options.
|
information. Need only --host1 and --host2 options.
|
||||||
--justlogin : Just login to both host1 and host2 with users
|
--justlogin : Just login to both host1 and host2 with users
|
||||||
|
Loading…
Reference in New Issue
Block a user