Skip to content

Commit 192051f

Browse files
committed
Update listserv related links
1 parent 88c4e1f commit 192051f

File tree

2 files changed

+25
-28
lines changed

2 files changed

+25
-28
lines changed

src/components/Nav.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ const Nav = () => {
135135
<li>
136136
<a href="/about">About</a>
137137
</li>
138+
<li>
139+
<a href="https://listserv-wso.williams.edu">Listserv</a>
140+
</li>
138141
<li>
139142
<a href="https://status-wso.williams.edu">Status</a>
140143
</li>
@@ -147,7 +150,6 @@ const Nav = () => {
147150
<li>
148151
<a href="https://wso.williams.edu/bluemap/">Minecraft</a>
149152
</li>
150-
151153
<li>
152154
<a href="https://warp-wso.williams.edu">WARP Foundry</a>
153155
</li>

src/components/views/Misc/FAQ.jsx

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,35 @@ const FAQ = () => {
2929
<article>
3030
<br />
3131
<h4>
32-
To access listservs, type
33-
<strong>&nbsp;/mailman/listinfo&nbsp;</strong>
34-
after
35-
<strong>&nbsp;wso.williams.edu</strong>
32+
To access listservs, visit
33+
<strong>
34+
&nbsp;
35+
<a href="listserv.wso.williams.edu">
36+
listserv-wso.williams.edu
37+
</a>
38+
&nbsp;
39+
</strong>
3640
</h4>
3741
<br />
3842

3943
<h4>List Administrators</h4>
4044
<p>
41-
Please note that as a result of a recent server move, the address
42-
to access the admin portal for listservs has changed slightly.
43-
Append
44-
<strong>&nbsp;_wso.williams.edu&nbsp;</strong>
45-
to the old address to access the admin portal. For example, the
46-
admin portal for the
47-
<strong>&nbsp;wso-staff&nbsp;</strong>
48-
list was formerly
49-
<strong>&nbsp;/mailman/admin/wso-staff &nbsp;</strong>
50-
and is now
51-
<strong>&nbsp;/mailman/admin/wso-staff_wso.williams.edu</strong>
45+
Please note that as a result of a recent server move, access to
46+
administrator accounts has been reset.
47+
<strong>&nbsp;Create an account on the new site&nbsp;</strong>
48+
to gain access to your listserv administrator powers again. If you
49+
still cannot gain access to your list, contact a WSO adminstrator.
5250
</p>
5351

5452
<br />
5553
<h4>What&#39;s this?</h4>
5654
<p>
57-
Some of you may have noticed increased spam recently on your
58-
listservs. Bots scan websites trying to find emails, and so
59-
directly linking to emails can be risky. So, we ask that you
60-
manually enter the URL because it would take a sophisticated bot
61-
to figure out how to do that. We apologize for the inconvenience.
55+
We have recently implemented a new anti-spam technique to try and
56+
reduce the amount of spam on student listservs. As well, we have
57+
decided to move away from the old listserv software to improve
58+
ease of use. However, the new software does not allow for the
59+
migration of credentials from the old dashboard. As a result, you
60+
will need to make new ones. Our apologies.
6261
</p>
6362
<br />
6463
</article>
@@ -67,17 +66,13 @@ const FAQ = () => {
6766
<article>
6867
<br />
6968
<p>
70-
Access Old Willipedia at{" "}
71-
<a href="https://wso.williams.edu/wiki/index.php/Main_Page">
72-
this link
73-
</a>
74-
. Access New Willipedia at{" "}
69+
Access New Willipedia at{" "}
7570
<a href="https://wiki-wso.williams.edu/">this link</a>.
7671
</p>
7772
<p>
7873
We removed the Old Willipedia link from our header in production
79-
in April 2025. Please use New Willipedia only. Old Willipedia will
80-
be permanently sunset during Winter Study 2026.
74+
in April 2025. Old Willipedia was permanently sunset during Winter
75+
Study 2026 for security reasons.
8176
</p>
8277
<br />
8378
</article>

0 commit comments

Comments
 (0)