An answer to a question in code comment

From: Ben Schmidt <mail_ben_schmidt_at_invalid.domain>
Date: Tue, 26 Jan 2010 00:54:30 +1100

See below.
Ben.

diff -ru mlmmj-1.2.17/src/mlmmj-process.c mlmmj-1.2.17-mod/src/mlmmj-process.c
--- mlmmj-1.2.17/src/mlmmj-process.c 2010-01-11 00:40:57.000000000 +1100
+++ mlmmj-1.2.17-mod/src/mlmmj-process.c 2010-01-26 00:05:34.000000000 +1100
@@ -561,6 +562,8 @@
          }

          /* Why is this here, and not in listcontrol() ? -- mortenp 20060409 */
+ /* Presumably so that it can use mailfile before it is unlinked prior
+ to entering listcontrol() below -- Ben Schmidt 2010-01-25 */
          if(recipextra) {
                  owner = concatstr(2, listdir, "/control/owner");
                  if(owner && strcmp(recipextra, "owner") == 0) {
Received on Mon Jan 25 2010 - 15:54:30 EET