[ Omar Thameen writes: ]
>
> Occasionally someone accidentally or mischievously subscribes the
> address of the list itself to the list. Even under an "auto" subscribe
> policy, shouldn't this be internally disallowed to avoid loops?
Like Jason said, it's not possible to catch all loops, but Mj 1.94.4
does catch the simple case. In valid_addr() in majordomo.pl:
619 if ( $addr eq $list ) {
620 &main'abort("HOSTILE ADDRESS (tried to subscribe list) $addr");
621 return undef;
622 }
--
Dave Wolfe
References:
|
|