[Spambayes] pop3proxy web ui
Tony Meyer
tameyer at ihug.co.nz
Sat Jan 10 20:12:29 EST 2004
> Maybe there's a more straightforward way I could
> have re-reviewed a set of messages?
In the next release the 'find message' query has been improved quite a lot.
You can search by id as now, but also by subject, in the headers, or in the
body, and you can set the number of results that you want to find. (For
your case, a search in the headers for the particular date would work, I
imagine).
> 1. Use a textarea for entering the IDs. That way I could
> have just plopped the whole list in there.
That wouldn't have worked - it would have tried to find an id with the whole
lot, including newlines. When the new release comes out, it would be
interesting to know if you still think that there needs to be more room or
not.
> 2. Use GET instead of POST for that form. That way, I could
> have just modified the URL either one-by-one (e.g.,
> review?messageID=x) or in batch (e.g.,
> review?messageID=x&messageID=y...).
This has already been done for the next release.
> If either of those seems like a good idea, I'd be willing to
> submit a patch--heh, once I figure out where the dang HTML is ;-)
The html is in the file ui.html in spambayes/spambayes/resources (in the
source release; this doesn't get installed with setup.py install).
Thanks for the suggestions, though! Please keep them coming in, and we'll
certainly take any patches on offer, although it's always best to either
post a message like this to check that they haven't already been done (or to
run from cvs).
=Tony Meyer
More information about the Spambayes
mailing list