Differences between revisions 18 and 25 (spanning 7 versions)
Revision 18 as of 2020-05-31 21:50:21
Size: 2422
Comment:
Revision 25 as of 2020-06-14 10:50:02
Size: 2257
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * --(COMP9999_student-list@cse.unsw.edu.au generated from COMP9999_student UDB class)--
   (!) Student class memberships starts two weeks before term and extend two weeks into next term.
 * --(COMP9999_student-list@cse.unsw.edu.au)--
   (!) Student memberships starts two weeks before term and extend two weeks into next term.
Line 17: Line 17:
   . acc COMP9999t1_student/
   . members COMP9999t1_student
     * acc COMP9999t1_student/
     * members COMP9999t1_student
Line 20: Line 20:
   (!) Tutor class memberships expires end of Week 2 next term.
   . If the course ran in the previous term, tutor-list will contain previous tutors for two weeks into term.
 * `COMP9999-list@cse.unsw.edu.au` includes tutors, lecturers, supervisors
   (!) Tutor memberships expires end of Week 2 next term.
   . If the course ran in the previous term, tutor-list contains previous tutors for two weeks into term.
 * `COMP9999-list@cse.unsw.edu.au` student, tutors, lecturers, supervisors
   (!) Beware of memberships overlapping terms
Line 40: Line 41:
 . `% man mlalias`
Line 47: Line 47:
% mlalias -C cs1911.12s2.tutors -c "12s2 COMP1911 tutors" (DEPRECATED - options must come after the mlalias name)
Line 49: Line 48:
% mlalias cs1911.12s2.tutors -a meicheng meichengwhale@gmail.com % mlalias cs1911.12s2.tutors -a z5555555

Mailing Lists

Mailing lists derived from class membership of a course

Documented in detail on the CSE FAQ Taggi Virtual Aliases

  • COMP9999_student-list@cse.unsw.edu.au

  • COMP9999_tutor-list@cse.unsw.edu.au

    • (!) Tutor memberships expires end of Week 2 next term.

    • If the course ran in the previous term, tutor-list contains previous tutors for two weeks into term.
  • COMP9999-list@cse.unsw.edu.au student, tutors, lecturers, supervisors

    • (!) Beware of memberships overlapping terms

members -?
Usage: members [options] <group>
    -z, --zid                        Sort by zid
    -u, --show-username              Show primary username
    -e, --show-email                 Show UNSW email
    -l, --list                       List matching groups
    -?, --help                       Show this help message

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

  • Examples
    • To create a tutor mailing list,
      % ssh cs1911@localhost
      % mlalias cs1911.12s2.tutors -C -c "12s2 COMP1911 tutors"
      % mlalias cs1911.12s2.tutors -a z5555555 
    • To create a student mailing list,
      mlalias cs1911.12s2.students -C \
       -s `grep COMP1911 ~sms/sturec/data/12s2_COMP | cut -f2 -d'|' | sed -e 's/^/z/' | tr '\n' ','`

(!) Remember to remove the mailing lists so as not to clog up the database.

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