From: Don Armstrong Date: Sat, 16 Dec 2017 00:54:18 +0000 (-0800) Subject: strip of the envelope from X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=refs%2Fheads%2Fdon%2Fspam-tools;hp=295c4e2d3794aed1a02835cdb94ca97a7dc4c5fe;p=debbugs.git strip of the envelope from --- 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; }