Re: qmail appending mail machines name to recipients

1999-12-20 Thread Alissa Rogers
At 05:05 PM 12/17/99 -0500, clifford thurber wrote: Hello, I made a post earlier to this list open a PERL program I have written which basic opens one file handle ot a CSV file containing usernames and email adresses parses them and then sends users mail by writing to a file handle opened to

Re: qmail appending mail machines name to recipients

1999-12-20 Thread Dave Sill
clifford thurber [EMAIL PROTECTED] wrote: Dec 16 14:39:23 ketel-1 qmail: 945373163.430257 starting delivery 20110: msg 721 291 to local [EMAIL PROTECTED]@snapper.raremedium.com and then later on the logfile I will see the failure message with : Dec 16 14:43:21 ketel-1 qmail:

Re: qmail appending mail machines name to recipients (fwd)

1999-12-19 Thread David C. Maple
08 +0100 From: Heiko Schmidhaeussler [EMAIL PROTECTED] To: QMail List [EMAIL PROTECTED] Subject: Re: qmail appending mail machines name to recipients On Fri, 17 Dec 1999 17:05:29 -0500, clifford thurber wrote: Hello, I made a post earlier to this list open a PERL program I have written which basic opens one

Re: qmail appending mail machines name to recipients

1999-12-18 Thread Heiko Schmidhaeussler
On Fri, 17 Dec 1999 17:05:29 -0500, clifford thurber wrote: Hello, I made a post earlier to this list open a PERL program I have written which basic opens one file handle ot a CSV file containing usernames and email adresses parses them and then sends users mail by writing to a file handle

qmail appending mail machines name to recipients

1999-12-17 Thread clifford thurber
Hello, I made a post earlier to this list open a PERL program I have written which basic opens one file handle ot a CSV file containing usernames and email adresses parses them and then sends users mail by writing to a file handle opened to qmail. Here is the snippet of code that achieves this:

Re: qmail appending mail machines name to recipients

1999-12-17 Thread Russell P. Sutherland
* clifford thurber ([EMAIL PROTECTED]) [17 Dec 1999 17:08]: I made a post earlier to this list open a PERL program I have written which basic opens one file handle ot a CSV file containing usernames and email adresses parses them and then sends users mail by writing to a file handle opened

Re: qmail appending mail machines name to recipients

1999-12-17 Thread Martin A. Brown
Hello Clifford, I must admit that your bounce looks very peculiar... Have you tried either of these instead? I have used qmail-inject in scripts like this before, and never had any difficulties open(MAIL, "|$mailprog -h "); open(MAIL, "|$mailprog -a $email"); Do you get the same