On Fri, 2002-05-31 at 09:18, Torgeir Veimo wrote: > What happens if inadvertedly there are two different entries with > similar mail attribute? Will the email be sent to both, or the first one > found?
None of the above. You'll get a nice and clean "no mailbox here by that name". Same for auth_(pop|imap). To keep it simple... if ($entries != 1) { no_result_for_you(); }