Brian Grossman <[EMAIL PROTECTED]> wrote: > Where would you recommend putting the parameter data? Would a > dictionary reference passed to the mail and rcpt hooks work? > The mail dictionary should also probably be saved in > $transaction somewhere for the rcpt hooks to reference.
I had been thinking of adding them to the Qpsmtpd::Address objects, now that we're no longer using Mail::Address objects. After all, the parameters are associated with the addresses, and parsing of the MAIL FROM and RCPT TO lines gives us both the addresses and the parameters. -- Keith C. Ivey <[EMAIL PROTECTED]> Washington, DC
