Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!gatech!hubcap From: hubcap@hubcap.clemson.edu (Mike Marshall) Newsgroups: comp.mail.sendmail Subject: Re: A quick question. Message-ID: <6467@hubcap.clemson.edu> Date: 15 Sep 89 13:18:13 GMT References: <220@digi.UUCP> Organization: Clemson University, Clemson, SC Lines: 22 From article <220@digi.UUCP>, by kcantrel@digi.UUCP (Keith Cantrell): > > Once I get sendmail into debug mode to verify parsing of addresses, what are > the rules I need to run an address through to completely simulate what a real > mail message goes through. Try this: change Od in your cf so that mail gets queued instead of delivered in the background. Send a piece of mail to the address you want to watch get parsed. Crank up a script session, so you can capture everything in a file. Say sendmail -q -d21.12 Enough spooge will spew out to make your socks roll up and down. But if you print out the captured file and study it, you'll see exactly which rule does what when and maybe even why. -Mike Marshall hubcap@clemson.edu