On 10/03/2012 11:30 PM, Steffen Schebesta wrote:
Thanks for all the insightful answers.

So, I actually use the long_queue_ids options and I save the queue_ids to a
database to later compare them to the queue_ids found in the mail log to
parse and mark the bounces.
The problem - and thus the source for my question - is that this always
means a string compare in the database search which is aweful for
performance.

Not if you index the queue-ID properly.

If the database is central to your bounce handling process, you need this anyway.

--
J.

Reply via email to