[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

zmailer-2.97 - patch1




Aren't there people who run their "local" -channel with MIME-QP-decompile
activated ?  Apparently there aren't, as nobody complained that there was
something wrong with it...

Zmailer-2.97 is able to decompose  MIME-QP-encoded TEXT/PLAIN messages
(actually this capacity has been in for about a year..), as well as to
store email into MMDF-style mail-folders.
The QP-decode is activated by use of option-switch "-8", and
MMDF-style-folder writing is activated by use of option-switch "-M".

-------- $MAILSHARE/scheduler.conf --------
local/*
	...
	command="mailbox -8"
	...
-------------------------------------------

	/Matti Aarnio	<mea@utu.fi>


*** transports/mailbox/mailbox.c~	Mon Sep 26 11:45:11 1994
--- transports/mailbox/mailbox.c	Wed Sep 28 13:43:47 1994
***************
*** 1666,1672 ****
  	      putc('>',fp);
  	    i = fwrite(buf2, 1, tlen, fp);
  	    if (i != tlen) return -1;
! 	    return tlen;
  	  }
  	  /* ------------------------------------------------------------ */
  	  /* Well, no other processings known.. */
--- 1666,1672 ----
  	      putc('>',fp);
  	    i = fwrite(buf2, 1, tlen, fp);
  	    if (i != tlen) return -1;
! 	    return len; /* Return the incoming length, NOT the true length! */
  	  }
  	  /* ------------------------------------------------------------ */
  	  /* Well, no other processings known.. */