From bc6c0701fc9e1d0fe3885545eec1a7435cec58dc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 2 Feb 2021 14:43:01 +0100 Subject: sendmailadvanced.in: add BUG hint --- sendmailadvanced.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sendmailadvanced.in b/sendmailadvanced.in index 5bb7e2a..f1ca4b2 100755 --- a/sendmailadvanced.in +++ b/sendmailadvanced.in @@ -99,6 +99,7 @@ else done fi +# BUG: gpg_recipients should not be relevant, if non-default keys are being found [ -z "${gpg_recipients[*]}" ] && encrypt=false for gpg_recipient in "${gpg_recipients[@]}"; do gpg --list-keys "${gpg_recipient}" &> /dev/null || encrypt=false -- cgit v1.2.3-54-g00ecf