Max - 2004-07-23

Hi

I have a problem with the unsubscribe process.

I've set up 5 different lists. As a test, I've registered the same email address to the 5 lists.

When I first tried to unsubscribe the email address I got the message "Email address not registered".

I then went to change the code in unsubscribe.php on line 46 from:

if ($num!=1) die("Email address not registered");

to:

if ($num==0) die("Email address not registered");

With this change, I now get at least the first "List" to which the email address has been registered with.

I do not get the other 4 listed though.

Can you help?

Thanks