aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Comment fix.Eric S. Raymond2001-07-061-4/+4
| | | | svn path=/trunk/; revision=3395
* Ready to ship.Eric S. Raymond2001-07-021-1/+12
| | | | svn path=/trunk/; revision=3389
* Fix for zombie problem.Eric S. Raymond2001-07-011-1/+47
| | | | svn path=/trunk/; revision=3387
* Rip out unnecessary signal hacks.Eric S. Raymond2001-06-241-40/+0
| | | | svn path=/trunk/; revision=3379
* Comment fix.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3378
* HMH's second cleanup patch.Eric S. Raymond2001-06-241-3/+12
| | | | svn path=/trunk/; revision=3377
* Implemented fetchdomains.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3373
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-9/+23
| | | | svn path=/trunk/; revision=3366
* Miscellaneous bug fixes.Eric S. Raymond2001-06-201-2/+2
| | | | svn path=/trunk/; revision=3361
* Typo fix.Eric S. Raymond2001-05-301-2/+2
| | | | svn path=/trunk/; revision=3332
* Before trying to fix the no-reset bug.Eric S. Raymond2001-05-291-1/+2
| | | | svn path=/trunk/; revision=3329
* Backout code that inhibited bounces.Eric S. Raymond2001-05-211-0/+14
| | | | svn path=/trunk/; revision=3318
* Fix patches from HMH and others.Eric S. Raymond2001-05-211-0/+2
| | | | svn path=/trunk/; revision=3317
* Ready to try HH's Kerberos patch.Eric S. Raymond2001-04-231-1/+1
| | | | svn path=/trunk/; revision=3292
* This version works, but the FALLBACK_MDA code is not yet tested.Eric S. Raymond2001-03-061-162/+192
| | | | svn path=/trunk/; revision=3211
* Cosmetic fix.Eric S. Raymond2001-03-051-1/+1
| | | | svn path=/trunk/; revision=3209
* Typo fix.Eric S. Raymond2001-02-271-1/+1
| | | | svn path=/trunk/; revision=3157
* Spambounce patch.Eric S. Raymond2000-12-121-2/+9
| | | | svn path=/trunk/; revision=2998
* Samuel Leo's LMTP enhancement.Eric S. Raymond2000-12-061-1/+7
| | | | svn path=/trunk/; revision=2995
* Ready to ship.Eric S. Raymond2000-11-111-0/+4
| | | | svn path=/trunk/; revision=2983
* Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-8/+6
| | | | svn path=/trunk/; revision=2967
* Minor update.Eric S. Raymond2000-07-231-0/+22
| | | | svn path=/trunk/; revision=2927
* Julian Haight's changes.Eric S. Raymond2000-06-071-7/+18
| | | | svn path=/trunk/; revision=2900
* Ready to merge in Julian Haight's changes.Eric S. Raymond2000-06-071-3/+8
| | | | svn path=/trunk/; revision=2899
* Better debugging in case of SMTP errors.Eric S. Raymond2000-03-061-0/+3
| | | | svn path=/trunk/; revision=2801
* Make sure the MAIIL FROM address is valid.Eric S. Raymond2000-02-271-5/+11
| | | | svn path=/trunk/; revision=2777
* Deal better with absence of a Return-Path.Eric S. Raymond2000-02-251-6/+16
| | | | svn path=/trunk/; revision=2772
* Simplify the error handling.Eric S. Raymond2000-02-011-23/+22
| | | | svn path=/trunk/; revision=2728
* Debian buglist cleanup.Eric S. Raymond2000-02-011-1/+6
| | | | svn path=/trunk/; revision=2727
* Graceful socket closing.Eric S. Raymond2000-01-311-1/+1
| | | | svn path=/trunk/; revision=2726
* Before trying to clean up closes.Eric S. Raymond2000-01-311-2/+3
| | | | svn path=/trunk/; revision=2722
* Better comments.Eric S. Raymond1999-12-231-5/+8
| | | | svn path=/trunk/; revision=2680
* Ready to send this to Mike.Eric S. Raymond1999-11-061-4/+4
| | | | svn path=/trunk/; revision=2649
* -Wall changes.Eric S. Raymond1999-09-291-1/+5
| | | | svn path=/trunk/; revision=2626
* Don't bounce mail on transient errors.Eric S. Raymond1999-08-211-7/+7
| | | | svn path=/trunk/; revision=2543
* Cast sprintf args in sink.c to expected types (to avoid problems onEric S. Raymond1999-05-031-1/+1
| | | | | | systems where pid_t is not int) (John Bley <jbb6@acpub.duke.edu>) svn path=/trunk/; revision=2465