From c0284b94095d0809552fded5afab440bd3a2f044 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 28 Jun 2019 10:54:07 +0200 Subject: gpg_recipient -> gpg_recipients: allow for multiple default recipients --- sendmailadvanced.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sendmailadvanced.conf') diff --git a/sendmailadvanced.conf b/sendmailadvanced.conf index cf7932d..477502e 100755 --- a/sendmailadvanced.conf +++ b/sendmailadvanced.conf @@ -3,7 +3,9 @@ # configuration for sendmailadvanced # default recipient to encrypt to -gpg_recipient="me@example.com" +gpg_recipients=( + "me@example.com" +) # stamp value hashcash_bits=22 -- cgit v1.2.3-54-g00ecf