HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] major bugs in smbfax
smbfax 1.1 has one major bug in it
in section use vars qw is one missing variable
use vars qw (
$SUBJECT
$BASE_URL
$FAXSTAT
$FAXRM
$SENDFAX
$MAIL
$RM
$CP
$TEMP
$DEAD_TIME
$VERSION
$TRAILING_EMAIL <<--- this is it
);
and this one is also missing here
sub mail_user {
my ($user, $code) = @_;
open (MAIL, "| $MAIL -s $SUBJECT $user$TRAILING_EMAIL") ||
(this is corrected version)
and this is it
have a nice day
gregor
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null