Use https for pgpcontrol URLs
ftp.isc.org supports https as well now, so may as well use it.
This commit is contained in:
parent
d72fb70d77
commit
9f92729598
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
# Changes from 1.8 -> 1.9
|
# Changes from 1.8 -> 1.9
|
||||||
# -- Add use strict and explicitly import LOCK_EX.
|
# -- Add use strict and explicitly import LOCK_EX.
|
||||||
# -- Fix error reporting around lock files with PGP.
|
# -- Fix error reporting around lock files with PGP.
|
||||||
|
# -- Use https for pgpcontrol URLs.
|
||||||
#
|
#
|
||||||
# Changes from 1.6 -> 1.8
|
# Changes from 1.6 -> 1.8
|
||||||
# -- Added support for GnuPG.
|
# -- Added support for GnuPG.
|
||||||
|
@ -84,9 +85,9 @@ my %force;
|
||||||
$force{'Path'} = 'bounce-back';
|
$force{'Path'} = 'bounce-back';
|
||||||
$force{'From'} = 'YOUR_ADDRESS_AND_NAME';
|
$force{'From'} = 'YOUR_ADDRESS_AND_NAME';
|
||||||
$force{'Approved'} = 'ADDRESS_FOR_Approved_HEADER';
|
$force{'Approved'} = 'ADDRESS_FOR_Approved_HEADER';
|
||||||
$force{'X-Info'}='ftp://ftp.isc.org/pub/pgpcontrol/README.html'
|
$force{'X-Info'}='https://ftp.isc.org/pub/pgpcontrol/README.html'
|
||||||
. "\n\t"
|
. "\n\t"
|
||||||
. 'ftp://ftp.isc.org/pub/pgpcontrol/README';
|
. 'https://ftp.isc.org/pub/pgpcontrol/README';
|
||||||
|
|
||||||
# these headers are acceptable in input, or if not present then will be
|
# these headers are acceptable in input, or if not present then will be
|
||||||
# created with the given value. None are enabled by default, because they
|
# created with the given value. None are enabled by default, because they
|
||||||
|
|
Loading…
Reference in a new issue