RE: getting cron to work - status too large for sendmail?

2003-05-28 Thread Hannu E K Nevalainen \(garbage mail\)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pierre A. Humblet Another option is to keep your script and have it call ssmtp, either filtering out the environment values or putting them in the body of the message. $ env -i ssmtp ... /Hannu E K Nevalainen, Mariefred, Sweden,

getting cron to work - status too large for sendmail?

2003-05-27 Thread linda w \(cyg\)
I was trying to get cron to work -- it looks like it is invoking something on a regular basis, however, it is also trying to send the 1 line of output of cron job to the owner. In the process it includes the entire environment (in this case of the user who started cron, me). It includes the

RE: getting cron to work - status too large for sendmail?

2003-05-27 Thread Harig, Mark
) [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 2:55 PM To: [EMAIL PROTECTED] Subject: getting cron to work - status too large for sendmail? I was trying to get cron to work -- it looks like it is invoking something on a regular basis, however, it is also trying to send the 1 line

RE: getting cron to work - status too large for sendmail?

2003-05-27 Thread linda w \(cyg\)
- From: Harig, Mark [mailto:[EMAIL PROTECTED] Sent: Tue, May 27, 2003 3:03p To: linda w (cyg); [EMAIL PROTECTED] Subject: RE: getting cron to work - status too large for sendmail? cron does not use sendmail for mail delivery. It uses a small program call ssmtp. Before trying to get cron

Re: getting cron to work - status too large for sendmail?

2003-05-27 Thread Pierre A. Humblet
On Tue, May 27, 2003 at 04:08:34PM -0700, linda w (cyg) wrote: Perhaps one problem might be that in addition to the normal WinXP env vars that would be defined for a user, I started cron from one of my cygwin shell windows, so it would have inherited all of the env vars from personal login