=1 &&
preg_match("/^No such member/", $G_UnsubStatus[0]) )
{
print("ERROR: ".$_GET["A"]." was not subscribed to ".$_GET["L"]
." and therefore cannot be unsubscribed
\n");
}
else
{
print("ERROR:");
if (count($G_UnsubStatus)>0)
{
foreach ($G_UnsubStatus as $Line)
{
print(" ".$Line."
\n");
}
}
else
{
print(" unknown error
\n");
}
}
}
else
{
print("ERROR: Not able to process your request.");
}
?>