|
Majordomo-Users (April 1994) |
I had the same problem. Based on 1.60 code, do:
around line 872 in majordomo
if ($subscriber eq "" || !($subscriber =~ /@/)) {
$subscriber = $reply_to;
}
there is a function "check_and_request" that I just noticed. I'm not
sure who calls it though. do_subscribe doesn't.
Follow-Ups:
References:
|