Created
November 22, 2011 01:30
-
-
Save kalbasit/1384617 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| diff -Naur a/bin/ses-send-email.pl b/bin/ses-send-email.pl | |
| --- a/bin/ses-send-email.pl 2011-11-22 01:25:06.000000000 +0000 | |
| +++ b/bin/ses-send-email.pl 2011-11-22 01:26:07.000000000 +0000 | |
| @@ -77,6 +77,7 @@ | |
| # Read message body from STDIN. | |
| sub read_message { | |
| $opts{'m'} = join '', readline *STDIN; | |
| + $opts{'m'} =~ s/Precedence/X-Precedence/; | |
| $opts{'m'} =~ s/^\x{FEFF}//; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment