On Sat, Jan 10, 2004 at 10:15:15AM -0800, Jim Ramsay wrote:
Added variable PENDING_WHITELIST_RELEASE which for now may be: 0 (do not release when whitelisting) 1 (release current message when whitelisting) (1 is default)
Out of curiosity, now that TMDA 1.1 requires Python 2.3, would'nt it be more intuitive to use True/False instead of 1/0 for configuration values?From Python's point of view they are the same, but it seems more readablewhen the defaults (and documentation) use True/False.
I would have done that, but I want to perhaps in the future expand this to 0, 1, or 2, where 2 is "Release ALL pending messages from sender"
-- Jim Ramsay
_________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
