procmail
[Top] [All Lists]

Procmail with crontab

2002-05-30 07:43:56
Hi,

I'm trying to run a perl script through the procmail in a crontab.
But I'm getting an error "Error writing to ParseMail.pl", when the cron
runs.
However, when I run the same script from command line, it works fine,
without any errors.

Following is the procmailrc file :

VERBOSE=on
LOGFILE=/tmp/Mail-parvez.log

:0
* ^From.*grathor
{
  :0 c
   /home/httpd/html/IFUND2/MAIL/MESSAGE

 :0
 | /home/httpd/cgi-bin/IFUND2/lib/ParseMail.pl
}


I'm getting the error when it tries to run ParseMail.pl.
Can anyone help me out on this?

Thanks,
Prajakti.



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Procmail with crontab, prajakti <=