-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
let the mta add a proper date header
bump pkgname
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
$OpenBSD: patch-lib_god_contacts_email_rb,v 1.1.1.1 2008/10/08 20:52:27 jcs Exp $ | ||
--- lib/god/contacts/email.rb.orig Tue Sep 30 00:00:05 2008 | ||
+++ lib/god/contacts/email.rb Tue Sep 30 00:00:36 2008 | ||
@@ -26,7 +26,6 @@ From: god <#{self.message_settings[:from]}> | ||
$OpenBSD: patch-lib_god_contacts_email_rb,v 1.2 2008/10/16 19:40:31 jcs Exp $ | ||
--- lib/god/contacts/email.rb.orig Wed Dec 31 18:00:00 1969 | ||
+++ lib/god/contacts/email.rb Thu Oct 16 14:39:40 2008 | ||
@@ -25,8 +25,6 @@ module God | ||
From: god <#{self.message_settings[:from]}> | ||
To: #{name} <#{email}> | ||
Subject: [god] #{message} | ||
Date: #{Time.now.httpdate} | ||
-Date: #{Time.now.httpdate} | ||
-Message-Id: <[email protected]> | ||
|
||
Message: #{message} | ||
Host: #{host} | ||
@@ -70,4 +69,4 @@ Category: #{category} | ||
@@ -70,4 +68,4 @@ Category: #{category} | ||
end | ||
|
||
end | ||
|