X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=import_caff_sigs.sh;h=ef926aca5f616148dbd2d8059254b31a5373ecc5;hp=61ea83f8a85155e0a344867904b7c47571622985;hb=245868bd2d7c8ac36c0fb4ca2d6af27a89779819;hpb=fca3000d2862fce021d2072b65126902f3cd7608 diff --git a/import_caff_sigs.sh b/import_caff_sigs.sh index 61ea83f..ef926ac 100755 --- a/import_caff_sigs.sh +++ b/import_caff_sigs.sh @@ -27,7 +27,7 @@ echo $MAILS | sed 's/,/\\\\,/g;s/ /,/g' | xargs -I % scp zamok:{%} ${where} cadre "Decrypting and importing signatures" for mail in ${where}/*; do - gpg2 --decrypt ${mail} | gpg2 --import; + gpg2 --no-auto-check-trustdb --decrypt ${mail} | gpg2 --no-auto-check-trustdb --import; done # On marque (peut-être) les mails distants comme lus