Claudio Jeker <[EMAIL PROTECTED]> writes: > This was a bug in patches older than 20030901. In the newer releases a > error message "Too many results returned but needs to be unique." is > returned.
I was looking at 20030901a and saw this where you detect multiple matches: + case TOOMANY: + /* admin error, don't try a lower precedence addresses */ + cae(q, QLX_TOOMANY); Can you explain, or point me at docs, "lower precedence addresses"? It would be ideal if I could try our users' canonical address first, then CN-based address variants, then lastly a SN-based address. If there's some support for precendence-matching I could probably leverage it to do this. I didn't see any other mention of precedence in the code except as headers for bulk-type mail. Thanks.
