# HG changeset patch # User HIROSE Yuuji # Date 1362465144 -32400 # Node ID 0ca2c48f83876c1e7d9d9237ccb68659ccd09d76 # Parent abf46a970b21159497f94e957987e3c6f8099bd7 Refrain from putting Date: header at mail injection(with sendmail command). diff -r abf46a970b21 -r 0ca2c48f8387 after5.rb --- 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 [yuujigentei.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"