Gunnar Hjalmarsson wrote:
Assuming you have a POP account, set the config variables
accordingly and just call the script without arguments. The script
will then check the POP account, update the mbox file if it finds
new messages, and update the archive.
the response I get from my cron daemon is as follows:
Unexpected request; no action taken at
/path/to/mhastart.pl/mhastart.pl line 329
This line, in my perl editor is
} else {
die 'Unexpected request; no action taken';
within the autoupdate subroutine.
I am not sure where I am going wrong?
For information, I am updating from an mbox file - but this is not
being piped from a POP account. The mbox file is being updated by a
separate perl script (yahoo2mbx.pl - also GNU)