samtregar has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know of a Domain Keys implementation for Perl? Or, failing that, something in C that I can wrap with XS?

At present I'm using the one built into a black-box mail-sending appliance, but it's painfully slow. I'd like to see if I can do better on my side of the fence.

-sam

PS: To clarify, I need to implement the sending side of Domain Keys, not the signature-checking side (although I'd like that for tests, ideally).

UPDATE: D'oh: Mail::DomainKeys. I wonder why my search for "domain keys" didn't turn this up!

Replies are listed 'Best First'.
Re: Domain Keys for Perl
by ikegami (Patriarch) on Sep 21, 2006 at 17:57 UTC
    I wonder why my search for "domain keys" didn't turn this up!

    I don't quite understand the difference, but searching "all" and searching "modules" yields different results. Searching "modules" for "domain keys" returns the module, but searching "all" for "domain keys" does not. I always search both.