log src/mlmmj-bounce.c @ 756:f8f3f4525a2b

age author description
Fri, 08 Oct 2010 01:47:46 +1100 Ben Schmidt Cosmetic changes to help messages
Mon, 20 Sep 2010 01:44:58 +1000 Ben Schmidt Arbitrary headers in listtexts, fix default Content-Transfer-Encoding: header,
Sat, 01 Nov 2008 01:20:51 +1100 mortenp Added more sanity checks (Thomas Jarosch)
Fri, 31 Oct 2008 23:29:44 +1100 mmj Remove trailing whitespaces and not mmap 0 sized bounce index file
Tue, 06 Nov 2007 08:23:37 +1100 mortenp Added support for the 'originalmail' keyword (Sascha Sommer)
Sun, 06 Aug 2006 18:36:48 +1000 xi Add a customheaders argument to prepstdreply
Tue, 17 Jan 2006 22:47:06 +1100 mmj Fix nasty bug with "bla,bla" <bla@bla>
Mon, 10 Oct 2005 00:17:52 +1000 mmj 1.2.9-RC1 with recipdelim patch
Tue, 03 May 2005 03:39:11 +1000 mmj read() wrapper, and yet another littering hole plunged
Thu, 28 Apr 2005 17:52:06 +1000 mmj Cleanup confirmation bounces
Thu, 28 Apr 2005 04:35:18 +1000 mmj Clean up after us when we have successfully parsed DSN mail
Fri, 04 Feb 2005 03:20:32 +1100 mmj Last fix, DSN is confirmed to work
Fri, 04 Feb 2005 02:39:40 +1100 mmj Init struct before usage
Fri, 04 Feb 2005 01:53:15 +1100 mmj Make mlmmj-bounce able to extract addresses from DSN's as specified in RFC1891
Sun, 23 Jan 2005 20:41:29 +1100 mmj #if 0 for debug info
Thu, 20 Jan 2005 06:22:14 +1100 mmj - subswitch, NULL);
Fri, 14 Jan 2005 08:37:34 +1100 mmj Fixup mlmmj-bounce to get the parameters correctly and everything.
Fri, 12 Nov 2004 01:54:55 +1100 mmj Further fixups to new prepstdreply. Seems to work now, needs more testing though
Fri, 12 Nov 2004 00:10:54 +1100 mmj Rerwrite the way listtexts are handled and move Subject: out into the file
Fri, 24 Sep 2004 08:30:05 +1000 mmj the last = is the @
Wed, 01 Sep 2004 18:47:18 +1000 mmj execlp(..., 0) -> execlp(..., NULL)
Wed, 18 Aug 2004 15:38:21 +1000 mmj uid check
Tue, 22 Jun 2004 17:07:10 +1000 mmj Make mlmmj-send capable of handling bouncing bounce probes to a local user on
Sun, 20 Jun 2004 23:00:30 +1000 mmj Lets make sure it compiles :)
Sun, 20 Jun 2004 22:52:28 +1000 mmj Also remove .lastmsg files in mlmmj-maintd
Sat, 19 Jun 2004 13:44:47 +1000 mortenp changed to use the new memory wrappers
Sat, 19 Jun 2004 11:08:51 +1000 mortenp removed unused variable
Fri, 18 Jun 2004 14:03:50 +1000 mmj Get the free()'s in the right spot
Thu, 17 Jun 2004 07:11:55 +1000 mmj Goodbye GPL license, Welcome MIT
Fri, 11 Jun 2004 20:26:58 +1000 mmj More memory debugging, and small bugfixes
Wed, 09 Jun 2004 21:24:56 +1000 mmj Add a macro to make sure mlmmj binaries are invoked with full path
Wed, 09 Jun 2004 19:08:32 +1000 mmj Fix some directory leaks which could cause corruption, and dont leak the
Wed, 09 Jun 2004 06:23:50 +1000 mmj mlmmj-maintd work
Wed, 09 Jun 2004 00:15:05 +1000 mmj Handle bouncing bounce probes
Tue, 08 Jun 2004 20:15:27 +1000 mmj Bounce probes done. Review appreciated.
Tue, 08 Jun 2004 04:09:22 +1000 mmj Sorry I broke CVS, I'll fix ASAP. It was a commit by mistake.
Tue, 08 Jun 2004 03:55:56 +1000 mmj Plug memory leak in mlmmj-send
Mon, 07 Jun 2004 21:24:32 +1000 mortenp primitive implementation of probe (-p option)
Thu, 03 Jun 2004 16:34:36 +1000 mmj 3 things:
Thu, 27 May 2004 09:25:57 +1000 mmj Handle sub/unsub confirm mail bounces, and use subscribers.d/ not
Sat, 22 May 2004 23:57:12 +1000 mmj Clean up and extend help everywhere.
Wed, 28 Apr 2004 06:11:59 +1000 mmj if 0 ... #endif out debug messages
Wed, 28 Apr 2004 02:36:34 +1000 mmj Be nice and free some memory before exit
Wed, 28 Apr 2004 02:07:42 +1000 mortenp fixed subscription check (convert '=' to '@' before check)
Tue, 27 Apr 2004 22:37:58 +1000 mmj mlmmj-bounce now checks if it's a subscribed address
Tue, 27 Apr 2004 20:09:40 +1000 mortenp added primitive bounce handling