aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Better message.Eric S. Raymond1998-09-031-1/+1
| | | | svn path=/trunk/; revision=2064
* Compute FQDN when Kerberos is in use.Eric S. Raymond1998-08-271-3/+3
| | | | svn path=/trunk/; revision=2061
* Postmaster is snakebit.Eric S. Raymond1998-08-271-3/+3
| | | | svn path=/trunk/; revision=2060
* Handle Debian bug.Eric S. Raymond1998-08-251-1/+6
| | | | svn path=/trunk/; revision=2054
* Use the postmaster address.Eric S. Raymond1998-08-241-2/+2
| | | | svn path=/trunk/; revision=2050
* Added experimental SDPS support.Eric S. Raymond1998-08-031-1/+9
| | | | svn path=/trunk/; revision=2034
* Eliminate agethostbyname call in non-ETRN modes.Eric S. Raymond1998-08-021-5/+4
| | | | svn path=/trunk/; revision=2033
* Fixed the spam-block code.Eric S. Raymond1998-07-311-1/+2
| | | | svn path=/trunk/; revision=2030
* Improved Receive parsing.Eric S. Raymond1998-07-271-2/+9
| | | | svn path=/trunk/; revision=2026
* SockClose() abstraction.Eric S. Raymond1998-07-251-5/+5
| | | | svn path=/trunk/; revision=2021
* Enable compilation.Eric S. Raymond1998-07-211-1/+2
| | | | svn path=/trunk/; revision=2010
* Don't generate progress messages when writing to syslog.Eric S. Raymond1998-07-201-2/+2
| | | | svn path=/trunk/; revision=1999
* Can specify multiple spam-blocks now.Eric S. Raymond1998-07-201-1/+1
| | | | svn path=/trunk/; revision=1997
* Comment fix.Eric S. Raymond1998-07-201-1/+1
| | | | svn path=/trunk/; revision=1994
* Added postmaster option.Eric S. Raymond1998-07-201-2/+2
| | | | svn path=/trunk/; revision=1986
* More cleanup.Eric S. Raymond1998-07-201-2/+2
| | | | svn path=/trunk/; revision=1984
* is_ip_alias -> checkalias.Eric S. Raymond1998-07-201-129/+0
| | | | svn path=/trunk/; revision=1983
* Added nosyslog.Eric S. Raymond1998-07-141-3/+10
| | | | svn path=/trunk/; revision=1967
* Discared From_ lines.Eric S. Raymond1998-06-291-8/+13
| | | | svn path=/trunk/; revision=1947
* Enrico Musio's IP-checkalias patch.Eric S. Raymond1998-06-291-1/+16
| | | | svn path=/trunk/; revision=1944
* Ready to ship.Eric S. Raymond1998-06-121-53/+91
| | | | svn path=/trunk/; revision=1935
* Global options have been consolidated into a single control block.Eric S. Raymond1998-05-231-3/+3
| | | | svn path=/trunk/; revision=1807
* Attempted fix for qmail dup problem.Eric S. Raymond1998-05-161-1/+2
| | | | svn path=/trunk/; revision=1786
* Fix MDA logic.Eric S. Raymond1998-05-161-0/+2
| | | | svn path=/trunk/; revision=1779
* Code cleaning.Eric S. Raymond1998-05-141-2/+0
| | | | svn path=/trunk/; revision=1772
* Improved comments.Eric S. Raymond1998-05-121-4/+6
| | | | svn path=/trunk/; revision=1769
* Explain why no bouncemail.Eric S. Raymond1998-05-121-1/+18
| | | | svn path=/trunk/; revision=1768
* Henrik's fix.Eric S. Raymond1998-05-121-1/+1
| | | | svn path=/trunk/; revision=1767
* Preprocessor oops.Eric S. Raymond1998-05-121-1/+1
| | | | svn path=/trunk/; revision=1766
* NetBSD config changes.Eric S. Raymond1998-05-121-1/+1
| | | | svn path=/trunk/; revision=1765
* Ready to release.Eric S. Raymond1998-05-061-13/+15
| | | | svn path=/trunk/; revision=1760
* Cosmetic fix.Eric S. Raymond1998-05-061-10/+11
| | | | svn path=/trunk/; revision=1759
* Mike McAllister sent a fix for qvirtual.Eric S. Raymond1998-05-061-14/+15
| | | | svn path=/trunk/; revision=1758
* Wautier's fix.Eric S. Raymond1998-04-301-14/+15
| | | | svn path=/trunk/; revision=1756
* Back out any attempt to handle empy return-paths specially.Eric S. Raymond1998-04-191-4/+4
| | | | svn path=/trunk/; revision=1746
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-141-4/+7
| | | | svn path=/trunk/; revision=1736
* Use TOP instead of RETR for POP3 retrieval.Eric S. Raymond1998-03-261-6/+8
| | | | svn path=/trunk/; revision=1727
* Nuke comment.Eric S. Raymond1998-03-241-3/+0
| | | | svn path=/trunk/; revision=1724
* Added byte count in status message.Eric S. Raymond1998-03-241-20/+27
| | | | svn path=/trunk/; revision=1721
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-5/+10
| | | | svn path=/trunk/; revision=1719
* Henrik Storner's patch to support mimedecode.Eric S. Raymond1998-03-201-25/+48
| | | | svn path=/trunk/; revision=1715
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-5/+8
| | | | svn path=/trunk/; revision=1712
* Cope with empty return-path header.Eric S. Raymond1998-03-161-2/+5
| | | | svn path=/trunk/; revision=1704
* Re-engineer the UIDL stuff to avoid having the status flag collideEric S. Raymond1998-03-131-24/+27
| | | | | | with message numbers. svn path=/trunk/; revision=1699
* Nailed.Eric S. Raymond1998-03-131-24/+28
| | | | svn path=/trunk/; revision=1698
* True caseblinding.Eric S. Raymond1998-03-131-1/+1
| | | | svn path=/trunk/; revision=1697
* Dominique Unruh's patch to solve the headerless-body problem.Eric S. Raymond1998-03-101-7/+22
| | | | svn path=/trunk/; revision=1695
* Configurable antispam response.Eric S. Raymond1998-03-061-16/+20
| | | | svn path=/trunk/; revision=1689
* Deal with truncated headers.Eric S. Raymond1998-03-041-13/+41
| | | | svn path=/trunk/; revision=1686
* Kerberos V support.Eric S. Raymond1998-03-031-0/+89
| | | | svn path=/trunk/; revision=1682