[Pgp-tools-commit] r94 - trunk/caff

Peter Palfrader weasel at costa.debian.org
Wed Jun 29 14:38:46 UTC 2005


Author: weasel
Date: 2005-06-29 14:38:46 +0000 (Wed, 29 Jun 2005)
New Revision: 94

Modified:
   trunk/caff/caffrc.sample
Log:
Set mail-template in caffrc.sample

Modified: trunk/caff/caffrc.sample
===================================================================
--- trunk/caff/caffrc.sample	2005-06-29 14:37:05 UTC (rev 93)
+++ trunk/caff/caffrc.sample	2005-06-29 14:38:46 UTC (rev 94)
@@ -28,10 +28,29 @@
 # $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





More information about the Pgp-tools-commit mailing list