summaryrefslogtreecommitdiff
path: root/sendmailadvanced.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-28 10:54:07 +0200
committerErich Eckner <git@eckner.net>2019-06-28 10:54:07 +0200
commitc0284b94095d0809552fded5afab440bd3a2f044 (patch)
tree2933b14bed36fb61934411b5ac1e900fb6a790db /sendmailadvanced.conf
parent1da0b7cde63cee4d736b5429ee188f8c820d1b12 (diff)
downloadsendmailadvanced-c0284b94095d0809552fded5afab440bd3a2f044.tar.xz
gpg_recipient -> gpg_recipients: allow for multiple default recipients
Diffstat (limited to 'sendmailadvanced.conf')
-rwxr-xr-xsendmailadvanced.conf4
1 files changed, 3 insertions, 1 deletions
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