From: weasel Date: Wed, 29 Jun 2005 14:38:46 +0000 (+0000) Subject: Set mail-template in caffrc.sample X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=7ebcdcb254e152c0ee3306dc815cb277be506242 Set mail-template in caffrc.sample git-svn-id: svn://svn.debian.org/pgp-tools/trunk@94 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caffrc.sample b/caff/caffrc.sample index cec874f..e88bea0 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -28,10 +28,29 @@ $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; # $CONFIG{'export-sig-age'} = 24*60*60; # Keyserver to download keys from. Default: subkeys.pgp.net. -# $CONFIG{'keyserver'} = 'pgp.surfnet.nl'; +# $CONFIG{'keyserver'} = 'keyserver.kjsl.com'; # If true, then skip the step of fetching keys from the keyserver, or the signing. # Default: 0 # $CONFIG{'no-download'} = 1; # $CONFIG{'no-sign'} = 1; + +# $CONFIG{'mail-template'} = <<'EOM' +# Hi, +# +# please find attached the user id{(scalar @uids >= 2 ? 's' : '')}. +# {foreach $uid (@uids) { +# $OUT .= "\t".$uid."\n"; +# };} of your key {$key} signed by me. +# +# Note that I did not upload your key to any keyservers. If you want this +# new signature to be available to others, please upload it yourself. +# With GnuPG this can be done using +# gpg --keyserver subkeys.pgp.net --send-key {$key} +# +# If you have any questions, don't hesitate to ask. +# +# Regards, +# {$owner} +# EOM