summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Echolot/Conf.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm
index 0d9bda0..e1b7098 100644
--- a/Echolot/Conf.pm
+++ b/Echolot/Conf.pm
@@ -1,7 +1,7 @@
package Echolot::Conf;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Conf.pm,v 1.18 2002/07/16 02:48:57 weasel Exp $
+# $Id: Conf.pm,v 1.19 2002/07/17 16:50:04 weasel Exp $
#
=pod
@@ -15,6 +15,11 @@ Echolot::Conf - remailer Configuration/Capabilities
This package provides functions for requesting, parsing, and analyzing
remailer-conf and remailer-key replies.
+=head1 CAVEATS
+
+When parsing OpenPGP keys only the address of the primary user id is taken into
+account (This is the one with the latest self signature I think).
+
=cut
use strict;