From c52dacc991f68a8e35cf9660fb1523c8abf0ccb7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 15 Dec 2017 16:54:18 -0800 Subject: [PATCH] strip of the envelope from --- bin/debbugs-spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/debbugs-spam b/bin/debbugs-spam index 5dca08e..a0d4188 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}; + {Return-path: $3\n$1}; return $message; } -- 2.39.2