What
does the log say? Did you try a single
#
FaxNotify START
if [ "$WHY" = "done" ]; then
MIMENCODE=/usr/local/bin/uuenview;
RETURNFILETYPE=pdf;
fi
#
FaxNotify END
Permissions
of notify script ok?
I
had problems with mimeencode, I installed sharutils on Fedora Core 2 and used
"MIMENCODE=/usr/local/bin/uuenview".
This
works for me.
About
the TagLine I 've no clue.
Von: David Michal [mailto:david.michal@xxxxxxxx]
Gesendet: Mittwoch, 31. August
2005 16:20
An: hylafax-users@xxxxxxxxxxx
Betreff: [hylafax-users]
TagLineFormat and notify with attach problem.
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