aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed limit on number of destination headers.Eric S. Raymond1997-08-151-23/+27
| | | | svn path=/trunk/; revision=1270
* Fix dor non-Linux systems.Eric S. Raymond1997-08-121-2/+2
| | | | svn path=/trunk/; revision=1266
* Better exim support.Eric S. Raymond1997-08-111-11/+25
| | | | svn path=/trunk/; revision=1262
* Dave Bodenstab's fix for flaky phone lines.Eric S. Raymond1997-08-111-0/+7
| | | | svn path=/trunk/; revision=1260
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-4/+17
| | | | svn path=/trunk/; revision=1244
* Better modularity.Eric S. Raymond1997-08-061-74/+60
| | | | svn path=/trunk/; revision=1241
* Added `postconnect'.Eric S. Raymond1997-08-041-0/+11
| | | | svn path=/trunk/; revision=1226
* Suppress both forwarding and deletion on DNS errors.Eric S. Raymond1997-08-021-1/+1
| | | | svn path=/trunk/; revision=1220
* Suppress both forwarding and deletion on DNS errors.Eric S. Raymond1997-08-021-1/+1
| | | | svn path=/trunk/; revision=1219
* Suppress some unnecessary messages.Eric S. Raymond1997-08-011-1/+5
| | | | svn path=/trunk/; revision=1212
* Simplify the computation of truename.Eric S. Raymond1997-07-311-15/+12
| | | | svn path=/trunk/; revision=1209
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-15/+17
| | | | svn path=/trunk/; revision=1207
* We don't have a "canonical name" field anymore.Eric S. Raymond1997-07-301-1/+1
| | | | svn path=/trunk/; revision=1206
* Try to fix the HELO NULL bug.Eric S. Raymond1997-07-301-43/+6
| | | | svn path=/trunk/; revision=1202
* Slightly changed handling of Envelope option.Eric S. Raymond1997-07-291-13/+13
| | | | svn path=/trunk/; revision=1195
* Received parsing is a special case of Envelope parsing.Eric S. Raymond1997-07-291-1/+5
| | | | svn path=/trunk/; revision=1192
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+28
| | | | svn path=/trunk/; revision=1183
* Added the via option.Eric S. Raymond1997-07-241-13/+66
| | | | svn path=/trunk/; revision=1179
* Better bounds checking.Eric S. Raymond1997-07-241-0/+8
| | | | svn path=/trunk/; revision=1178
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-101-11/+11
| | | | | | it's predefined. svn path=/trunk/; revision=1168
* Improve the error messages.Eric S. Raymond1997-07-101-1/+16
| | | | svn path=/trunk/; revision=1167
* Deal with the new logic for aetting lead_server.Eric S. Raymond1997-07-061-2/+5
| | | | svn path=/trunk/; revision=1153
* Cosmetic tweak.Eric S. Raymond1997-07-031-1/+1
| | | | svn path=/trunk/; revision=1148
* LOCKBUSY changes.Eric S. Raymond1997-07-031-7/+18
| | | | svn path=/trunk/; revision=1147
* Another try at Kerberos autoconfiguration.Eric S. Raymond1997-07-011-0/+6
| | | | svn path=/trunk/; revision=1130
* Show message count.Eric S. Raymond1997-06-271-1/+1
| | | | svn path=/trunk/; revision=1124
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-6/+9
| | | | svn path=/trunk/; revision=1115
* Fix minor bug in Received parsing.Eric S. Raymond1997-06-251-1/+1
| | | | svn path=/trunk/; revision=1114
* Fixed Paul Sutcliffe's fooup.Eric S. Raymond1997-06-251-9/+9
| | | | svn path=/trunk/; revision=1113
* Header reorganization.Eric S. Raymond1997-06-241-2/+1
| | | | svn path=/trunk/; revision=1108
* Avoid getting sizes when there is no mail.Eric S. Raymond1997-06-191-16/+16
| | | | svn path=/trunk/; revision=1106
* Don't issue body bytes in silent mode.Eric S. Raymond1997-06-171-1/+1
| | | | svn path=/trunk/; revision=1103
* Handle multiple To: headers.Eric S. Raymond1997-06-161-14/+24
| | | | svn path=/trunk/; revision=1102
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-22/+10
| | | | svn path=/trunk/; revision=1098
* Reclaim file descriptors on timeout.Eric S. Raymond1997-06-131-2/+6
| | | | svn path=/trunk/; revision=1096
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
| | | | svn path=/trunk/; revision=1095
* Put in Dave Holland's feature.Eric S. Raymond1997-06-111-6/+7
| | | | svn path=/trunk/; revision=1089
* Suppress body size display if we've pre-fetched message sizes.Eric S. Raymond1997-06-111-1/+2
| | | | svn path=/trunk/; revision=1088
* Introduced bool.Eric S. Raymond1997-06-111-13/+14
| | | | svn path=/trunk/; revision=1084
* -Wall cleanup.Eric S. Raymond1997-06-111-2/+4
| | | | svn path=/trunk/; revision=1083
* Add "body bytes" count.Eric S. Raymond1997-06-091-0/+1
| | | | svn path=/trunk/; revision=1072
* Yet another step towards handling zero-length messages.Eric S. Raymond1997-06-051-31/+28
| | | | svn path=/trunk/; revision=1068
* Yet another step towards zero-length message handling.Eric S. Raymond1997-06-051-19/+26
| | | | svn path=/trunk/; revision=1067
* Another step towards correct handling of bodiless messages.Eric S. Raymond1997-06-051-4/+1
| | | | svn path=/trunk/; revision=1066
* Fix Harry Hoccheiser's bug.Eric S. Raymond1997-06-051-2/+6
| | | | svn path=/trunk/; revision=1064
* Added 550 response.Eric S. Raymond1997-06-021-12/+8
| | | | svn path=/trunk/; revision=1057
* Sometimes now we only count header bytes.Eric S. Raymond1997-06-021-3/+29
| | | | svn path=/trunk/; revision=1056
* Add exim 501 response.Eric S. Raymond1997-06-021-2/+3
| | | | svn path=/trunk/; revision=1055
* Fix error response on 571.Eric S. Raymond1997-05-281-5/+5
| | | | svn path=/trunk/; revision=1035
* Better antispam at last.Eric S. Raymond1997-05-171-7/+10
| | | | svn path=/trunk/; revision=1020