Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] View Sent Faxes (including coverpage)
On 4/15/05, Giulio Orsero <giulioo@xxxxxxxxx> wrote:
> > I would like it to be able to send 1 pdf that contains the whole fax (just
> > the fax ma'am) including the cover sheet.
> You have to customize bin/notify. If we suppose all files you send are
> in ps format, I read on the "Acumen Journal" (google for it) that to
Here is a quick patch to bin/notify to concatenate all sent docs into
1 attachment.
1) sent docs need to be all in postscript
2) you need to set NOTIFY_CONCAT=y in etc/FaxNotify
3)
cd bin
cp notify notify.custom
patch -p0 < attached_file
4)
Set
NotifyCmd: bin/notify.custom
in your etc/config* files.
--
giulioo@xxxxxxxxx
Attachment:
notify_concat.patch
Description: Binary data