]> git.donarmstrong.com Git - debbugs.git/commitdiff
should be Return-path, not Return-Path
authorDon Armstrong <don@donarmstrong.com>
Sat, 16 Dec 2017 00:44:24 +0000 (16:44 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 16 Dec 2017 00:44:24 +0000 (16:44 -0800)
bin/debbugs-spam

index 37deeb5f4921d14fa7bf5d7ff20df9c24a8a722e..5dca08edf01de69653388521c21f3c4aa6e6d785 100755 (executable)
@@ -347,7 +347,7 @@ sub add_return_path {
     ## is happy.
     $message =~
         s{^(Received: \(at \S+\) by \S+;[^\n]+\n)(From (\S+) [^\n]+\n)}
-        {${2}Return-Path: $3\n$1};
+        {${2}Return-path: $3\n$1};
     return $message;
 }