aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gcc -Wall cleanup.Eric S. Raymond1998-12-158-30/+31
| | | | svn path=/trunk/; revision=2278
* Added explicit locations.Eric S. Raymond1998-12-151-1/+4
| | | | svn path=/trunk/; revision=2277
* Enable build without socketpair.Eric S. Raymond1998-12-153-1/+10
| | | | svn path=/trunk/; revision=2276
* Ready to ship.Eric S. Raymond1998-12-143-4/+4
| | | | svn path=/trunk/; revision=2274
* Handle SMTP error responses from DATA, so zmailer will work.Eric S. Raymond1998-12-141-0/+1
| | | | svn path=/trunk/; revision=2273
* Handle SMTP error responses from DATA, so zmailer will work.Eric S. Raymond1998-12-141-93/+102
| | | | svn path=/trunk/; revision=2272
* ID ourselves correctly in ETRN mode.Eric S. Raymond1998-12-141-1/+1
| | | | svn path=/trunk/; revision=2271
* Search on both pollnames and via names.Eric S. Raymond1998-12-144-4/+19
| | | | svn path=/trunk/; revision=2270
* Rob Funk's fixes.Eric S. Raymond1998-12-141-22/+22
| | | | svn path=/trunk/; revision=2269
* One more use of bouncemail.Eric S. Raymond1998-12-072-5/+28
| | | | svn path=/trunk/; revision=2268
* Minor cleanup.Eric S. Raymond1998-12-074-8/+9
| | | | svn path=/trunk/; revision=2267
* Cosmetic fix.Eric S. Raymond1998-12-071-4/+9
| | | | svn path=/trunk/; revision=2266
* Reorder items correctly.Eric S. Raymond1998-12-071-12/+12
| | | | svn path=/trunk/; revision=2265
* setvbuf not needed; messages are going to stderr.Eric S. Raymond1998-12-071-3/+0
| | | | svn path=/trunk/; revision=2264
* Fixed Ken Estes's lmtp_responses bug.Eric S. Raymond1998-12-072-4/+3
| | | | svn path=/trunk/; revision=2263
* Fix Ken Estes's core-dump bug.Eric S. Raymond1998-12-071-4/+7
| | | | svn path=/trunk/; revision=2262
* Wakeup clears `wedged' flags.Eric S. Raymond1998-12-073-2/+11
| | | | svn path=/trunk/; revision=2261
* Fix copyrights.Eric S. Raymond1998-12-0416-48/+8
| | | | svn path=/trunk/; revision=2260
* Fix an error in the wedge-detection logic.Eric S. Raymond1998-12-042-9/+16
| | | | svn path=/trunk/; revision=2259
* Minor correction to make subdirectory builds work.Eric S. Raymond1998-12-041-4/+4
| | | | svn path=/trunk/; revision=2258
* Speed optimization; don't test for newness if we know there areEric S. Raymond1998-12-041-1/+1
| | | | | | no new messages. svn path=/trunk/; revision=2257
* Better GNU Make handling.Eric S. Raymond1998-12-011-3/+3
| | | | svn path=/trunk/; revision=2256
* Improved netrc parsing.Eric S. Raymond1998-12-011-4/+3
| | | | svn path=/trunk/; revision=2255
* Fix the version computation.Eric S. Raymond1998-12-011-1/+1
| | | | svn path=/trunk/; revision=2254
* Ready to build a release.Eric S. Raymond1998-12-012-3/+2
| | | | svn path=/trunk/; revision=2252
* Ready to ship.Eric S. Raymond1998-12-011-1/+1
| | | | svn path=/trunk/; revision=2251
* Ready to ship.Eric S. Raymond1998-12-011-1/+1
| | | | svn path=/trunk/; revision=2250
* Bug in FAQ item R5 fixed.Eric S. Raymond1998-12-013-26/+13
| | | | svn path=/trunk/; revision=2249
* Fix ETRN messages.Eric S. Raymond1998-12-012-3/+7
| | | | svn path=/trunk/; revision=2248
* UTC > GMT.Eric S. Raymond1998-12-011-2/+3
| | | | svn path=/trunk/; revision=2247
* Added note about Demon+UIDL problem.Eric S. Raymond1998-12-011-2/+6
| | | | svn path=/trunk/; revision=2246
* Switch timestamp to GMT.Eric S. Raymond1998-11-301-5/+6
| | | | svn path=/trunk/; revision=2245
* Added a bug note.Eric S. Raymond1998-11-301-0/+6
| | | | svn path=/trunk/; revision=2244
* *** empty log message ***Eric S. Raymond1998-11-301-9/+2
| | | | svn path=/trunk/; revision=2243
* Find -lintl on systems that have it.Eric S. Raymond1998-11-301-0/+5
| | | | svn path=/trunk/; revision=2242
* Change in version computation.Eric S. Raymond1998-11-304-31/+30
| | | | svn path=/trunk/; revision=2241
* Ready to ship.Eric S. Raymond1998-11-301-1/+1
| | | | svn path=/trunk/; revision=2240
* Another MIME fix.Eric S. Raymond1998-11-302-1/+8
| | | | svn path=/trunk/; revision=2239
* Sub maildrop for mailagent.Eric S. Raymond1998-11-301-3/+3
| | | | svn path=/trunk/; revision=2238
* Enable us to cleanly leave out the internationalization support.Eric S. Raymond1998-11-303-7/+17
| | | | svn path=/trunk/; revision=2237
* Uniquify the timestamp.Eric S. Raymond1998-11-301-6/+11
| | | | svn path=/trunk/; revision=2236
* Try to get the MIME right.Eric S. Raymond1998-11-301-0/+1
| | | | svn path=/trunk/; revision=2235
* Fix core-dump bug.Eric S. Raymond1998-11-292-6/+5
| | | | svn path=/trunk/; revision=2234
* Better bouncemail generation.Eric S. Raymond1998-11-291-7/+13
| | | | svn path=/trunk/; revision=2233
* Clean up the generated trace headers.Eric S. Raymond1998-11-293-11/+22
| | | | svn path=/trunk/; revision=2232
* Option note.Eric S. Raymond1998-11-291-2/+2
| | | | svn path=/trunk/; revision=2231
* Added bouncemail.Eric S. Raymond1998-11-291-2/+4
| | | | svn path=/trunk/; revision=2230
* Use WWWVIRTUAL correctly.Eric S. Raymond1998-11-291-1/+1
| | | | svn path=/trunk/; revision=2229
* Use WWWVIRTUAL correctly.Eric S. Raymond1998-11-291-2/+2
| | | | svn path=/trunk/; revision=2228
* Ready to ship.Eric S. Raymond1998-11-291-3/+3
| | | | svn path=/trunk/; revision=2226