HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Question about notify.awk
Every fax that was being sent from my WWW faxback page
(http:\\www.efficient.com\enifax.php) , the faxmaster
which is myself was copied on all transmission results,
by using Bcc: faxmaster in the notify.awk script, after upgrading
to version v4.0pl1, it doesn't work anymore.
[SNIP of notify.awk]
function putHeaders(subject)
{
print "To: " mailaddr;
print "Bcc: " faxmaster;
print "Subject: " subject;
print "";
printf "Your " jobType " job to " number;
}
[end of notify.awk snip]
cat /etc/aliases |grep faxmaster
faxmaster: dandre@efficient.com
-------------
Did something change? I'm using the faxcron which is aliased
to faxmaster and I received that e-mail, so I know I can received
e-mail, I just can't get anhthing from notify.awk anymore.
D'Andre
dandre@efficient.com