[Tutor] mailman html page

Rodeo Red rodeored@netstep.net
Sat, 24 Mar 2001 20:35:51 -0500


This is from the Mailman interface. I think this is a python question, I
think these tags are for python, but I could be wrong:  

<td>
            <MM-Undigest-Radio-Button> No
	    <MM-Digest-Radio-Button>  Yes

	</TD>
      </tr>
      <tr>
	<td colspan="3">
	  <center><MM-Subscribe-Button>

Anyway, what i want to do is change it so there is only a subscribe
button, without giving the user a choice.  It's only supposed to
subscribe them to the digest version. The best I can get is to leave the
Undigest button out, but if the user doesn't check the digest button
they get the  undigest version.  

Is there a way to do this ?