diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-17 16:50:04 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-17 16:50:04 +0000 |
commit | 6ef68eb393362eeb4b3b5c4531505731513b0365 (patch) | |
tree | 512a63c1af9b0d0519910e45a0ed876455e1c374 /Echolot | |
parent | 4944ef59b95764a4b5333c7846f2f58dc62ffa5e (diff) |
Added some doc
Diffstat (limited to 'Echolot')
-rw-r--r-- | Echolot/Conf.pm | 7 |
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; |