If you can show me an example of how a live generated "Remove Link" looks in your messages (changing the Remove Links options can affect this...) I can parse that line for the users' ListMail ID...
Have you confirmed that you can forward email to CGI scripts on your host?
Regards
Yes, cgi is working.
But I dont use remove link, because the cgi will remove users, or I will remove they manually in some cases.
One option could be, that I include the their e-mail address in the body of my followup, so remove.cgi can search for e-mail address in body, then remove this found address.
I will use only this one address in my body, and no other @ sings, so it will be easy to grab the e-mail address.
So the remove.cgi search in body for e-mail address, if found one, then remove this address from my list, then forward the reply to me. (but I will check the "Keep removed users in database but don't mail" option, so do not delete users, only remove)
Is this good solution? (One disadvantage, that I have to include the receiver's e-mail address in the body then.)