aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-11/+1
* Ready to ship stable.Eric S. Raymond2002-10-311-7/+39
* Sunil Shetye's minor fixes.Eric S. Raymond2002-10-311-2/+5
* i18n fix.Eric S. Raymond2002-10-181-1/+1
* Detect and rewrite local paths.Eric S. Raymond2002-10-181-1/+1
* Better error return reporting from the MDA.Eric S. Raymond2002-09-131-2/+19
* Sunil Shetye's latest cleanup patch.Eric S. Raymond2002-09-131-46/+46
* Sunil Shetye's latest fix patch.Eric S. Raymond2002-09-091-1/+12
* Sunil Shetye's double-bounce patch.Eric S. Raymond2002-09-041-33/+76
* Cygwin port fix.Eric S. Raymond2002-09-041-1/+5
* More patches by Sunil.Eric S. Raymond2002-06-221-6/+20
* RFC reference.Eric S. Raymond2002-06-091-1/+1
* Scott Gigfford's patch.Eric S. Raymond2002-06-081-0/+74
* Pass back spam filter messages.Eric S. Raymond2002-06-041-2/+12
* Avoid spurious transient errors.Eric S. Raymond2002-04-041-1/+1
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-1/+11
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-2/+3
* Minor fixes.Eric S. Raymond2002-03-091-0/+3