Skip to content

Instantly share code, notes, and snippets.

@kalbasit
Created November 22, 2011 01:30
Show Gist options
  • Select an option

  • Save kalbasit/1384617 to your computer and use it in GitHub Desktop.

Select an option

Save kalbasit/1384617 to your computer and use it in GitHub Desktop.
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