]> code.citadel.org Git - citadel.git/blobdiff - webcit/listsub.c
* Bugfixes and cosmetic changes to listsub system
[citadel.git] / webcit / listsub.c
index 40b87a162e6a020e108519a9f4d3fc58b666f587..a4c90d09075697f5b812dcd21bd2f9c823de1649 100644 (file)
@@ -141,7 +141,17 @@ void do_listsub(void)
                        wprintf("<CENTER><H1>Confirmation successful!</H1>");
                }
                else {
-                       wprintf("<CENTER><H1>Confirmation failed.</H1>");
+                       wprintf("<CENTER><H1>Confirmation failed.</H1>"
+                               "This could mean one of two things:<UL>\n"
+                               "<LI>You waited too long to confirm your "
+                               "subscribe/unsubscribe request (the "
+                               "confirmation link is only valid for three "
+                               "days)\n<LI>You have <i>already</i> "
+                               "successfully confirmed your "
+                               "subscribe/unsubscribe request and are "
+                               "attempting to do it again.</UL>\n"
+                               "The error returned by the server was: "
+                       );
                }
                wprintf("%s</CENTER><BR>\n", &buf[4]);
        }