On 31-Mar-08, at 7:34 AM, John Peacock wrote:
Attached is a diff that fixes both tls and auth, by backing out 814 and tweaking a couple of other lines. I won't commit it until Matt pipes up why he tried to make hooks a package global...
Because otherwise hooks are re-loaded on every connection (register() needs re-run on every mail) which is a huge performance detriment.
I don't think per-object hooks ever worked right or were useful anyway were they?