(Message inbox:15)
Return-Path: arnold@Synopsys.COM
X-Delivered: at request of rouilj on cs.umb.edu
Received: from chronos.synopsys.com by cs.umb.edu with SMTP id AA28793
  (5.65c/IDA-1.4.4 for <rouilj@terminus.cs.umb.edu>); Mon, 2 May 1994 17:28:48 -0400
Received: from gaea.synopsys.com by chronos.synopsys.com with SMTP id AA15214
  (5.65c/IDA-1.4.4 for <rouilj@terminus.cs.umb.edu>); Mon, 2 May 1994 14:28:46 -0700
Received: from mango.synopsys.com (mango-backbone.synopsys.com) by gaea.synopsys.com with SMTP id AA15657
  (5.65c/IDA-1.4.4 for <rouilj@terminus.cs.umb.edu>); Mon, 2 May 1994 14:28:44 -0700
Received: (from arnold@localhost) 
  by mango.synopsys.com (8.6.9/8.6.9) id OAA06951 
  for rouilj@terminus.cs.umb.edu; Mon, 2 May 1994 14:28:43 -0700
Date: Mon, 2 May 1994 14:28:43 -0700
From: Arnold de Leon <arnold@Synopsys.COM>
Message-Id: <199405022128.OAA06951@mango.synopsys.com>
To: rouilj@terminus.cs.umb.edu
Subject: revised moderator diffs

*** 1.1	1994/04/29 22:30:32
--- config_parse.pl	1994/05/02 17:42:53
***************
*** 94,99 ****
--- 94,100 ----
  # When it works use !$main\'filedir . "/" . $baselist',
  # stuff for resend below
          'moderate',		'no',   # Is list moderated
+         'moderator',		'',	# moderator instead of owner-list
          'approve_passwd', 	'#!$list.".pass"',
  				      # password for approving postings
          'sender', 		'#!"owner-" . $list',   # Set sender name
***************
*** 220,225 ****
--- 221,229 ----
  "If yes, all postings to the list 
  must be approved by the moderator.",
  
+ 'moderator',
+ "Send bounces to moderator instead of owner-$listname",
+ 
  'approve_passwd',
  "Password to be used in the approved header
  to allow posting to moderated list, or
***************
*** 350,356 ****
  	'archive_dir',		'majordomo',
  # stuff for resend below
          'moderate',		'resend',
!         'approve_passwd', 	'resend',
          'sender', 		'majordomo,resend,digest',
          'maxlength', 		'resend,digest',
          'precedence', 		'resend,digest',
--- 354,361 ----
  	'archive_dir',		'majordomo',
  # stuff for resend below
          'moderate',		'resend',
!         'moderator',		'resend',
!         'approve_passwd',	'resend',
          'sender', 		'majordomo,resend,digest',
          'maxlength', 		'resend,digest',
          'precedence', 		'resend,digest',
***************
*** 396,401 ****
--- 401,407 ----
  	'archive_dir',		'grab_absolute_dir',
  # stuff for resend below
          'moderate',		'grab_bool',
+         'moderator',		'grab_word',
          'approve_passwd', 	'grab_word',
          'sender', 		'grab_word',
          'maxlength', 		'grab_integer',
*** 1.3	1994/04/29 21:48:55
--- resend	1994/04/29 22:55:35
***************
*** 401,407 ****
      local($reason) = shift;
      local($_);
  
!     &resend_sendmail(BOUNCE, $sender, "BOUNCE $opt_l@$opt_h: $reason");
      
      seek(IN, 0, 0);
      while (<IN>) {
--- 401,410 ----
      local($reason) = shift;
      local($_);
  
!     &resend_sendmail(BOUNCE, 
!                    (( $config_opts{$opt_l, 'moderator' ne ""}) ?
! 		       $config_opts{$opt_l, 'moderator'} : $sender),
! 		      "BOUNCE $opt_l@$opt_h: $reason");
      
      seek(IN, 0, 0);
      while (<IN>) {

 
