> The remote delivery could use more smarts by grouping messages into the
> different hostname buckets, so it knows the 3 messages going to
> yahoo.com accounts, and work through those buckets one by one, rather
> than the current message-based (so host-agnostic) ordering.
Agreed. Not sure how practical this is with the file system scheme, but
with a JDBC-backed spool, we could easily issue:
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 ?
Thoughts?
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]