Mike Mylonas wrote:
Hi Team,
Given the number of "Please remove me from your list" or "Unsubscribe" messages posted to the list makes we wonder if we should investigate changing the footer that is attached to each list message to make unsubscribing easier.
I would suggest something like ... <begin sample footer> _______________________________________________ Koha Users Mailing List To unsubscribe, send email to koha-request@lists.katipo.co.nz or visit http://lists.katipo.co.nz/mailman/listinfo/koha
<end sample footer>
<begin sample footer> _______________________________________________ Koha Users Mailing List To unsubscribe, send email to koha-request@lists.katipo.co.nz or visit http://www.anyvalid.url/unsub-koha.html <end sample footer> Where the link in the footer points to to a form something like: [--snip--] <html> <head> <title>Unsubscribe From Koha</title> </head> <body bgcolor=#ffffff> <!- begin unsub-koha.html --> <h2>Unsubscribe or Change your Koha Mailing List Information</h2> <form method='post' action='http://lists.katipo.co.nz/mailman/subscribe/koha'> <input name="info" type="text" value="" size="30" > <input name="UserOptions" type="submit" value="Unsubscribe or Modify" > </form> <!-- end unsub-koha.html --> </body> <html> [--snip--] R.