HylaFAX The world's most advanced open source fax server |
Please apply the patch at:This URL report a partial patch; I try with another full patch:
http://git.hylafax.org/HylaFAX?a=commitdiff;h=2d0b444c473ce4d7b0e5bd8da14725e2923f16e0
From: Aidan Van Dyk <aidan@xxxxxxxx> Date: Fri, 17 Aug 2007 19:23:10 +0000 (+0000) Subject: faxmail: suppress empty formatted file X-Git-Url: http://git.hylafax.org/HylaFAX?a=commitdiff_plain;h=215688c15af9fb082ba521bf8fd58bfc5e5150f1;hp=98cdaae64121f4651f482f48d2e80bfd3adf702c
Suppress the formatted postscript file we generate from parsing all the headers/message/text parts of the message if no real content has been added.
We track if we have added any real content, and if not, remove the file again before allowing client to submit the job to HylaFAX -
shell> cd hylafax-4.4.1/faxmail shell> patch -p2 < /tmp/faxmail.patch patching file MsgFmt.c++ Hunk #1 succeeded at 224 (offset 15 lines). patching file MsgFmt.h patching file faxmail.c++ shell> make install
Good!!!!! Now my setup work correctly! Thanks very much to all.
Bye. -- Rino.
Attachment:
faxmail.diff.gz
Description: patch for suppress empty formatted file on HylaFAX 4.4.1