From: Jim Faucette Date: March 17 1999 6:00pm Subject: Re: MySQL + sendmail List-Archive: http://lists.mysql.com/mysql/439 Message-Id: <36EFEDA4.2E0@awod.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ed Carp wrote: > > It would probably be easier to roll your own server that supported SMTP (no > kidding!) or get one of the sendmail clones than hacking sendmail - the > code's a mess. > > If you use 'sendmail -bt' on the back end, you can parse the output and > figure out if the message is deliverable. Is that what you're trying to do? That's what I thought at first, but he's concerned about incoming mail. Sendmail is messy, but sometimes you just have to put some boots on and wade in. *s* I sent him a hook into recipient and a sample use. jim...