Differences between revisions 7 and 8
Revision 7 as of 2019-02-26 15:11:25
Size: 2138
Comment:
Revision 8 as of 2019-03-20 06:10:11
Size: 2705
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
 * `COMP9999_tutor-list@cse.unsw.edu.au` generated from `COMP9999_tutor` UDB class
 * `COMP9999-list@cse.unsw.edu.au` generated from `COMP9999` UDB class, includes tutors, lecturers, supervisors
/!\ Due to 3+ terms, student memberships extend to end of week 2 of next term, hence overlapping with next term's student memberships.
* --(`COMP9999_student-list@cse.unsw.edu.au` generated from `COMP9999_student` UDB class)--
 * --(`COMP9999_tutor-list@cse.unsw.edu.au` generated from `COMP9999_tutor` UDB class)--
 * --(`COMP9999-list@cse.unsw.edu.au` generated from `COMP9999` UDB class, includes tutors, lecturers, supervisors)--


You can now add t0, t1, t2, t3 to COMP9999 to email students of a particular term.

 * ~+`COMP9999t1_student-list@cse.unsw.edu.au`+~ generated from ~+`COMP9999t1_student`+~ UDB class
 * ~+`COMP9999t1_tutor-list@cse.unsw.edu.au`+~ generated from ~+`COMP9999t1_tutor`+~ UDB class
 * ~+`COMP9999t1-list@cse.unsw.edu.au`+~ generated from ~+`COMP9999t1`+~ UDB class, includes tutors, lecturers, supervisors

Mailing Lists

Mailing lists derived from class membership of a course

Documented in detail on the CSE FAQ Taggi Virtual Aliases

/!\ Due to 3+ terms, student memberships extend to end of week 2 of next term, hence overlapping with next term's student memberships.

  • COMP9999_student-list@cse.unsw.edu.au generated from COMP9999_student UDB class

  • COMP9999_tutor-list@cse.unsw.edu.au generated from COMP9999_tutor UDB class

  • COMP9999-list@cse.unsw.edu.au generated from COMP9999 UDB class, includes tutors, lecturers, supervisors

You can now add t0, t1, t2, t3 to COMP9999 to email students of a particular term.

  • COMP9999t1_student-list@cse.unsw.edu.au generated from COMP9999t1_student UDB class

  • COMP9999t1_tutor-list@cse.unsw.edu.au generated from COMP9999t1_tutor UDB class

  • COMP9999t1-list@cse.unsw.edu.au generated from COMP9999t1 UDB class, includes tutors, lecturers, supervisors

To see who is on the mailing list,

  • % mlalias COMP9999_student-list (DEPRECATED)

  • % acc COMP9999_student/

  • % members COMP9999_student

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

(!) 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" (DEPRECATED - options must come after the mlalias name)
      % mlalias cs1911.12s2.tutors -C -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)