Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!caen!jaynes From: jaynes@med.umich.edu (William Jaynes) Newsgroups: comp.mail.sendmail Subject: Inexact addresses Message-ID: <1990Dec19.202600.3018@engin.umich.edu> Date: 19 Dec 90 20:26:00 GMT Sender: news@engin.umich.edu (CAEN Netnews) Reply-To: jaynes@med.umich.edu (William Jaynes) Organization: University of Michigan Health Sciences, Ann Arbor Lines: 14 Originator: jaynes@ives.itn.med.umich.edu Is there any version of sendmail that allows for inexact addresses. I know that the FUZZY option in the IDA version enables a last ditch matching on the name field in /etc/passwd. Is this available using some arbitrary file other than /etc/passwd? The senario I'm thinking of is the following: - Mail comes in. - Sendmail resolves it local and tries to deliver - Delivery fails - Before bouncing the message, sendmail takes the local part of the address and tries some kind of matching within some file. - If some match succeeds sendmail tries to deliver using what was returned - If that fails then bounce the message Anything like this out there?