| CYBERBUZZ > Support > Listproc FAQ ___ "A server for the students" ___ home I about I support I calendar I organizations I email ___ | ||
What are the methods for managing email lists on CyberBuzz?
Web Based List AdministrationHow to setup web based administration
Email Based List AdministrationLists may be administered via email. By sending email formatted a certain way to the listproc@cyberbuzz.gatech.edu email address you can administer your email list.
ILP(Interactive ListProc) program
You can use and interactive session via ilp. You can download a windows version
by searching the internet for winilp. However, there is a unix version
installed on cyberbuzz at
Notice: winilp is gui based. Just read the instructions. A few common commands
Web CGI Add/Remove CallThere is a common cgi script which allows you to embed subscribe and unsubscribe forms into your web pages. The following assumes you know how to use formsCGI LOCATION: http://cyberbuzz.gatech.edu/cgi-bin/common/listfuncs.cgi Field: theaction
Field: listname
Field: email
Field: name
Field: webaddress
Field: webname
Example HTML
<form method=post action="http://cyberbuzz.gatech.edu/cgi-bin/common/listfuncs.cgi">
Misc QuestionsHow do I set a list up so that when subscribers reply to an e-mail that has been sent out to the list, it only goes back to the person who sent it originally?You need to issue a config command to your list to set this option. To do this, send and email to listproc@cyberbuzz.gatech.edu with no subject. In the body of the email place the commandconf listname listpassword REPLY-TO-SENDER-ALWAYSwhere listname is the name of the list you want to set this option on. This should be only the listname and not the email address. If you are typing @cyberbuzz.gatech.edu then you are trying the email address and not the listname. The listname is the part before the @cyberbuzz. The listpassword is the password for this list that was specified when the list was requested unless you have changed it since. This is NOT your cyberbuzz account password. If you want to change the list back to default all replies to the list just change REPLY-TO-SENDER-ALWAYS with REPLY-TO-LIST-ALWAYS. For other list commands see A few common commands How do I add a new owner to a list on Cyberbuzz?There is two ways to add an owner to a list on CyberBuzz. The first is to login to Account Update from the support page with your CyberBuzz account login. Click on the Mail Lists option on this menu. It will display each list associated with your account. Then click on the link Add New Owner Email under the list that you want to add the new owner to. Enter the fully qualified email address of the person you want to add as an owner of the list. It must be the email address the person will use to administer the list. The second way is to issue a config command on your list. In the body of an email to listproc@cyberbuzz.gatech.edu with no subject include the following line.
conf listname listpassword OWNERS newowner@whatever.com
where listname and listpassword as substituted for the actual listname and password for that list and newowner@whatever.com is the email address of the owner to add to the list. How do I remove an owner for a list on Cyberbuzz?To remove an owner you must use the email or ilp method described above. You cannot use the web interface to modify owners. To remove the owner send the command from an owners email address
conf listname listpassword REMOVE-OWNER oldowner@whatever.com
where listname and listpassword as substituted for the actual listname and password for that list and newowner@whatever.com is the email address of the owner to remove from the list How do I request a list on Cyberbuzz?First before you can request an email distribution list on CyberBuzz you must be a campus organization and you must have an account on CyberBuzz. To request an account on CyberBuzz go to Request Account. Once you have an account on CyberBuzz you can request lists from Account Update on the support page.. You will need to login with your CyberBuzz account uid and password. Once you have logged in you can request lists under the option Mail Lists. You will be prompted for the list name and list options. Once submitted it will be reviewed and approved or declined by the admins. You will receive email notification when either takes place.
(MK) |