| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added some constants for use by ListAdmin.py and admindb.py | bwarsaw | 2000-06-20 | 1 | -0/+8 |
| * | PrintPostRequest(): Fixed the call to discard a message when the given | bwarsaw | 2000-06-19 | 1 | -1/+1 |
| * | Now recognizes what I think are both Netscape Messaging Service 3.6 | bwarsaw | 2000-06-16 | 1 | -13/+22 |
| * | Several UI and functional changes. Better layout and better text in | bwarsaw | 2000-06-15 | 1 | -20/+54 |
| * | HandleRequest(): Takes three new additional arguments, `preserve', | bwarsaw | 2000-06-15 | 1 | -24/+60 |
| * | All MessageHeld derived classes now include a rejection string, which | bwarsaw | 2000-06-15 | 1 | -14/+31 |
| * | MessageHeld.rejection_notice(): New method which subclasses override | bwarsaw | 2000-06-15 | 1 | -0/+8 |
| * | SPAM_DIR: The fullpath to the $PREFIX/spam subdir. | bwarsaw | 2000-06-15 | 1 | -0/+1 |
| * | __handlesubscription(): Change the sense of the `value' parameter to | bwarsaw | 2000-06-14 | 1 | -2/+2 |
| * | PrintAddMemberRequest(): It makes for better usability if the `refuse' | bwarsaw | 2000-06-14 | 1 | -1/+1 |
| * | main(): call to syslog() had the wrong number of arguments. | bwarsaw | 2000-06-14 | 1 | -1/+1 |
| * | Update(): Call ZapOldVars() | bwarsaw | 2000-06-14 | 1 | -0/+7 |
| * | DATA_FILE_VERSION: Bump to 21 to catch the removal of the num_spawns | bwarsaw | 2000-06-14 | 1 | -1/+1 |
| * | GetSender(): Return '' as the fallback false return value instead of | bwarsaw | 2000-06-14 | 1 | -1/+1 |
| * | InitTempVars(): Added back the argument withlogging when creating the | bwarsaw | 2000-06-14 | 1 | -11/+8 |
| * | Harald has convinced me that the lock file unlinking order should be | bwarsaw | 2000-06-14 | 1 | -20/+12 |
| * | Big-time reorganization of the order of variables. Added a bunch of | bwarsaw | 2000-06-14 | 1 | -115/+182 |
| * | process(): For those bounce formats that are essentially MIME, it is | bwarsaw | 2000-06-08 | 3 | -6/+18 |
| * | Liberalize the regular expression matching a bit to handle other MTA's | bwarsaw | 2000-06-06 | 1 | -14/+14 |
| * | cosmetic | bwarsaw | 2000-06-06 | 1 | -1/+0 |
| * | do_child(): Use NNTP_USERNAME and NNTP_PASSWORD for optional site-wide | bwarsaw | 2000-06-05 | 1 | -1/+5 |
| * | NNTP_USERNAME, NNTP_PASSWORD: Optional site-wide values for specifying | bwarsaw | 2000-06-05 | 1 | -3/+8 |
| * | ChangeOptions(): Thomas Wouters patch to not complain about empty | bwarsaw | 2000-06-05 | 1 | -1/+1 |
| * | __handlepost(): Always send out the rejection notice; don't | bwarsaw | 2000-06-05 | 1 | -3/+2 |
| * | Netscape.py: Detects what appears to be Netscape Messaging Server 3.6 | bwarsaw | 2000-06-05 | 10 | -23/+107 |
| * | __break(): winner file may not exist. | bwarsaw | 2000-06-05 | 1 | -2/+5 |
| * | process(): Wrap the actual message delivery loops in a mlist | bwarsaw | 2000-06-03 | 1 | -12/+15 |
| * | Support for delivering recipient chunks via multiple threads. Python | bwarsaw | 2000-06-03 | 1 | -19/+86 |
| * | MAX_DELIVERY_THREADS: new variable which controls the number of | bwarsaw | 2000-06-03 | 1 | -0/+14 |
| * | Convert from mlist.LogMsg() inteface to new syslog() interface for | bwarsaw | 2000-06-03 | 1 | -3/+4 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -52/+21 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 3 | -53/+49 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 4 | -25/+28 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -5/+7 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -3/+4 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -2/+3 |
| * | Convert all uses of sys.stderr.write() and mlist.LogMsg() to the new | bwarsaw | 2000-06-02 | 9 | -24/+32 |
| * | Rename Syslog class to _Syslog to indicate that it shouldn't normally | bwarsaw | 2000-06-02 | 1 | -3/+4 |
| * | Makefile.in: Install all .py files | bwarsaw | 2000-06-02 | 2 | -2/+53 |
| * | Fixes inspired or provided by Harald Meland. Specifically, | bwarsaw | 2000-06-01 | 1 | -27/+43 |
| * | process_form(): When listing a user's other subscriptions, don't use | bwarsaw | 2000-06-01 | 1 | -8/+9 |
| * | map_maillists(): Removed. The semantics and interplay with list | bwarsaw | 2000-06-01 | 1 | -32/+0 |
| * | LogStdErr(): In the call to StampedLogger(), pass manual_reprime value | bwarsaw | 2000-06-01 | 1 | -1/+1 |
| * | DeliverToList(): When the parameter msgdata has no 'pipeline' key, we | bwarsaw | 2000-06-01 | 1 | -1/+1 |
| * | Add a nice big security warning to the module docstring. | bwarsaw | 2000-06-01 | 1 | -0/+5 |
| * | Load(): Extend the falling back to config.db.last to situations where | bwarsaw | 2000-06-01 | 1 | -26/+48 |
| * | Thomas Wouters writes: | bwarsaw | 2000-05-31 | 1 | -1/+3 |
| * | HoldMessage(): Use the repr() of the message, not the str() so as to | bwarsaw | 2000-05-31 | 1 | -1/+1 |
| * | In a bit of a kludge, added an __repr__() which returns a string | bwarsaw | 2000-05-31 | 1 | -2/+11 |
| * | Message.__str__(): Include the unixfrom line in the return value; this | bwarsaw | 2000-05-31 | 1 | -2/+1 |