HylaFAX The world's most advanced open source fax server |
Hello, I've problem with HylaFax 4.2.1. In config.ttyS0 I have this line: TagLineFormat: "From %%l|%%s|To %%r|Page %%P of %%T" but on ongoing facsimiles there is no TagLine. I'm getting notify emails about outgoing jobs, but there is no attachment in them. I have this in etc/FaxNotify: if [ "$WHY" != "done" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "done" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "failed" ]; then RETURNFILETYPE=pdf; fi Please any one knows where the problem with TagLine and notify attachments could be? Thanks a lot, David Michal |