summaryrefslogtreecommitdiff
path: root/scripts/post (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set package name and version number in AC_INIT macro in configure.in. Also,bwarsaw2006-05-151-73/+0
* - fixed misspelling of propagate in loginit.initialize call in cron/disabled.msapiro2006-05-091-2/+9
* More logging updates:bwarsaw2006-04-281-16/+13
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Update copyright years.bwarsaw2002-03-161-1/+1
* Since these scripts are always run from the wrapper, they don't need abwarsaw2001-09-071-1/+1
* main(): Be sure to set the _plaintext message metadata key to informbwarsaw2001-06-271-1/+1
* main(): Don't set the `received_time' metadata here; it's set in thebwarsaw2001-05-141-3/+1
* main(): Set the message metadata `received_time' to the current time.bwarsaw2001-05-011-1/+5
* import Mailman.i18n._bwarsaw2001-02-161-0/+1
* Convert to using the new switchboard interface.bwarsaw2001-02-151-42/+14
* main(): Explicitly queue the message to INQUEUE_DIR (see changesbwarsaw2000-12-201-1/+1
* get_message(): The filter programs now live in VAR_PREFIX/filters.bwarsaw2000-09-221-1/+1
* main(): Add the `tolist' flag to the message data, so we can trackbwarsaw2000-09-081-1/+1
* All three scripts have now been changed to always quickly queue theirbwarsaw2000-06-141-19/+13
* main(): No need to explicitly enqueue the message, sincebwarsaw2000-05-221-5/+2
* Robustification of posting. If any of the following fails -- the listbwarsaw2000-05-081-38/+53
* Removed the debugging messages from the main script.bwarsaw2000-03-281-3/+3
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Be sure to reprime the stderr logger so we get a timestamp on thebwarsaw1999-12-251-0/+1
* Added some logging so we can try to figure out why some posts arebwarsaw1999-12-221-0/+2
* Must read stdin into a StringIO object so that its seekable, sincebwarsaw1999-12-141-1/+3
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-74/+48
* Use convenience StringIO modulebwarsaw1999-11-101-5/+1
* Several changes to use the new Message objects and interface tobwarsaw1999-11-101-6/+13
* Post(): New policy for message loops (e.g. messages that show up atbwarsaw1999-04-161-14/+23
* tmp_prevent_gate attribute on the MailList objects is gone!bwarsaw1999-03-061-4/+12
* Use Util.maketext() and move post held message intobwarsaw1998-08-291-16/+8
* SendTextToUser() no longer takes a raw argumentbwarsaw1998-08-291-2/+1
* Changing policy about when notifications are sent for posts held forklm1998-08-131-6/+2
* Using new, tidy mechanism for getting putting a StampedLogger onklm1998-08-031-7/+2
* Don't need to check whether the list is locked before doing the unlockklm1998-07-171-2/+1
* Check for existing lock before unlocking.klm1998-07-151-2/+2
* StampedLogger now comes out of the Mailman.Logging.StampedLoggerbwarsaw1998-07-061-3/+3
* Packagizedbwarsaw1998-06-191-9/+13
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-131-3/+1
* Modified post to take a second optional argument. If the second argumentviega1998-05-311-2/+7
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-9/+8
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+16
* Set stderr to the logger, to get errors logged if they occur.mailman1998-04-101-3/+8
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-0/+3
* In addition to moderated messages, recognize error messages associatedmailman1998-04-081-2/+6
* Add modest module docstring (while i happened to be there).mailman1998-04-031-4/+8
* Do not send out "holding for approval" messages when the reason formailman1998-03-181-2/+5
* Removed spurious and dangerous /tmp debugging output file - unwritableklm1998-03-081-3/+2
* Initial revisionmailman1998-02-271-0/+69