aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug that prevented localdomains from working.Eric S. Raymond1997-03-071-1/+1
* Ready for the UIDL patch.Eric S. Raymond1997-03-071-0/+3
* Localize the effect of DNS errors.Eric S. Raymond1997-02-211-9/+15
* Typo fix.Eric S. Raymond1997-02-211-1/+1
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-43/+56
* Johan Vromans's fix.Eric S. Raymond1997-02-181-2/+1
* Strip out Return-Path headers.Eric S. Raymond1997-02-181-14/+42
* Dave Bodenstab's error-message corrections.Eric S. Raymond1997-02-181-1/+1
* Janos Farkas's fixes.Eric S. Raymond1997-02-181-2/+2
* Fix embarassing bug.Eric S. Raymond1997-02-171-5/+7
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-2/+2
* Use Return-Path.Eric S. Raymond1997-02-171-13/+25
* First post-3.5 changes.Eric S. Raymond1997-02-161-1/+1
* Trivial compilation fix.Eric S. Raymond1997-02-141-1/+1
* Aded the `received' option.Eric S. Raymond1997-02-141-1/+1
* Tony Nugent's fixes.Eric S. Raymond1997-02-131-3/+7
* Foil the rewrite logic.Eric S. Raymond1997-02-131-3/+7
* Deal with headerless mail.Eric S. Raymond1997-02-131-0/+13
* Trivalent options.Eric S. Raymond1997-02-111-2/+2
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-12/+19
* Various minor bugfixes.Eric S. Raymond1997-02-101-3/+2
* Fix stripcr and password-stripping.Eric S. Raymond1997-02-031-1/+1
* Anither step towards reducing malloc calls.Eric S. Raymond1997-01-311-27/+27
* Change format message.Eric S. Raymond1997-01-301-3/+4
* Shroud password lengths.Eric S. Raymond1997-01-301-8/+18
* Separate \r\n trimming from password shrouding.Eric S. Raymond1997-01-301-4/+8
* Comment improvements.Eric S. Raymond1997-01-301-2/+5
* Don't grab a received_for twice.Eric S. Raymond1997-01-301-5/+8
* Fix Johan Vromans's bug.Eric S. Raymond1997-01-301-0/+2
* Add stripcr option.Eric S. Raymond1997-01-301-19/+25
* Prevent some duplicated headers.Eric S. Raymond1997-01-301-2/+2
* Avoid that core-dump!Eric S. Raymond1997-01-291-2/+2
* Better envelope-address parsing.Eric S. Raymond1997-01-281-1/+3
* CR-strip fix.Eric S. Raymond1997-01-271-41/+79
* Yet another step.Eric S. Raymond1997-01-251-14/+12
* Step three.Eric S. Raymond1997-01-251-27/+27
* Deal with the fact that realloc can relocate.Eric S. Raymond1997-01-251-20/+24
* Yet another step.Eric S. Raymond1997-01-251-14/+11
* Yet another step.Eric S. Raymond1997-01-251-8/+5
* This version seems to work.Eric S. Raymond1997-01-251-344/+372
* Fix reply bug.Eric S. Raymond1997-01-251-1/+2
* Corrected 8BITMIME.Eric S. Raymond1997-01-251-3/+5
* Handle long address lists.Eric S. Raymond1997-01-241-6/+16
* Better notification on authentication failure.Eric S. Raymond1997-01-241-0/+5
* Introduce gen_recv.Eric S. Raymond1997-01-241-0/+20
* Add notes on RFC1123 conformance.Eric S. Raymond1997-01-231-1/+32
* General ESMTP support seems pretty good now.Eric S. Raymond1997-01-221-0/+4
* ESMTP SIZE option support.Eric S. Raymond1997-01-221-20/+65
* Support for EHLO and 8BITMIME extension.Eric S. Raymond1997-01-221-7/+39
* Handle zero-length messages.Eric S. Raymond1997-01-211-3/+15