From: Don Armstrong Date: Sat, 16 Dec 2017 00:44:24 +0000 (-0800) Subject: should be Return-path, not Return-Path X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=295c4e2d3794aed1a02835cdb94ca97a7dc4c5fe;hp=0a6b31074ce45aa19c69d9bed15148dd28ac946c;p=debbugs.git should be Return-path, not Return-Path --- diff --git a/bin/debbugs-spam b/bin/debbugs-spam index 37deeb5..5dca08e 100755 --- a/bin/debbugs-spam +++ b/bin/debbugs-spam @@ -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; }