summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Expand)AuthorAgeFilesLines
* All the old delivery scripts contact_transport, deliver, dumb_deliverbwarsaw1999-11-244-331/+0
* Applied patch for PR#69, although num_addrs doesn't appear to be usedbwarsaw1999-07-091-1/+1
* deliver shouldn't be ignored!bwarsaw1999-03-311-1/+0
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* forker(): fixed typo in docstring. Also use Utils.reraise() insteadbwarsaw1999-01-081-2/+4
* Removed import of smtplib, since it isn't used in this file.bwarsaw1998-12-221-2/+0
* Made a new system limit called SMTP_MAX_RCPTS that limits the numbercotton1998-11-231-10/+20
* main(): Only the child proces should do an os._exit() - and we put itklm1998-11-211-2/+4
* make finishbwarsaw1998-10-201-0/+2
* changed contact_transport so that it doesn't invoke a queue runcotton1998-10-051-1/+1
* Do some explicit logging if an error is encountered in the queueing ofklm1998-08-051-1/+9
* do_child(): Take parameters via stdin lines, instead of command lineklm1998-07-231-34/+35
* Take parameters via stdin lines, instead of command line arguments, toklm1998-07-231-4/+19
* Utils.TrySMTPDelivery() was being invoked with the from_addr andklm1998-07-231-1/+1
* Whoops! Neglected to mention that i added a LogStdErr() call toklm1998-07-231-1/+1
* Add missing imports so we don't depend on other modules populatingklm1998-07-231-6/+8
* Whoops, there was another call to smtplib that needed the indirection.viega1998-07-201-4/+3
* Cosmetic addition of info about the purpose of the REFRACT and TRIESklm1998-07-021-1/+2
* [Other developers - please take a look at these refinements to theklm1998-07-011-58/+112
* Packagizedbwarsaw1998-06-192-2/+5
* Fixed a typo which only is a problem if there is 1 group.viega1998-06-021-3/+3
* Modified the deliver scripts to call contact_transport via a popenviega1998-05-303-30/+24
* Added the contact_transport script to the list of files to copy.viega1998-05-301-1/+1
* Fixed a bug where the first parameter to exec wasn't right, nor wereviega1998-05-301-3/+3
* Fixed this to generate a new temp file for each time it contactsviega1998-05-301-7/+20
* There are some commented out debugging lines now.viega1998-05-301-0/+2
* Just removed a setting of SENDMAIL_CMD I overlooked.viega1998-05-291-1/+0
* Modified to use contact_transport instead of a sendmail command.viega1998-05-282-27/+14
* Script that contacts port 25 to send mail. It currently uses my smtplib.pyviega1998-05-281-0/+36
* ignore the Makefilebwarsaw1998-05-261-0/+1
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+69
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-1/+1
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-4/+3
* Fixed a typo in the zipcode.viega1998-05-262-3/+3
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-252-1/+32
* Resolved elusive bug - addresses containing quotes - eg,klm1998-04-111-1/+2
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4
* Added a modest docstring to GroupByDomain.mailman1998-03-301-0/+1
* We have been seeing problems when invoked in a tight loop frommailman1998-03-201-3/+5
* Whoops! Neglected to notice that deliver is a script, not a binary, so i'mmailman1998-03-081-0/+76
* Ignore the binaries - they should be built fresh from the sources inmailman1998-03-041-0/+3
* Initial revisionmailman1998-02-271-0/+22