Does anyone have a fix for version 1.93 that seems to only check
the -digest list for a match on a GET (as well as others) command? Trying
to figure out and modify the lookup logic in the script is beyond my coding
expertise. :-( Here's a section of code...
if ($clean_list ne "") {
# The list is valid, so now check make sure that it's not a private
# list, or if it is, that the requester is on the list.
&get_config($listdir, $clean_list)
if !&cf_ck_bool($clean_list, '', 1);
if ((&cf_ck_bool($clean_list,"private_get") )
&& ! &is_list_member($reply_to, $listdir, $clean_list)) {
print REPLY "**** List '$clean_list' is a private list.\n";
print REPLY "**** Only members of the list can do a 'get'.\n";
print REPLY "**** You aren't a member of list '$clean_list'.\n";
return 0;
}
--
Adam Horwitz (630) 904-9500
Tripcom Systems Inc. adam@tripcom.COM
Follow-Ups:
|
|