How do I call sendmail so that bounced mail is ignored? As is my script (code follows) returns bounced messages to the username the script is run under, i.e., me. I'd prefer to stick them somewhere in a flat file or ignore them instead of cluttering my personal inbox. I've looked into some sendmail flags, but things like -oeq don't seem to work.
Thanks