aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-10-15 11:04:03 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-10-15 11:04:03 -0400
commitcf5b59ada6d7c16fff323779f090b2feba725179 (patch)
tree01fb094d496f2581f53b2a624ce4de48dcc3055b
parent4518e892a586987ff843acb29b60d345cf533703 (diff)
downloadprocmail-cf5b59ada6d7c16fff323779f090b2feba725179.tar.gz
Go back to rewriting From:
After looking at the code more closely, Patchwork only pays attention to X-Original-From when the email in the From: header matches list email. I'll discuss with patchwork folks whether there's a wider strategy here that can be used, but for now go back to rewriting From. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--git.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.rc b/git.rc
index b88e72d..7455d16 100644
--- a/git.rc
+++ b/git.rc
@@ -11,7 +11,7 @@ INCLUDERC=$HOME/procmail/common.rc
:0 hfw
* INBODYFROM ?? .
- | formail -I "X-Original-From:$INBODYFROM"
+ | formail -I "From:$INBODYFROM"
}
:0