aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorDavid Aspinall1999-08-17 19:24:48 +0000
committerDavid Aspinall1999-08-17 19:24:48 +0000
commit67202c30bc32d29bf714603371961401313b2df7 (patch)
tree166460ff2ce4a2d0d295d4dee2830f6fd93817d6 /html
parent551a6953e8989f8af100ca157e14a753781d0bfa (diff)
Mail to majordomo, not da
Diffstat (limited to 'html')
-rw-r--r--html/mailinglist.phtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/html/mailinglist.phtml b/html/mailinglist.phtml
index 004a90a5..45ce8b69 100644
--- a/html/mailinglist.phtml
+++ b/html/mailinglist.phtml
@@ -55,9 +55,11 @@ with the words "<tt>subscribe proofgeneral</tt>"
<input type=submit value="Send request">
</form>
</p>
+
<?php
- click_to_go_back();
- footer();
+ click_to_go_back();
+ footer();
+
else:
##
## Process subscription
@@ -69,7 +71,7 @@ with the words "<tt>subscribe proofgeneral</tt>"
$message = ($subscribe == "yes" ? "subscribe " : "unsubscribe ")
. "proofgeneral";
- mail("da", /* "majordomo@dcs.ed.ac.uk", */
+ mail("majordomo@dcs.ed.ac.uk",
"[Web form from ~proofgen]",
$message,
"Reply-To: " . $email . "\nFrom: " . $email);