aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning (unused parameter).Matthias Andree2009-05-251-0/+2
* Fix bounce message detail regression from 6.3.0.Matthias Andree2009-05-251-3/+7
* Fix compiler warning. Patch by Prasad J. Pandit, pj.pandit)a(yahoo.co.in.Matthias Andree2009-05-251-1/+1
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-1/+1
* Fix long-standing (since r2215/v4.6.8) crash on NULL pointer dereferenceMatthias Andree2007-07-291-1/+1
* Make BSMTP output actually work, it would persistently fail with SOCKET error Matthias Andree2007-03-291-1/+1
* Do not crash with a null pointer dereference when opening the BSMTP file Matthias Andree2007-03-291-2/+8
* Back out --smtp list from bouncing. Sunil reports that this may require AUTH ...Matthias Andree2007-02-241-31/+3
* Try --smtp list when bouncing. Reported by Christian Kurz, Debian Bug #150137.Matthias Andree2007-02-211-3/+31
* Remove excess no-op strcpy() after strdup() found by Andreas Krennmair.Matthias Andree2006-12-121-1/+0
* Fix regression from 6.3.4 that crashes fetchmail --mda FOO when encounteringMatthias Andree2006-11-141-5/+5
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-3/+3
* Improve sink error detection and reporting.Matthias Andree2006-08-061-14/+28
* set no bouncemail now also prevents 'General SMTP/ESMTP error.' bounces.Matthias Andree2006-04-041-1/+2
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-251-1/+1
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-2/+2
* Fix more compiler warnings.Matthias Andree2006-03-141-1/+2
* Yet another bogus free() to be fixed.Matthias Andree2006-01-191-1/+1
* Fix segfault or bus error after bouncing a message. This bug was Matthias Andree2006-01-191-2/+7
* * SMTP/LMTP cleanup to fix these two bugs:Matthias Andree2005-12-201-40/+41
* Do not trash destination domain if multiple messages are forwarded into theMatthias Andree2005-12-131-32/+31
* Sunil Shetye fixed these problems in a patch posted to fetchmail-devel:Matthias Andree2005-11-141-56/+43
* Use new host_fqdn() interface.Matthias Andree2005-10-301-1/+4
* Rearrange #include directives in an attempt to fix BerliOS Bug #4725,Matthias Andree2005-09-191-2/+2
* Write RFC-compliant BSMTP envelopes. Reported by Nico Golde.Matthias Andree2005-08-161-3/+8
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-8/+0
* Get rid of alloca() in fetchmail.Matthias Andree2005-07-311-33/+46
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-3/+3
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-7/+8
* Add From: header to warning emails. Debian Bug#244828.Matthias Andree2005-07-231-0/+2
* Really fix Debian bug #207919 (junk in Received: header when smtphost set).Matthias Andree2005-07-201-2/+1
* Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient Matthias Andree2005-07-031-1/+1
* Cesar Eduardo Barros's fix to avoid double @ when username has @ and envelopeMatthias Andree2005-06-291-1/+5
* Fix typo, LSMTP -> LMTP.Matthias Andree2005-04-241-1/+1
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-2/+2
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-52/+7
* Use iana_charset rather than calling nl_langinfo(CODESET).Matthias Andree2004-11-071-1/+1
* Let stuff_warning do the RFC-2047 encoding.Matthias Andree2004-10-201-9/+13
* Fix miscellaneous warnings.Matthias Andree2004-10-201-0/+1
* Add MIME headers to specify body encoding for mail warnings.Matthias Andree2004-10-141-1/+6
* Merge Holger Mauermann's bounce patch, 2003-10-23-6.2.5-mauermann-bounce.diffMatthias Andree2004-10-121-10/+33
* Remove space after "MAIL FROM:" (patch from Phil Endecott)Rob Funk2004-07-211-1/+1
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-4/+4
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-5/+2
* Prevent a SIGSEGV that happens whenEric S. Raymond2003-10-101-3/+6
* Close a Debian bug.Eric S. Raymond2003-10-101-1/+33
* Ready to ship.Eric S. Raymond2003-08-061-5/+25
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-4/+9
* Guard some buffers.Eric S. Raymond2003-03-011-1/+2
* Sunil changed the sanitization logic.Eric S. Raymond2003-01-171-10/+20