----- Original Message ----- From: "Noel J. Bergman" <[EMAIL PROTECTED]> > select * from outgoing where host like ? > > and if we have a resolver thread scanning the queue and resolving for us > ahead of time, we could even do: > > select * from outgoing where host like ? or mx like ? >
Host like would be better and easier. This should work - Resolve MX and send multiple message over the same connection. SMTP RSET should cause messages to be decoupled. Harmeet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
