Ricardo Kleemann wrote: > I was looking at the code, I'm not sure if there is a C library for > storing the maildir files? > > I believe the changes would only affect 2 small localized areas, one in > dspam.c and another in dspam.cgi correct?
In theory, yes. In practice, I was planning on using an external quarantine agent (which dspam already supports), rather than add any code to dspam.c to handle maildir folders. And the changes to dspam.cgi would be better handled by abstracting all of the message extraction code out (so it could handle either mbox or maildir based on a configuration setting). In my dreams, I forsee a time where the user could specify they only wanted to see 50 messages per page out of the quarantine folder, since some people get _huge_ amounts of spam <raises hand> that make it very painful to have a single page listing... John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Blvd Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747
