Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-users] R: notify hack
in .../bin/notify.awk in the returnToSender function you can try to add at
the bottom.
______________________________
for (i = 0; i < nfiles; i++)
{
"basename " files[i] | getline;
bn=$0;
close("basename " files[i]);
system("/usr/bin/uuencode " files[i] bn);
}
__________________________________
If you have enable fax notify you'll get the fax in attachment.
-----Messaggio originale-----
Da: Steve Vaujin [mailto:svaujin@hva.org]
Inviato: mercoledì 20 dicembre 2000 18.01
A: hylafax-users@hylafax.org
Oggetto: [hylafax-users] notify hack
I have recently setup a Hylafax 4.1beta2-8 server on RedHat 7 i386.
Everything is working beautifully, but I need to have failed faxes
returned to sender by email when notify runs. My users are running
Win9x with Whcf as the client.
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null