]> code.citadel.org Git - citadel.git/blob - citadel/tests/dkimtester/README.md
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / citadel / tests / dkimtester / README.md
1 # dkimtester
2
3 This is a test harness for Citadel's DKIM signing code.  As this is
4 being written, the public DNS for dev.citadel.org has a DKIM record
5 that matches the private key in this test program.  This is not
6 guaranteed to continue and if you want to run this test you might need
7 to set things up for yourself.
8
9 To run this test, you must have the `Mail::DKIM::Verifier` perl module
10 installed, which can be found on CPAN.
11