X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fdebbugs-spam;h=5dca08edf01de69653388521c21f3c4aa6e6d785;hb=295c4e2d3794aed1a02835cdb94ca97a7dc4c5fe;hp=37deeb5f4921d14fa7bf5d7ff20df9c24a8a722e;hpb=0a6b31074ce45aa19c69d9bed15148dd28ac946c;p=debbugs.git 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; }