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] save incoming pdf
Hi,
just don't delete the pdf after emailing it.
search in 'faxrcvd' for the line which deletes the pdf file,
and replace this by moving the pdf to a save place.
replace
'$RM -f $FILE.ps $FILE.pdf 2>/dev/null'
with
'$RM -f $FILE.ps 2>/dev/null; mv $FILE.pdf /the/path/to/store'
or somthing like this
By
hoggwildzzz@xxxxxxxxx wrote:
I figured out how to get hylafax to send email with a pdf as a
attachment but is there a way in to save a copy of the pdf to the hard
drive?
------------------------------------------------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
<http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs/hotjobs_mail_signature_footer_textlink/evt=23983/*http://hotjobs.sweepstakes.yahoo.com/careermakeover>
--
-------------------------------------------------------------------------
Volker Weber Dietrichsweg 38a 26127 Oldenburg Germany
MAILTO:Volker AT weber-oldenburg.de
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*