[Mew-dist 08775] [fj.editor.mule] mail aliases file of IM
SAKAI Kiyotaka
ksakai at example.com
1999年 5月 12日 (水) 12:17:22 JST
fj.editor.mule に以下のような記事がありました。
これは Mew が行頭以外の [#;] もコメントして認めるコードになっていたた
め、sendmail が理解しうる
alias5: group:u6, u7;
alias6: group:/address/list/file;
の形式だと行末の ";" が消えてしまうことが原因でした。
本来の仕様である、行頭以外のコメントを認めないよう、以下のように修正し
て下さい。
--
酒井 清隆 (E-mail: ksakai at example.com)
-------------- next part --------------
添付メールを保管しました...
送信者: yamat at example.com (Takahiro Yamaguchi)
件名: mail aliases file of IM
日付: 11 May 1999 02:13:45 GMT
サイズ: 1223 バイト
URL: <http://www.mew.org/pipermail/mew-dist/attachments/19990512/5ca27550/attachment.mht>
-------------- next part --------------
Index: mew-addrbook.el
===================================================================
RCS file: /home/ksakai/cvsroot/mew-1.94b25/mew-addrbook.el,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 mew-addrbook.el
--- mew-addrbook.el 1999/05/10 02:36:56 1.1.1.1
+++ mew-addrbook.el 1999/05/12 02:50:00
@@ -127,7 +127,7 @@
(let* ((case-fold-search t)
(pars (mew-split file ?,)) ;; parents
(files pars) ;; included
- (cregex (concat "[" comment "].*$"))
+ (cregex (concat "^[" comment "].*$"))
par chr path beg qchar)
;; include parents files
(while pars
Mew-dist メーリングリストの案内