HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Faxcron
On Fri, 17 Aug 2001 16:51:35 +0200, you wrote:
>(I want to do that by hand). I know that I can give an option "-rcv n",
>what says that Faxcron will remove faxes after n days. I could use
>"100000" for very many days, but is it possible to use something (maybe
>"0") so that it will never remove faxes from the received folder?
if you look at faxcron you see it does
find recvq -type f -mtime +$AGERCV -print >$JUNK
if [ -s $JUNK ]; then
....
find a way to make $JUNK empty
--
giulioo@pobox.com
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null