oddity regarding execution

2003-07-05 Thread Kirk Bailey
I am using FreeBSD and sendmail to work on the internet. Recently I wrote a program to process a incoming email and append it to a file in it's own directory. I have a complete email in a file in the directory for testing, and I fired it up from the command line prompt using input redirection

Re: oddity regarding execution

2003-07-05 Thread Neil W Rickert
Kirk Bailey [EMAIL PROTECTED] wrote: Well, when the alias fed the message to it, it barked. 'unknown mailer error 1' says the log. Ran it with the sample file, worked fine; even modified the testcase a little, still fine. H... So I added a line to the script, so it would open a file and

Re: oddity regarding execution

2003-07-05 Thread Malcolm Kay
On Sun, 6 Jul 2003 04:56, Kirk Bailey wrote: I am using FreeBSD and sendmail to work on the internet. Recently I wrote a program to process a incoming email and append it to a file in it's own directory. I have a complete email in a file in the directory for testing, and I fired it up from the