[Nov 23, 2009 14:09] Web access to Microsoft Live@edu accounts now works.
Table of Contents
Control submissions by selected senders
You, as list administrator, can selectively choose who, among the list members, can send messages directly to all list members and who cannot.
- Access the list administration website for your mailing list.
- Click Membership Management
- Click Membership List.
- Find the email address of the list member who should or should not be moderated.
- Click in the column labeled mod on the row where the email address appears. This will select or deselect moderation for this individual.
- Click the Submit Your Changes button at the bottom of the page.
- If you have completed your list administration work, remember to click the Logout link and close your browser.
In addition, you can enable addresses of people who are not members of your list to send messages to it.
- Access the list administration website for your mailing list.
- Click Privacy Options.
- Click Sender Filters.
- Enter addresses in List of non-member addresses whose postings should be automatically accepted.
- Click the Submit Your Changes button at the bottom of the page.
- If you have completed your list administration work, remember to click the Logout link and close your browser.
Mailman requires an exact match between the way the message sender's email address appears in the list as an unmoderated member or in the approved sender list to allow immediate distribution of a message sent to the list address.
Exact matches can be difficult here at U.Va. where people can have multiple versions of their email address as well as one or more email alias addresses.
- mst3k@virginia.edu
- mst3k@cms.mail.virginia.edu
- mst3k@m.mail.virginia.edu
- mst3k@hscmail.mcc.virginia.edu
- mystery@virginia.edu
- mysteryt@virginina.edu
To use a regular expression to add to the approved senders list all permutations of a U.Va. email address (example: mst3k), you will:
- Access the list administration website for your mailing list.
- Click Privacy options.
- Click Sender filters.
- Scroll down to find List of non-member addresses whose postings should be automatically accepted.
- Click in the box and add a regular expression similar to the following for each U.Va. person that you want to be able to send messages to the list without review even if their email address is an unmoderated list member:
^U.Va._Computing_ID@.*virginia.eduDescription of the above: Begin the line with a caret (^), followed by the U.Va. Computing ID (example: mst3k), an "at" symbol (@), a period (.), an asterisk (*) and end with "virginia.edu".
Example: ^mst3k@.*virginia.eduThis regular expression tells Mailman that for the specified ID, any email address that ends with virginia.edu is a match.
- Click the Submit Your Changes button at the bottom of the page.
- If you have completed your list administration work, remember to click the Logout link and close your browser.
Adding non-U.Va. approved senders
As other sites on the Internet sometimes use varying email addresses for people in their domain, if you have a non-U.Va. approved sender/list member, you should add to the approved senders list a regular expression that will allow Mailman to recognize all permutations of their email addresses.
- Access the list administration website for your mailing list.
- Click Privacy options.
- Click Sender filters.
- Scroll down to find: List of non-member addresses whose postings should be automatically accepted.
- Click in the box and add a regular expression similar to the following for each non-U.Va. person that you want to be able to send messages to the list without review even if their email address is an unmoderated list member:
^emailid@.*somewhere.netDescription of the above: Begin the line with a caret (^), followed by the non-U.Va. email ID (example: mstheatre), an "at" symbol (@), a period (.), an asterisk (*) and end with the person's domain information, which is typically the last two parts of their email address.
Example:
For the address: mstheatre@comp.name.somplace.net
Use: ^mstheatre@.*someplace.net - Click the Submit Your Changes button at the bottom of the page.
- If you have completed your list administration work, remember to click the Logout link and close your browser.
Adding U.Va. email alias addresses
Each alias address for an individual must be entered separately with no special formatting.
- Access the list administration website for your mailing list.
- Click Privacy options.
- Click Sender filters.
- Scroll down to find: List of non-member addresses whose postings should be automatically accepted.
- Click in the box and add unchanged the email alias address for each U.Va. email alias address (example: mystery@virginia.edu), that you want to be able to send messages to the list without review, even if the person's email address is an unmoderated list member:
email_alias_address@virginia.eduDescription of the above: Enter the person's U.Va. email alias address followed by an "at" symbol (@) followed by "virginia.edu."
Example: for the alias: mystery@virginia.edu, enter: mystery@virginia.edu
- Click the Submit Your Changes button at the bottom of the page.
- If you have completed your list administration work, remember to click the Logout link and close your browser.
Allow messages from any email address ending in virginia.edu
To configure your list so that messages from list members and any sender whose email address ends in "virginia.edu" are the only messages distributed immediately to the list members, do the following.
Moderate your list and add the non-U.Va. list members to the approved senders list. Next add a regular expression to accept messages from any email address that ends with "virginia.edu."
- Access the list administration website for your mailing list.
- Click Privacy options.
- Click Sender filters.
- Scroll down to find: List of non-member addresses whose postings should be automatically accepted.
- Click in the box and put the following regular expression into it:
^.*@.*virginia.edu
What you type must match exactly what is shown.
Description of the above: Begin the line with a caret (^), followed by a period (.), an asterisk (*), an "at" symbol (@), a period (.), an asterisk (*) and end with "virginia.edu".
This regular expression tells Mailman that any ID in the virginia.edu domain is an approved sender for the list.
- Click the Submit Your Changes button at the bottom of the page.
- If you have completed your list administration work, remember to click the Logout link and close your browser.