aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Really fix Debian bug #207919 (junk in Received: header when smtphost set).Matthias Andree2005-07-201-2/+1
| | | | | | | The 6.2.5 NEWS file hat errantly stated Gregan's patch had fixed Debian bug #207919 when it had fixed #212484 (workaround dbmail length overflow) instead. svn path=/trunk/; revision=4129
* Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient Matthias Andree2005-07-031-1/+1
| | | | | | | space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac, possibly fixing Red Hat bug #114470. svn path=/trunk/; revision=4071
* Cesar Eduardo Barros's fix to avoid double @ when username has @ and envelopeMatthias Andree2005-06-291-1/+5
| | | | | | sender is null. Debian bug #272289. svn path=/trunk/; revision=4061
* Fix typo, LSMTP -> LMTP.Matthias Andree2005-04-241-1/+1
| | | | svn path=/trunk/; revision=4032
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-2/+2
| | | | svn path=/trunk/; revision=4000
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-52/+7
| | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996
* Use iana_charset rather than calling nl_langinfo(CODESET).Matthias Andree2004-11-071-1/+1
| | | | svn path=/trunk/; revision=3981
* Let stuff_warning do the RFC-2047 encoding.Matthias Andree2004-10-201-9/+13
| | | | | | Change stuff_warning interface to take a rfc2047 charset info parameter. svn path=/trunk/; revision=3968
* Fix miscellaneous warnings.Matthias Andree2004-10-201-0/+1
| | | | svn path=/trunk/; revision=3953
* Add MIME headers to specify body encoding for mail warnings.Matthias Andree2004-10-141-1/+6
| | | | svn path=/trunk/; revision=3943
* Merge Holger Mauermann's bounce patch, 2003-10-23-6.2.5-mauermann-bounce.diffMatthias Andree2004-10-121-10/+33
| | | | | | | | | | | | | | | | | | | Holger Mauermann writes: The attached patch for fetchmail-6.2.5 sends IMHO much better bounce messages. Changes: - The SMTP command "MAIL FROM: FETCHMAIL-DAEMON@..." is changed to "MAIL FROM: <>" as required by RFC 2821 - Removed Return-path: header, as required by RFC 2821 - Changed From:, added Subject: header - changed the human readable part to be more descriptive and detailed svn path=/trunk/; revision=3939
* Remove space after "MAIL FROM:" (patch from Phil Endecott)Rob Funk2004-07-211-1/+1
| | | | svn path=/trunk/; revision=3925
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-4/+4
| | | | svn path=/trunk/; revision=3903
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-5/+2
| | | | svn path=/trunk/; revision=3875
* 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