aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "antispam does not work"Sunil Shetye2010-10-211-11/+1
* Remove excess assignment.Matthias Andree2010-10-091-2/+0
* Fix some rare or minor issues found with Clang 2.7 analyzer.Matthias Andree2010-06-031-0/+3
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-3/+4
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-1/+1
* Check seteuid() return value.Matthias Andree2010-02-261-2/+8
* Fix verbose mode progress formatting regression from 6.3.10.Matthias Andree2010-02-261-0/+4
* BSMTP error reporting and stdout handling fixesMatthias Andree2010-02-261-22/+24
* Refactoring: Rename smtp_open() to smtp_setup()Matthias Andree2010-02-101-2/+2
* Declare Sunil's new smtp_rset() function static.Matthias Andree2010-01-281-1/+1
* Recover from SMTP protocol errors on RSET. (Sunil Shetye)Matthias Andree2010-01-281-8/+19
* Always treat 530 SMTP codes as temporary.Matthias Andree2009-05-251-0/+12
* Enforce minimum recommended SMTP timeouts, apply to EHLO/LHLO as well.Matthias Andree2009-05-251-5/+5
* 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