]> code.citadel.org Git - citadel.git/blobdiff - citadel/tests/dkimtester/README.md
final touches on dkim test harness
[citadel.git] / citadel / tests / dkimtester / README.md
index 4d46b69605d6dbde93be0001df17a74e5ac79aca..54c93c24e97c2b6686cfdd2a411e5af30f6d6560 100644 (file)
@@ -1,13 +1,11 @@
 # dkimtester
 
-This was originally where we developed the DKIM code for Citadel
-but it is properly merged into Citadel now.  What's left is just
-a test harness.
-
-You must have the `Mail::DKIM::Verifier` perl module installed,
-which can be found on CPAN.
-
-Also it depends on a DKIM record for `dev.citadel.org` which is
-correct at the time I am writing this.  Good luck keeping that in
-place.
+This is a test harness for Citadel's DKIM signing code.  As this is
+being written, the public DNS for dev.citadel.org has a DKIM record
+that matches the private key in this test program.  This is not
+guaranteed to continue and if you want to run this test you might need
+to set things up for yourself.
+
+To run this test, you must have the `Mail::DKIM::Verifier` perl module
+installed, which can be found on CPAN.