[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

新聞の shimbunのFrom アドレス



こんにちは、高石です。

最近 mew-shimbun を使いはじめ、新聞各紙を読んでいます。
で、思ったのですが、新聞記事の From は全て webmaster@〜で固
定になっていますが、これって特に意味のあるアドレスではありま
せんよね?
もしそうなら、From アドレスにその記事のグループ名を含めると
いうのはだめでしょうか。

例えばこんな感じで、

--- sb-asahi.el.~1.28.~	2003-06-02 01:55:44.000000000 +0900
+++ sb-asahi.el	2003-06-02 02:00:09.000000000 +0900
@@ -48,7 +48,7 @@
   "List of available group names.  Each name should be a directory name
 which is in existence under the parent url `shimbun-asahi-url'.")
 
-(defvar shimbun-asahi-from-address (concat "webmaster@www."
+(defvar shimbun-asahi-from-address (concat "@www."
 					   shimbun-asahi-top-level-domain))
 
 (defvar shimbun-asahi-content-start
@@ -194,7 +194,7 @@
 			    (match-string (nth 2 numbers)))
 		  (match-string (nth 2 numbers)))))
 	     ;; from
-	     from
+	     (concat group from)
 	     ;; date
 	     (shimbun-make-date-string year month day
 				       (when (nth 5 numbers)


こうなっていると、各記事がどの分野の記事なのかすぐにわかって、
なにかと便利だと思うのですが。
/--------------------------------------------------------/
  高石 勇人 < rio-t@presen.to >
  PGP Key(RSA): http://rio-t.presen.to/pgp/mykey.asc
         (DSS): http://rio-t.presen.to/pgp/mykey-dss.asc
/--------------------------------------------------------/