On Wed Jul 15 18:02:34 2009, yyang wrote:
Show quoted text> If we want to use the same signer (meaning the same key, the same
> domain/selector, the same algrithm/method) to sign different message, we
> would have to have a reset() function in Mail::DKIM::Signer.
It's a good idea. I'm going to put it on my TODO list.
In the meantime, the "official" way of signing more than one message is
to create a new Mail::DKIM::Signer object for each message.
Jason