From 295c4e2d3794aed1a02835cdb94ca97a7dc4c5fe Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 15 Dec 2017 16:44:24 -0800 Subject: [PATCH] should be Return-path, not Return-Path --- bin/debbugs-spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2