While we're talking Sendmail...

2001-01-04 Thread Ken D'Ambrosio
I've whipped up a Perl script that parses an incoming e-mail, stripping off the Postscript, converting it to a PDF, and then attaching it to an e-mail that it then sends back to the original sender. However, I can't get Sendmail to run the script (via /etc/aliases). Here's what happens: "

Re: While we're talking Sendmail...

2001-01-04 Thread Kevin D. Clark
[EMAIL PROTECTED] writes: I've whipped up a Perl script that parses an incoming e-mail, stripping off the Postscript, converting it to a PDF, and then attaching it to an e-mail that it then sends back to the original sender. However, I can't get Sendmail to run the script (via

Re: While we're talking Sendmail...

2001-01-04 Thread Karl J. Runge
On Thu, 4 Jan 2001, "Ken D'Ambrosio" [EMAIL PROTECTED] wrote: I've whipped up a Perl script that parses an incoming e-mail, stripping off the Postscript, converting it to a PDF, and then attaching it to an e-mail that it then sends back to the original sender. However, I can't get Sendmail

Re: While we're talking Sendmail...

2001-01-04 Thread Kevin D. Clark
[EMAIL PROTECTED] writes: ln -s /etc/smrsh/mailps2pdf.pl /tmp/mailps2pdf.pl Sorry, that should be: ln -s /tmp/mailps2pdf.pl /etc/smrsh/mailps2pdf.pl --kevin -- Kevin D. Clark (cetaceannetworks.com!kclark) | Cetacean Networks, Inc. | Give me a decent UNIX

Re: While we're talking Sendmail...

2001-01-04 Thread Bruce Dawson
As root, do: ln -s /tmp/mailps2pdf.pl /etc/smrsh/ --Bruce Ken D'Ambrosio wrote: I've whipped up a Perl script that parses an incoming e-mail, stripping off the Postscript, converting it to a PDF, and then attaching it to an e-mail that it then sends back to the original sender.

RE: While we're talking Sendmail...

2001-01-04 Thread Jeff Macdonald
Subject: Re: While we're talking Sendmail... As root, do: ln -s /tmp/mailps2pdf.pl /etc/smrsh/ --Bruce Ken D'Ambrosio wrote: I've whipped up a Perl script that parses an incoming e-mail, stripping off the Postscript, converting it to a PDF, and then attaching it to an e-mail