Differences between revisions 2 and 3
Revision 2 as of 2012-11-23 15:46:56
Size: 1540
Comment:
Revision 3 as of 2013-03-06 08:25:47
Size: 1591
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
Documented in detail on the CSE FAQ Taggi [[http://taggi.cse.unsw.edu.au/FAQ/Mlalias/ | Mlalias ]] Documented in detail on the CSE FAQ Taggi [[http://taggi.cse.unsw.edu.au/FAQ/Mlalias/ | Mlalias ]] or type on the commandline

 . `% man mlalias`

Mailing Lists

Mailing lists derived from class membership of a course

Documented in detail on the CSE FAQ Taggi Virtual Aliases

  • COMP9999_student-list generated from COMP9999_student UDB class

  • COMP9999_tutor-list generated from COMP9999_tutor UDB class

  • COMP9999-list generated from COMP9999 UDB class, includes tutors, lecturers, supervisors

To see who is on the mailing list,

  • % mlalias COMP9999_student-list

  • % acc COMP9999_student/

(!) Too early before the current session, the mailing list could include last session's students. Too late after the current session, the students could be dropped from the list.

Mailing lists derived from enrolment files

Documented in detail on the CSE FAQ Taggi Enrol Pageboy

Self maintained Mailing lists

Documented in detail on the CSE FAQ Taggi Mlalias or type on the commandline

  • % man mlalias

  • Examples
    • To create a tutor mailing list,
      % ssh cs1911@localhost
      % mlalias -C cs1911.12s2.tutors -c "12s2 COMP1911 tutors"
      % mlalias cs1911.12s2.tutors -a meicheng meichengwhale@gmail.com 
    • To create a student mailing list,
      mlalias cs1911.12s2.students -s `grep COMP1911 ~sms/sturec/data/12s2_COMP | cut -f2 -d'|' | priv upi -u | cut -f2 -d' '

(!) Remember to remove the mailing lists so as not to clogged up the mail alias database.

MailingLists (last edited 2023-09-05 14:26:41 by MeiChengWhale)