changeset 82:0ca2c48f8387 draft

Refrain from putting Date: header at mail injection(with sendmail command).
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 05 Mar 2013 15:32:24 +0900
parents abf46a970b21
children 54d85f7d5676
files after5.rb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/after5.rb	Tue Mar 05 15:28:02 2013 +0900
+++ b/after5.rb	Tue Mar 05 15:32:24 2013 +0900
@@ -4,7 +4,7 @@
 # Associative Scheduling Table - after5
 # (C)2003, 2004, 2006, 2008, 2012, 2013 by HIROSE Yuuji [yuuji<at>gentei.org]
 # $Id: after5.rb,v 1.20 2012/12/03 15:54:20 yuuji Exp $
-# Last modified Tue Mar  5 15:27:29 2013 on firestorm
+# Last modified Tue Mar  5 15:31:29 2013 on firestorm
 # See http://www.gentei.org/~yuuji/software/after5/
 # このスクリプトはEUCで保存してください。
 $hgid = <<_HGID_.split[1..-2].join(" ")
@@ -1678,7 +1678,7 @@
           m.puts "Mime-Version: 1.0
 Content-Transfer-Encoding: 7bit
 Content-Type: Text/Plain; charset=iso-2022-jp"
-          m.puts "Date: #{Time.now.strftime("%a, %d %b %Y %T %z")}"
+          # m.puts "Date: #{Time.now.strftime("%a, %d %b %Y %T %z")}"
           m.print "\n"
         end
 	m.print body, "\n"

yatex.org