[Mew-dist 06122] Re: patch for imput (--Dcc, --UidMsgId)

Motonori Nakamura motonori at example.com
1998年 8月 24日 (月) 12:35:20 JST


>>>>> On Fri, 21 Aug 1998 12:17:06 +0900, Motonori Nakamura <motonori at example.com> said:

|> 1. Config ファイルで Dcc 先を切り替えたいという要望への対応

Config: との相性がよくなかったようなので、さらに以下のパッチをお願いします。

- motonori

--- imput	Sat Aug 22 14:29:02 1998
+++ /usr/local/bin/imput	Mon Aug 24 10:40:56 1998
@@ -146,7 +146,7 @@
     	=> 'Allow to show recipients in header as To: if no To: in original.',
     'MeToo;b;;Me_too'
     	=> 'Request DCC to me.',
-    'Dcc;s@;;Dcc_Address'
+    'Dcc;s;;Dcc_Address'
     	=> 'Supplemental DCC address.',
     'Fcc;s;;Fcc_folder'
 	=> 'Folder name to save FCC.',
@@ -658,7 +658,7 @@
 	&error_exit if (&add_to_rcpt(0, $Sender) < 0);
     }
     my ($d);
-    foreach $d (@Dcc_Address) {
+    foreach $d (split(',', $Dcc_Address)) {
 	&error_exit if (&add_to_rcpt(0, $d) < 0);
     }
 



Mew-dist メーリングリストの案内