log src/mlmmj-unsub.c @ 741:b72bcb7e08a2

age author description
Mon, 20 Sep 2010 01:44:58 +1000 Ben Schmidt Arbitrary headers in listtexts, fix default Content-Transfer-Encoding: header,
Sat, 31 Jul 2010 00:00:31 +1000 Ben Schmidt Fixed documentation regarding silent subscription, and added
Tue, 06 Nov 2007 08:23:37 +1100 mortenp Added support for the 'originalmail' keyword (Sascha Sommer)
Thu, 24 Aug 2006 05:37:18 +1000 xi Small textual correction
Sun, 06 Aug 2006 18:36:48 +1000 xi Add a customheaders argument to prepstdreply
Tue, 17 Jan 2006 22:49:06 +1100 mmj Make sub/unsub/bounce lowercase all the time
Thu, 05 Jan 2006 06:39:02 +1100 mmj Pass on listdir to mlmmjsend so we can get the smtpport and relayhost also
Mon, 10 Oct 2005 00:17:52 +1000 mmj 1.2.9-RC1 with recipdelim patch
Mon, 20 Jun 2005 22:40:39 +1000 mmj Make resend_queue more robust
Mon, 09 May 2005 23:21:27 +1000 mmj fucking shit
Mon, 09 May 2005 18:35:53 +1000 mmj Another bugfix
Sat, 07 May 2005 23:10:49 +1000 mmj patch for warning people already subbed they are and same with unsub
Tue, 15 Feb 2005 09:56:45 +1100 mmj Make valgrind happy
Tue, 15 Feb 2005 05:52:08 +1100 mmj don't mystrdup unless needed
Tue, 08 Feb 2005 06:37:40 +1100 mmj Add .filename.lock file to lock against. Only allow addresses with a @ in them. 1.2.3
Thu, 20 Jan 2005 06:22:14 +1100 mmj - subswitch, NULL);
Fri, 14 Jan 2005 06:37:11 +1100 mmj Remove call to myunlock, since it's closed right after
Fri, 12 Nov 2004 12:28:32 +1100 mmj Warning fixes and release prep
Fri, 12 Nov 2004 02:26:43 +1100 mmj fix typo
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
Wed, 10 Nov 2004 02:19:04 +1100 mmj Stak patches fra PIL:
Wed, 20 Oct 2004 20:52:10 +1000 mmj Declare variables to make compile again
Wed, 13 Oct 2004 21:06:39 +1000 mmj mlmmj-unsub should also setuid, and fix a bug in mlmmj-sub so -U is actually recognized as an option
Fri, 24 Sep 2004 00:29:31 +1000 mmj This is post crash commit of working copy mmj. Will test compile etc.
Tue, 14 Sep 2004 09:01:32 +1000 mortenp added digest support
Wed, 01 Sep 2004 18:47:18 +1000 mmj execlp(..., 0) -> execlp(..., NULL)
Thu, 12 Aug 2004 08:29:38 +1000 mmj 0.8.3 commit
Fri, 25 Jun 2004 17:34:18 +1000 mmj More bugfixes and EEXIST checking
Sat, 19 Jun 2004 13:44:47 +1000 mortenp changed to use the new memory wrappers
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
Thu, 10 Jun 2004 23:15:49 +1000 mmj Missing closedir added
Wed, 09 Jun 2004 21:24:56 +1000 mmj Add a macro to make sure mlmmj binaries are invoked with full path
Mon, 07 Jun 2004 02:38:14 +1000 mmj Last place to get rid of FILE* are now done.
Sun, 06 Jun 2004 00:55:25 +1000 mmj Use MAP_FAILED to indicate failed mmap rather than (void \*)-1
Thu, 27 May 2004 23:04:29 +1000 mortenp added mydirname() and mybasename() which doesn't mess with their argument, and
Sat, 22 May 2004 23:57:12 +1000 mmj Clean up and extend help everywhere.
Wed, 19 May 2004 00:37:01 +1000 mortenp bail out if we can not open subscribers.d/
Tue, 18 May 2004 08:02:34 +1000 mortenp mlmmj-{,un}sub have been brought up to speed in a coordinated effort
Mon, 10 May 2004 22:22:21 +1000 mmj Assorted fixes
Sat, 01 May 2004 19:54:58 +1000 mmj Bouncehandling, and massive cleanups around.
Sun, 25 Apr 2004 20:20:35 +1000 mmj Debugging printf removed
Sun, 25 Apr 2004 20:09:11 +1000 mmj Change for new sub/unsub internal
Sat, 24 Apr 2004 02:51:33 +1000 mortenp changed log_error() to be a function (no C99 here)
Sat, 24 Apr 2004 00:15:52 +1000 mmj dirname(argv[0]) -> dirname(argv0);
Fri, 23 Apr 2004 23:54:04 +1000 mmj Send around the full path to the binaries
Fri, 23 Apr 2004 18:25:37 +1000 mmj Rename mlmmj-{un,}subscribe to mlmmj-{un,}sub