in reply to Sendmail .forward + perl

Your're right, i'm now pretty sure it isn't running. My sendmail is really rusty. Anybody out there who can tell me how to fix the problem of my .forward program not running as me?
=Brian

Replies are listed 'Best First'.
RE: Re: Sendmail .forward + perl
by stephen (Priest) on Mar 25, 2000 at 03:00 UTC
    Instead of trying to make sendmail run as you (a practice frought with peril), I suggest you change the permissions of your file so that Sendmail can write to it. Consult the UNIX manpages on chgrp and chown to learn how to do this.

    In the meantime, put an "or die $!" after that open() statement, as a bare minimum...