LMAP::CID2SPF
=============

This module can be used to convert between two of the LMAP (Lightweight MTA
Authentication Protocol) formats currently being proposed:

  CID = Microsoft's Caller-ID
  SPF = Sender Policy Framework

It will convert a XML-fragment as proposed by CID to a record that can be
added to DNS as proposed by SPF.

SEE ALSO

  CID: http://www.microsoft.com/mscorp/twc/privacy/spam_callerid.mspx
  SPF: http://spf.pobox.com/

FEATURES

  - A module LMAP::CID2SPF to include conversion capabilities to your own
    perl scripts
  - A script cid2spf to make the conversion on command line

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Parse::XML

COPYRIGHT AND LICENCE

  Released under the same terms as Perl.

Copyright (C) 2004 Ernesto Baschny <ernst@baschny.de>
