John Peacock wrote:
I took at look at the domainkeys plugin here:
http://killa.net/infosec/domainkeys/
and fixed it up to work with the latest Mail::DomainKeys (which dropped
header() from the API with no direct replacement).
I thought I'd ask here if people think it should also sign outbound
messages (say if authenticated() was set). Currently, it only validates
inbound messages.
John
John,
I was working on the same thing and had planned on having it be able to
sign outbound messages as well.
One thing that I noticed was that it read the entire message into
memory, rather than point to the cached message on disk. It would nice
to not have to read the entire message into memory.
Elliot