From: Lyndon Nerenberg Date: Sun, 5 Oct 2014 19:28:56 +0000 (-0700) Subject: mhn.defaults: make fetch less agressive on FreeBSD. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/cdec1be974fb9a041d75d4e363463e58766309b3?ds=inline;hp=da8c09a46ab11570aa1344ac8e4828ed0f2597f6 mhn.defaults: make fetch less agressive on FreeBSD. Drop the -a flag to fetch. Its retry logic has a bug where it will go into an endless loop when trying to re-fetch an object behind an https:// link when it is unable to validate the X.509 certificate chain. --- diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 7b894498..26e5f910 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -316,7 +316,7 @@ fi # access-type. case "`uname`" in FreeBSD) - echo "nmh-access-url: fetch -a -o -" >> $TMP + echo "nmh-access-url: fetch -o -" >> $TMP ;; *) PGM=`$SEARCHPROG "$SEARCHPATH" curl`