|
Hi all,
I have some trouble about MajorCool.
I can not receive request mail from MajorCool, although I use
default setting(majorcool_******.cf : list_create_cmd=""). By default setting
List Creation command will send mail to the Majordomo-owner's
address.
So I check sub routine "create_list"(in majorcool.pl). And
I find there is the heart of a problem between line 1060 and line
1077.
Therefore I have test it with comment out on line 1060 "if
($?>>8 == 0) {" and line 1077 "}". As a result ,I can get request mail
correctly.
What does "$?>>8" mean? I'm not sure what is causing
this problem.
Any help will be appreciated. Thanks.
Tomoyuki
========================================= OS:FreeBSD 4.2-RELEASE
(VKERN) Apache v 1.3 MajorCool version 1.3.2 Majordomo version
1.94.4 Perl version
5.005_03 =========================================
|