aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix.Eric S. Raymond1996-10-251-1/+2
| | | | svn path=/trunk/; revision=375
* Support for multidrop mailboxes.Eric S. Raymond1996-10-2410-44/+363
| | | | svn path=/trunk/; revision=374
* Paul Traina's crash fix.Eric S. Raymond1996-10-241-1/+1
| | | | svn path=/trunk/; revision=373
* Don't need to pacify exim any more.Eric S. Raymond1996-10-241-12/+0
| | | | svn path=/trunk/; revision=372
* Make nxtaddr terminate properly.Eric S. Raymond1996-10-241-31/+11
| | | | svn path=/trunk/; revision=371
* Update.Eric S. Raymond1996-10-241-0/+3
| | | | svn path=/trunk/; revision=370
* Be nore explicit.Eric S. Raymond1996-10-231-1/+1
| | | | svn path=/trunk/; revision=369
* Typo fix.Eric S. Raymond1996-10-231-1/+1
| | | | svn path=/trunk/; revision=368
* POP3 warning.Eric S. Raymond1996-10-231-3/+9
| | | | svn path=/trunk/; revision=367
* Reset token count on comma.Eric S. Raymond1996-10-231-1/+2
| | | | svn path=/trunk/; revision=366
* Avoid hosing up on continuation lines.Eric S. Raymond1996-10-231-12/+32
| | | | svn path=/trunk/; revision=365
* No more FLAGS.SILENT.Eric S. Raymond1996-10-212-11/+5
| | | | svn path=/trunk/; revision=364
* Cleaner UIDL.Eric S. Raymond1996-10-211-6/+4
| | | | svn path=/trunk/; revision=362
* Screem loudly on protocol errors.Eric S. Raymond1996-10-211-5/+7
| | | | svn path=/trunk/; revision=361
* Better errorb bailout in the UIDL handling.Eric S. Raymond1996-10-211-5/+8
| | | | svn path=/trunk/; revision=360
* Deeal with exim.Eric S. Raymond1996-10-211-0/+12
| | | | svn path=/trunk/; revision=359
* Speculative change to unused code.Eric S. Raymond1996-10-211-3/+3
| | | | svn path=/trunk/; revision=358
* Crap out sooner on SMTP failure.Eric S. Raymond1996-10-211-1/+1
| | | | svn path=/trunk/; revision=357
* Add our own yywrap.Eric S. Raymond1996-10-211-0/+4
| | | | svn path=/trunk/; revision=356
* Comment cleanup.Eric S. Raymond1996-10-211-88/+12
| | | | svn path=/trunk/; revision=355
* Avoid the socket-exhaustion bug.Eric S. Raymond1996-10-194-4/+53
| | | | svn path=/trunk/; revision=354
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-198-20/+66
| | | | svn path=/trunk/; revision=353
* Don't set up MDA if we're in check_only mode.Eric S. Raymond1996-10-191-1/+1
| | | | svn path=/trunk/; revision=352
* Better octet-message parsing.Eric S. Raymond1996-10-192-2/+13
| | | | svn path=/trunk/; revision=351
* Schwendt's correction to the sizeticker code.Eric S. Raymond1996-10-191-13/+14
| | | | svn path=/trunk/; revision=350
* Don't allow a fetchmail with arguments to wake up a daemon.Eric S. Raymond1996-10-191-0/+7
| | | | svn path=/trunk/; revision=349
* Expand SMTP buffers to deal with long greeting messages.Eric S. Raymond1996-10-181-1/+1
| | | | svn path=/trunk/; revision=348
* Catch another rewrite case.Eric S. Raymond1996-10-182-1/+20
| | | | svn path=/trunk/; revision=347
* Use seteuid(2) during MDA execution.Eric S. Raymond1996-10-184-4/+26
| | | | svn path=/trunk/; revision=346
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-1713-473/+130
| | | | svn path=/trunk/; revision=345
* Allow C-style escapes in strings.Eric S. Raymond1996-10-175-11/+124
| | | | svn path=/trunk/; revision=344
* QNX cleanup.Eric S. Raymond1996-10-172-2/+2
| | | | svn path=/trunk/; revision=343
* Message and documentation cleanup.Eric S. Raymond1996-10-174-17/+22
| | | | svn path=/trunk/; revision=342
* Give up on privilege change.Eric S. Raymond1996-10-171-3/+0
| | | | svn path=/trunk/; revision=341
* Privilege-switching can't be done.Eric S. Raymond1996-10-151-23/+0
| | | | svn path=/trunk/; revision=340
* More configuration cleanup.Eric S. Raymond1996-10-151-1/+1
| | | | svn path=/trunk/; revision=339
* Header cleanup.Eric S. Raymond1996-10-152-2/+4
| | | | svn path=/trunk/; revision=338
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-157-34/+46
| | | | svn path=/trunk/; revision=337
* Fix Johan Vromans's keep bug.Eric S. Raymond1996-10-152-6/+10
| | | | svn path=/trunk/; revision=336
* Second round of QNX changes.Eric S. Raymond1996-10-152-2/+24
| | | | svn path=/trunk/; revision=335
* Typo fix.Eric S. Raymond1996-10-151-1/+1
| | | | svn path=/trunk/; revision=334
* Accept RFC822 headers with tabs in them.Eric S. Raymond1996-10-142-4/+6
| | | | svn path=/trunk/; revision=333
* More informative messages.Eric S. Raymond1996-10-141-3/+7
| | | | svn path=/trunk/; revision=332
* Added `to' keyword, changed local-user default.Eric S. Raymond1996-10-145-13/+24
| | | | svn path=/trunk/; revision=331
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-144-3/+42
| | | | svn path=/trunk/; revision=330
* Password is now shrouded when -v is on.Eric S. Raymond1996-10-142-16/+36
| | | | svn path=/trunk/; revision=329
* Typo fix.Eric S. Raymond1996-10-131-1/+1
| | | | svn path=/trunk/; revision=328
* Introduce a notion of numeric token.Eric S. Raymond1996-10-132-2/+6
| | | | svn path=/trunk/; revision=327
* Path fix.Eric S. Raymond1996-10-131-1/+1
| | | | svn path=/trunk/; revision=326
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-1310-29/+50
| | | | svn path=/trunk/; revision=325