Stephano,
I need to have separate private keys for DKIM for different domains that
I host on my server. I plan to create a database table that looks up
the private key based on the domain. I figured I could subclass your
DKIMSign mailet, override the service method, set the privateKey and
signatureTemplate variables and then call the parent service method.
But it turns out that the privateKey and signatureTemplate variables are
scoped to 'private'. I know I can just clone the entire method or even
the entire java class file. But I'd much prefer to inherit everything
other than that one little change I need. But I can't do it with
private scope on the key and template.
Any chance I could get you to change the scope of those variables to
protected so they would be accessible to subclasses the next time you're
in that file?
Thanks.
Jerry
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]