Re: how to check incoming mail per Date field1995-12-07 15:21:10daniel asked:
Nope. The test condition will try to match that regular expression.
I would probably run a cron or at job to dump the date into a file and
then do something like
MBOX_DATE=`cat $file`
or even have the file contain the assignment and just INCLUDERC=$file.
Soren
|
|
||||||||||||||||