I just
noticed that there are two file called xferlog: one is written in
/var/spool/hylafax/etc, and the other one exists in /var/spool/hylafax/log.
In the first one there are only entries that have "UNSENT" and "SUBMIT"
in the second field, all others go to the second file.
Using "grep" at the source code (version 5.2.7) I only find one place
where xferlog is to be placed:
hylafax-5.2.7 # grep -i "xferlog" *
config.h:#define FAX_XFERLOG FAX_ETCDIR "/xferfaxlog"
config.h.in:#define FAX_XFERLOG FAX_ETCDIR "/xferfaxlog"
Is it possible that the second xferlog is written by capifax?