aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent a SIGSEGV that happens whenEric S. Raymond2003-10-101-3/+6
| | | | | | | | a. daemon mode is active b. size limits are active c. -N is NOT being used svn path=/trunk/; revision=3857
* Close a Debian bug.Eric S. Raymond2003-10-101-1/+33
| | | | svn path=/trunk/; revision=3840
* Ready to ship.Eric S. Raymond2003-08-061-5/+25
| | | | svn path=/trunk/; revision=3831
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-4/+9
| | | | svn path=/trunk/; revision=3814
* Guard some buffers.Eric S. Raymond2003-03-011-1/+2
| | | | svn path=/trunk/; revision=3804
* Sunil changed the sanitization logic.Eric S. Raymond2003-01-171-10/+20
| | | | svn path=/trunk/; revision=3790
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-11/+1
| | | | svn path=/trunk/; revision=3776
* Ready to ship stable.Eric S. Raymond2002-10-311-7/+39
| | | | svn path=/trunk/; revision=3763
* Sunil Shetye's minor fixes.Eric S. Raymond2002-10-311-2/+5
| | | | svn path=/trunk/; revision=3762
* i18n fix.Eric S. Raymond2002-10-181-1/+1
| | | | svn path=/trunk/; revision=3748
* Detect and rewrite local paths.Eric S. Raymond2002-10-181-1/+1
| | | | svn path=/trunk/; revision=3743
* Better error return reporting from the MDA.Eric S. Raymond2002-09-131-2/+19
| | | | svn path=/trunk/; revision=3713
* Sunil Shetye's latest cleanup patch.Eric S. Raymond2002-09-131-46/+46
| | | | svn path=/trunk/; revision=3712
* Sunil Shetye's latest fix patch.Eric S. Raymond2002-09-091-1/+12
| | | | svn path=/trunk/; revision=3707
* Sunil Shetye's double-bounce patch.Eric S. Raymond2002-09-041-33/+76
| | | | svn path=/trunk/; revision=3698
* Cygwin port fix.Eric S. Raymond2002-09-041-1/+5
| | | | svn path=/trunk/; revision=3692
* More patches by Sunil.Eric S. Raymond2002-06-221-6/+20
| | | | svn path=/trunk/; revision=3653
* RFC reference.Eric S. Raymond2002-06-091-1/+1
| | | | svn path=/trunk/; revision=3645
* Scott Gigfford's patch.Eric S. Raymond2002-06-081-0/+74
| | | | svn path=/trunk/; revision=3641
* Pass back spam filter messages.Eric S. Raymond2002-06-041-2/+12
| | | | svn path=/trunk/; revision=3625
* Avoid spurious transient errors.Eric S. Raymond2002-04-041-1/+1
| | | | svn path=/trunk/; revision=3610
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-1/+11
| | | | svn path=/trunk/; revision=3603
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-2/+3
| | | | svn path=/trunk/; revision=3596
* Minor fixes.Eric S. Raymond2002-03-091-0/+3
| | | | svn path=/trunk/; revision=3584
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-3/+3
| | | | svn path=/trunk/; revision=3578
* GSSAPI and ODMR fixes.Eric S. Raymond2002-02-021-0/+4
| | | | svn path=/trunk/; revision=3575
* Use smtpaddress to specify the return path on warning mail.Eric S. Raymond2002-02-011-1/+2
| | | | svn path=/trunk/; revision=3573
* Fixes by Matthias Andree.Eric S. Raymond2002-02-011-1/+1
| | | | svn path=/trunk/; revision=3571
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-9/+19
| | | | svn path=/trunk/; revision=3570
* Slight change in bounce logic.Eric S. Raymond2001-12-141-3/+7
| | | | svn path=/trunk/; revision=3562
* LMTP fix.Eric S. Raymond2001-12-141-6/+6
| | | | svn path=/trunk/; revision=3560
* Cosmetic fix.Eric S. Raymond2001-11-081-3/+3
| | | | svn path=/trunk/; revision=3544
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-1/+5
| | | | svn path=/trunk/; revision=3543
* HMH fixes.Eric S. Raymond2001-10-011-8/+6
| | | | svn path=/trunk/; revision=3528
* Refactor sink.c preparatory to changing defaults.Eric S. Raymond2001-09-301-369/+387
| | | | svn path=/trunk/; revision=3522
* Start refactoriing.Eric S. Raymond2001-09-301-81/+81
| | | | svn path=/trunk/; revision=3519
* Re-enable explicit bounce on bad address.Eric S. Raymond2001-09-301-0/+3
| | | | svn path=/trunk/; revision=3513
* Merge the explicit-bounce code back in, conditioned out, in case weEric S. Raymond2001-09-241-0/+33
| | | | | | need it. svn path=/trunk/; revision=3480
* _( -> GT_(Eric S. Raymond2001-09-241-20/+20
| | | | svn path=/trunk/; revision=3478
* LMTP problem has been solved.Eric S. Raymond2001-09-231-4/+15
| | | | svn path=/trunk/; revision=3470
* Before tckling the license problem.Eric S. Raymond2001-09-181-4/+4
| | | | svn path=/trunk/; revision=3462
* Bring back SIGCHLD declaration.Eric S. Raymond2001-09-091-0/+5
| | | | svn path=/trunk/; revision=3461
* Two of Matthias Andree's four bugs.Eric S. Raymond2001-08-061-28/+6
| | | | svn path=/trunk/; revision=3444
* Must solve that damn linking problem next.Eric S. Raymond2001-07-311-1/+1
| | | | svn path=/trunk/; revision=3426
* Almost ready to ship.Eric S. Raymond2001-07-251-2/+7
| | | | svn path=/trunk/; revision=3422
* HMH's trivial fixes.Eric S. Raymond2001-07-251-21/+7
| | | | svn path=/trunk/; revision=3420
* Refused mail that has no good addresses and can't be sent toEric S. Raymond2001-07-131-1/+1
| | | | | | postmaster. svn path=/trunk/; revision=3419
* Ready to ship.Eric S. Raymond2001-07-121-2/+6
| | | | svn path=/trunk/; revision=3417
* Discard Return-Path consisting of @.Eric S. Raymond2001-07-071-1/+6
| | | | svn path=/trunk/; revision=3409
* Experiment with better RCPT TO handling.Eric S. Raymond2001-07-061-17/+17
| | | | svn path=/trunk/; revision=3400