Hello!
So, is it just me, or is boxtrapper unable to save lists when used as an end-user via the webmail control panel?
If I log into webmail, then choose boxtrapper, then edit the whitelist and make a change, and then hit the SAVEbutton, I see a page with this:
SAVELIST
and the changes aren't stored. So... I did some digging and found a file called "webmailboxtrapper.cgi" Sure enough, I found these lines:
} elsif ($bxaction eq "savelist") {
print "SAVELIST\n";
}
Oh boy. That looks like what happens when a developer puts in a note to "code it later." This isn't broken... it's NOT EVEN IMPLEMENTED! *sigh*
The deep irony is that the list management when I'm logged into the cpanel for that domain does work. So they (the developers) have actually coded the ability to edit a list in a form and save it properly... they just didn't copy the code to the email management tools.
I guess I could hack this code, now that I know where to look... but this seems like a fairly major oversight! (Unless I'm missing something).
Any thoughts out there? Any advice? Anyone already fixed this in the code? I really, really like the "theory" of boxtrapper, but it isn't done enough and fine-tuned enough to roll it out to all of my hosted clients yet. *big sigh*
Thanks, All!
-Danimal
So, is it just me, or is boxtrapper unable to save lists when used as an end-user via the webmail control panel?
If I log into webmail, then choose boxtrapper, then edit the whitelist and make a change, and then hit the SAVEbutton, I see a page with this:
SAVELIST
and the changes aren't stored. So... I did some digging and found a file called "webmailboxtrapper.cgi" Sure enough, I found these lines:
} elsif ($bxaction eq "savelist") {
print "SAVELIST\n";
}
Oh boy. That looks like what happens when a developer puts in a note to "code it later." This isn't broken... it's NOT EVEN IMPLEMENTED! *sigh*
The deep irony is that the list management when I'm logged into the cpanel for that domain does work. So they (the developers) have actually coded the ability to edit a list in a form and save it properly... they just didn't copy the code to the email management tools.
I guess I could hack this code, now that I know where to look... but this seems like a fairly major oversight! (Unless I'm missing something).
Any thoughts out there? Any advice? Anyone already fixed this in the code? I really, really like the "theory" of boxtrapper, but it isn't done enough and fine-tuned enough to roll it out to all of my hosted clients yet. *big sigh*
Thanks, All!
-Danimal